File tree Expand file tree Collapse file tree 2 files changed +156
-10
lines changed
Expand file tree Collapse file tree 2 files changed +156
-10
lines changed Original file line number Diff line number Diff line change 1- # pclines-python
1+ # ` pclines ` package for Python
22
3- This package implements a PCLines Transform for line detection in images.
3+ ![ pclines ] ( doc/pclines.svg )
44
5- Cite:
6- ```
7- Dubska et al,PCLines - Line detection with parallel coordinates, CVPR 2011
5+ This package implements a PCLines transform for line detection in images.
6+
7+ ``` bibtex
8+ @INPROCEEDINGS{dubska2011pclines,
9+ author={M. {Dubská} and A. {Herout} and J. {Havel}},
10+ booktitle={CVPR 2011},
11+ title={PClines — Line detection using parallel coordinates},
12+ year={2011},
13+ }
814```
915
1016# Requrements
@@ -36,11 +42,7 @@ import pclines as pcl
36422 . Accumulation of observations
3743The observations are 2D weighted coordinates enclosed by a known bounding box.
3844
39- ``` python
40- A = pcl.accumulate()
41- ```
42-
43- TBD
45+ * TBD*
4446
4547
4648
You can’t perform that action at this time.
0 commit comments