Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.6 KB

README.md

File metadata and controls

38 lines (29 loc) · 1.6 KB

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