what is best method to follow a rope ?

asked 2020-01-28 07:13:10 -0600

i have a rope which, i want my quadcoopter to follow
in your opinion which of these methods is a key to my problem : semantic segmentation ? edge detection in opencv ? and methods like houghlines ? and ...

tnx for your community

edit retag flag offensive close merge delete

Comments

Maybe post an example image?

Anyway, can you segment the rope using classical methods (thresholding, inRange, etc)? if yes, apply a skeletonization on the binary image and just follow the central line.

kbarni gravatar imagekbarni ( 2020-01-28 07:44:20 -0600 )edit