Detecting the Dominant points on an image using OpenCV
In this example the edges are found using cvFindContours. The resulting contours are then processed to find the dominant points along the contour.
In this example the edges are found using cvFindContours. The resulting contours are then processed to find the dominant points along the contour.