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.
In this example we threshold the image based on the position of the track bar. Then find contours on the image an display the contours as white lines.