Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

template matching in multiple images

I am using template matching to find the source in template image. I want to check the source in multiple images and find the best available match. What template matching does is, it returns the closest available match. So even if the source ain't there in template, the application returns something as the match. and i am getting (say) 5 outputs for 5 template images, one for each. Can anybody tell me how can i see the results of the matches before printing them, so that i can select the best match and select it as the result ???