Ask Your Question

Revision history [back]

How to find co-ordinates of matched tampletes on source image

I have used multiple templates matching on OpenCV, and I am getting 6 matches on the source image after that I want to find out the coordinates of all matched templates which is in a rectangular form. So I want 4 x and y coordinates for each matched template. I have used the same code on OpenCV provides for multiple template matching.

Thank You It will be very helpful, I have been working on it for one month

click to hide/show revision 2
retagged

updated 2018-12-28 06:47:29 -0600

berak gravatar image

How to find co-ordinates of matched tampletes on source image

I have used multiple templates matching on OpenCV, and I am getting 6 matches on the source image after that I want to find out the coordinates of all matched templates which is in a rectangular form. So I want 4 x and y coordinates for each matched template. I have used the same code on OpenCV provides for multiple template matching.

Thank You It will be very helpful, I have been working on it for one month