what is best method to follow a rope ?
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
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.