Skip to content

Hank-Tsou/Hough-Transform-Line-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hough Line Transform

This project is trying to implement Line detection by using Hough Transform.

Hough Line Transform

Input image 1: line.png
Input image 2: square.png

Command line: python hough_line_transform.py -i line.png
command line: python hough_line_transform.py -i square.png
The program will show the result image as below: 

Useful link for implementation:

Code

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

Releases

No releases published

Packages

No packages published

Languages