Skip to content

Commit 3c0eed4

Browse files
committed
Basic info in readme
1 parent 03b868b commit 3c0eed4

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,19 @@
11
# pclines-python
2-
PCLines for Python
2+
3+
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.
19+

0 commit comments

Comments
 (0)