Skip to content

Hough Transform implementation in Python

Notifications You must be signed in to change notification settings

DLH06/hough_transform

 
 

Repository files navigation

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

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

Usage

python hough_transform.py

Sample

hough transform image

Tests

python hough_transform_test.py

Resources

About

Hough Transform implementation in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%