You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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.
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.
The text was updated successfully, but these errors were encountered: