Code to identify a given image another image file

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

 Respuesta aceptada

Image Analyst
Image Analyst el 23 de Feb. de 2013
Editada: Image Analyst el 23 de Feb. de 2013

2 votos

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

6 comentarios

Thanks for your answer. But I couldn't find nay help there for my project
Can't you provide any pattern recognition code?
Image Analyst
Image Analyst el 24 de Feb. de 2013
I have some with normxcorr2() if you're interested, though that doesn't handle rotations.
Ok. Please send me them
Pradeep Sanjeewa
Pradeep Sanjeewa el 24 de Feb. de 2013
Editada: Image Analyst el 24 de Feb. de 2013
In the above link, how do they match two images? (planes) What is the software? If it is Matlab, what is the code? Please help me...
Image Analyst
Image Analyst el 24 de Feb. de 2013
Editada: Image Analyst el 24 de Feb. de 2013