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)
thanks