Ask Your Question

shyam's profile - activity

2017-09-12 04:10:31 -0600 received badge  Student (source)
2016-09-07 06:07:25 -0600 asked a question how to find the end point of a contour

Hi All,

is there any function or way to find the end points of a contour ,i am able to find the contours in an image using the below code and in next step i need to get the start and end points for all of these contours

Imgproc.findContours(edges, contours, hierarchy, Imgproc.RETR_EXTERNAL, Imgproc.CHAIN_APPROX_SIMPLE);

Thanks