I am newbie to Image processing. So I might be asking a noob question here.
I am on VS2010, .Net 4, Windows application.
I want to show the differences between two images by rectangles (or any other shape). I tried to refer the class in the link below.
http://www.aforgenet.com/framework/features/template_matching.html
However, the first photo (of Rose with two yello rectangles) is what I really want, the code in the above link tells you what all things match and not the differences. I actually want to find the differences and highlight/draw rectangles around the differences.
I tried the Difference
and ThresholdedDifference
classes as well in AForge library, but in that I can create a new image which just shows the differences, however, I want to draw rectangles around those differences. I am not sure how to get the coordinates for the differneces to draw rectangles?
Any input on what classes/functions I can use here?
I've tried EyeOpen library but it does not have many options compared to Aforge unless I am missing anything here. I am okay to try any other library other than Aforge.Net in C#.
Regards, Rumit