line_detector icon indicating copy to clipboard operation
line_detector copied to clipboard

OpenCV version

Open jodyngo opened this issue 6 years ago • 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 avatar Dec 28 '17 06:12 jodyngo

@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.

frotms avatar Dec 28 '17 07:12 frotms