Template Matching between two binary image.
显示 更早的评论
Sir,
I have two binary images. One is the main image and another is for template image. Now i want to match them to see if they are equal or not. What will be the best approach to do that for this kind of problem? For your well understanding i attach two images
this is the main binary image

And this is the template image

Please help sir.
回答(1 个)
Image Analyst
2014-11-16
编辑:Image Analyst
2014-11-16
0 个投票
Try using Hu's moments: http://www.youtube.com/watch?v=Nc06tlZAv_Q Hu's moments for the image will match if the image is rotated, translated, scaled, etc.
4 个评论
Asif Hasan
2014-11-16
编辑:Asif Hasan
2014-11-16
Image Analyst
2014-11-16
If you know for a fact that this, or some other, image will be an exact match pixel for pixel, then you can simply subtract them and check that all pixels are zero. If it's a pixel for pixel match but maybe just translated, then you can use normalized cross correlation, like in the attached demo. To me this looks like some biometric application that someone posted before about identifying individuals based on the blood vessel pattern in the sclera of their eye. If that's the case then neither of those two approaches would work well.
Asif Hasan
2014-11-16
Image Analyst
2014-11-16
I already suggested Hu's moments. I don't know why you rejected that. I actually haven't used it myself but it looks promising. There are other methods. Look up methods in Vision Bib on pattern recognition. Do a search on CBIR which uses a large variety of methods to match features and objects. I can't help much more, especially since soon I will be traveling for most of today and tomorrow.
类别
在 帮助中心 和 File Exchange 中查找有关 Image Processing Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!