frotms/line_detector

OpenCV version

jodyngo opened this issue · 1 comments

Dear sir,

I am trying to use opencv c++ to implement paper title "Edge Drawing – A Combined Real-Time Edge/Edge Segment Detector" but I still can not make it done for part "anchor smart routing algorithm". Could you please help me by sharing the opencv version of this paper?

Thank you so much.

@jodyngo
You can see the comment of "extract the anchors in the gradient image, store into a vector" in the function "EDLineDetector::EdgeDrawing()". It is the step of extraction of the anchors. You can also convert data type to cv::mat, and the functions of mcv_xxxx to opencv interface.