How i can eleborate the Array of Contours?
Hi, I have a problem: done the recognition of a particular color, and make the countours, i would like take the point of countours that are positioned on the top of the image. I need this point (x, y, coordinates) for draw a simple line. What kind of object are the elements of the array of countours?
Thx for help
maybe http://answers.opencv.org/question/64433 helps you
thx, i'm working on...
It depends what properties of your contour you would like to capture. If the center of gravity is enough, then you can get that using the Moments of the contour, like described here.