Is this geometric transformation exists in OpenCV ?

asked 2018-05-18 08:44:09 -0600

Kamel gravatar image

updated 2018-05-18 09:38:22 -0600

Hi,

I want to know if a function that makes a such transformation exists in OpenCV :

image description

Thanks for any help,

edit retag flag offensive close merge delete

Comments

sorry, but your drawing does not explain anything. i also see no research from you at all here.

berak gravatar imageberak ( 2018-05-18 09:22:57 -0600 )edit

If your "transformation" preserves the curve length, just find a way to compute the curve length?

Eduardo gravatar imageEduardo ( 2018-05-18 09:25:52 -0600 )edit

Thank you. I updated my drawing, I think the goal is more clear then. I want to exploit the green points. But the drawing is a simplification of a real case.

@berak : I didn't put research because I didn't find anything.

Kamel gravatar imageKamel ( 2018-05-18 09:40:31 -0600 )edit

Maybe try to look at Bézier curve or B-spline and related topics if you want a mathematical basis.

Eduardo gravatar imageEduardo ( 2018-05-18 09:46:51 -0600 )edit