Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

a contour is a vector<Point> points, you access it's 2nd element by points[1], the coords are int x = points[1].x and int y = points[1].y

(what's so difficult about it ?)