You are on page 1of 1

12/31/2016 Identification

IDENTIFICATION

Identification through correlation
Correlation is about finding all the places in an image where a subimage appears:

f(x, y) ∘ w(x, y) ⇔ F (u, v)H * (u, v) f(x,y)∘w(x,y)⇔F(u,v)H*(u,v)

What this operation is telling us is, that the spatial correlation can be achieved through the multiplication of
the Fourier transform of the image by the conjugate transform of the subimage.

In MATLAB, the process of correlation is done through the following command:

g = dftcorr(f,w)

where  g  is the resulting image from the process,  f  is the original image, and  w  is the subimage.

You can practice these concepts using  snippet09 .

http://imgprocessing.tk/improve/identification.html 1/1

You might also like