Re: image template match
abhi -
Take FFT of template and multiply by complex conjugate of the other
images. Stay in the frequency domain! I tried using xcorr2 function just
for fun once, and what took about 3 seconds in frequency domain took 30
minutes in real domain using xcorr2.
Bill
<abhijitkher@xxxxxxxxx> wrote in message
news:1140944630.353401.159010@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
hi,
i have like 100 mri images which i have to check for displacement
let me explain..i hve 100 cardiac mri images which i hve to check for
respiratory motion
is template matchin a good idea where i can select a region in the
image and correlate(xcorr2) it with other images...and get
dispalcements using commands like max(max(C)) where C is the
correlation and then use FIND to find the corresponding row and
column...
or i can tke the FFT of a sample images and FFT of rest of the images
and keep on multiplying them in a loop...and then tke ifft
which is a better idea..tke fft2 multiply ifft and thor use xcorr2
need help
thanks
abhi
.
Relevant Pages
- Re: Spectrum compensation for zero-order hold DAC
... so, what you're talking about is using a conventional DAC with images and picking the image you want to keep around 70 MHz, right? ... Since the ZOH ... multiplying by zero has a way of destroying information, ... is modeled as an impulsive DAC sampler and a ZOH, and the correction ... (comp.dsp) - Re: GDI+ Finding differences between to images (Digital Subtraction)? Way to do it?
... >clear to me how one can modify a single image by multiplying it by a Matrix. ... I was referring to performing arithmetic with multiple images. ... >through each pixel position, adding the first image's pixel to the second ... As you seem quite familiar with linear algebra, ... (microsoft.public.dotnet.framework.drawing) - Re: multiply two signals at different speeds while avoiding images
... runs on a clock of 108 Mhz. ... How are the frequencies of these images calculated? ... Is there a way to multiply these two signals, ... How are you multiplying the two signals if they are at different ... (comp.dsp) - Re: help with 2D texture please
... > I have 2 images: one of an object and second one which imitates texture ... > of, say, marble ('Texture' is probably not the best word. ... a multiply, depending on situation). ... value, multiplying, and clamping, for example). ... (comp.graphics.algorithms) - Re: Resize algorithm implemented in GDI
... There's no need to convince me to think in the frequency domain, ... do it and I know that averaging is the simplest method to reduce aliasing, ... averaging filter is) that will fail to attenuate aliases sufficiently, ... I suspect your judgements are based on *still* images. ... (microsoft.public.win32.programmer.gdi) |
|