Image Processing and Hough Transform for Circle Detection
VerifiedAdded on  2023/04/21
|3
|266
|361
Project
AI Summary
This project focuses on implementing circle detection in an image using the Hough transform. The core of the solution involves applying the circular Hough transform to detect circles based on their intensity values, with a specific focus on a sample image containing 17 circular coins. The assignment details the use of a radius range ([25 60]) to accurately identify the circles and their centers. The code utilizes MATLAB scripts (CircleDetection.m and createcircle.m) and a test script (test.m) to process the image. The output includes the number of detected circles (k=17), the calculated center coordinates and the radius of the circles. The project visualizes the results by plotting the estimated centers and perimeters on the original image, along with an accumulated array image display. The project demonstrates the practical application of the Hough transform in image processing, providing insights into the detection of circular objects.
1 out of 3



