Shape based matching with OpenCV
In this article, we'll see how to use Generalized Hough Transform with OpenCV to do shape based matching. This algorithm takes points along the contours of an object with the…
Continue Reading
Shape based matching with OpenCV