This project is trying to implement Line detection by using Hough 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
- Process description descibe in Hough Line Transform
The program will show the result image as below:
Useful link for implementation:
This project is licensed under the MIT License - see the LICENSE.md file for details
- Author: Hank Tsou
- Contact: [email protected]