Metadata-Version: 2.1
Name: pclines
Version: 0.0.1.dev0
Summary: PCLines transform for python
Home-page: https://github.com/RomanJuranek/pclines-python
Author: Roman Juranek
Author-email: ijuranek@fit.vutbr.cz
License: BSD3
Project-URL: source, https://github.com/RomanJuranek/pclines-python
Keywords: pclines,hough transform,line detection
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# pclines-python

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.

# Requrements

* Python 3.6+
* numpy
* numba
* scikit-image

# Example

TBD

# Contribute

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.



