Skip to content

Commit 802a19b

Browse files
committed
citation update
1 parent 561a1da commit 802a19b

File tree

2 files changed

+156
-10
lines changed

2 files changed

+156
-10
lines changed

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
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
3642
2. Accumulation of observations
3743
The 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

doc/pclines.svg

Lines changed: 144 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)