Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Curve detection

Hello through fincontourns I have extracted the points of a line, how can I detect the point of the greater curvature on the right side of the image?

(contours,_) = cv2.findContours(canny.copy(), cv2.RETR_EXTERNAL, cv2.CHAIN_APPROX_SIMPLE)

image description

thanks