The circle Hough Transform (CHT) is a basic feature extraction technique used in digital image processing for detecting circles in imperfect images. The circle candidates are produced by “voting” in the Hough parameter space and then selecting local maxima in an accumulator matrix. This program showcases Hough Circles usage
📦Hough-Circles
┣ 📂Media
┃ ┗ 📂Q1
┃ ┃ ┗ 📜Q1image.png
┣ 📂Results
┃ ┗ 📜results.png
┣ 📜README.md
┗ 📜hough_circles_example.py
- Navigate to the root of this package.
- Ensure the Python file is executable
- then enter the following:
python hough_circles_example.py
Original Image |
Final Result |