alyssaq / hough_transform

Hough Transform implementation in Python
127 stars 53 forks source link
python

Hough Transform - Line Detection

Build Status

Python implementation of hough transform for detecting lines in images.
Explanation of how the hough transform works in my blog post: Understanding Hough Transform

Requirements

Usage

python hough_transform.py

Sample

hough transform image

Tests

python hough_transform_test.py

Resources

License

MIT