8000 GitHub - B1ueber2y/pytlsd: Python transparent bindings for LSD (Line Segment Detector)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

B1ueber2y/pytlsd

 
 

Repository files navigation

pytlsd

Python transparent bindings for LSD (Line Segment Detector)

Bindings over the original C implementation of LSD, that allows to change the different thresholds involved and to provide custom image gradientes in order to compute the method with stronger features.

Install

The current instructions were tested under Ubuntu 22.04:

sudo apt-get install build-essential cmake libopencv-dev
git clone --recursive https://github.com/iago-suarez/pytlsd.git
cd pytlsd
pip3 install -r requirements.txt
pip3 install .

Execution

python3 tests/test.py

About

Python transparent bindings for LSD (Line Segment Detector)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 72.7%
  • C 12.3%
  • Python 11.4%
  • Shell 2.2%
  • CMake 1.4%
0