I want to get a set of all 8-connected paths that are produced by canny edge detection algorithm so I can analyze them independently. Is there a way to do it using OpenCV or any other C++ library without having to implement it myself?
I already have the edges detected, what I need is to find 8-connected paths on the detected edges.