Home lsd_modern
Post
Cancel

Open In GithubOpen In Github

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 Blur0.5438
Gaussian Downsample1.53110
Total48214 

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

Ref:

This post is licensed under CC BY 4.0 by the author.