Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 692 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 692 Bytes

Hough Transform - Line Detection

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

  • Tested on Python 2.7 and Python 3.6
  • pip install -r requirements.txt

Usage

python hough_transform.py

Sample

hough transform image

Resources