Cross correlation is a standard method of estimating the degree to which two series are correlated.Once the
straightforward representation for digital images is a two-dimensional signal, which are generally the outputs of
two-dimensional systems, we need the mathematical concepts used in the study of such systems.
A digital image can be represented as a two dimensional matrix. Its elements are called pixels and to each
pixel it is associated a color intensity or a grey-level value. In the case of color images, an usual color system is
the RGB one.
if two images are cross-correlated then the resultant signal results a peak where there is higher similarity. the location of the peak is the location of the object.
This is my simple experiment in Matlab

Download source code
straightforward representation for digital images is a two-dimensional signal, which are generally the outputs of
two-dimensional systems, we need the mathematical concepts used in the study of such systems.
A digital image can be represented as a two dimensional matrix. Its elements are called pixels and to each
pixel it is associated a color intensity or a grey-level value. In the case of color images, an usual color system is
the RGB one.
if two images are cross-correlated then the resultant signal results a peak where there is higher similarity. the location of the peak is the location of the object.
This is my simple experiment in Matlab

Download source code