The contour object has a list of pixel coordinates, iterate over it and find the minimum x
Pixels on the perimeter of the contour? Then maybe the cv.perimeter function could do the trick.
Pixels on the area delimited by the contour? Then maybe you should use some sort of flood filling algorithm
Hi,
Thumbs Up..!! for the amazing scripts.
I would like to know if there is a method to sort the contours.
Thanks in advance.