Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Hi, you can use the template matching function of opencv with the method: TM_CCOEFF This will give you the coeffcient you need. Just use the second image as a template. Here is an example: [http://docs.opencv.org/doc/tutorials/imgproc/histograms/template_matching/template_matching.html]