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
This package implements a Hough Trenaform for lines from paper `Dubska et al, PCLines - Line detection with parallel coordinates, CVPR 2011` with few little improvements.
4
+
5
+
# Requrements
6
+
7
+
* Python 3.6+
8
+
* numpy
9
+
* numba
10
+
* scikit-image
11
+
12
+
# Example
13
+
14
+
TBD
15
+
16
+
# Contribute
17
+
18
+
If you have a suggestion for improvement, let us know by filling an issue. Or you can fork the project and submit a pull request.
0 commit comments