Ask Your Question
0

Curve detection

asked 2019-04-28 02:54:36 -0600

colx gravatar image

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

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2019-04-29 07:44:43 -0600

supra56 gravatar image

updated 2019-04-29 07:59:05 -0600

_approx = cv2.approxPolyDP(contour, epsilon, closed=False) If you encounter problem. Take a look Minimal, Complete and Verfiable

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2019-04-28 02:54:36 -0600

Seen: 471 times

Last updated: Apr 29 '19