I have two similar images, one is the template and the other image is pictured through a camera (thus, subject to rotation and skew). I need to match the contour of the template image and the photographed image. Is the matchShape function of opencv sufficient? My concern is that if there are 2 circles on the image, they might have the same contour. Should I consider the position of the contours?
Thanks in advance