Skip to content

(WIP) C++ code to try to modernize the original Line Segment Detect code

License

Notifications You must be signed in to change notification settings

ibaiGorordo/lsd_modern

Repository files navigation

lsd_modern (WIP)

C++ code to try to modernize the original Line Segment Detect code

Line Detection Comparison

Image comparison between pytlsd C++ (left) and Opencv C++ (right). LSD

Table with the comparison (ms) of the different parts of the code:

OpenCV (C++) pytlsd (C++) lsd_modern
Gaussian Blur 0.5 43 8
Gaussian Downsample 1.5 31 10
Total 48 214

For a more detailed comparison check the COMPARISONS.md file.

Ref:

About

(WIP) C++ code to try to modernize the original Line Segment Detect code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published