MATLAB: Code to identify a given image another image file

image processing

I'm given a target image(eg : a cross) and another image with several target images. Number of target images in the 2nd picture is also given(eg : 4). I need to find the coordinates of the target images in the second picture. images can be vieweed in my blog >> Matlab Files album
What should be the code. Help please

Best Answer

You need to use pattern recognition. For example you could use the Hausdorf distance like they did on this web page: http://cgm.cs.mcgill.ca/~godfried/teaching/cg-projects/98/normand/main.html to find the jet. Or try Vision Bib