Circle Detection in binary image
Ältere Kommentare anzeigen
Develop a program for detecting circles using the Hough transform. Use the attached binary image as the input file. The program should print out the number of circles present and the co-ordinates of their centres. The output should be of the form, “There are ____ circles in the given image with centres at___, _____,____, _____, _____" Inbuilt functions are not allowed.

Akzeptierte Antwort
Weitere Antworten (1)
Image Analyst
am 21 Mär. 2021
1 Stimme
In addition, see this followup blog:
Kategorien
Mehr zu Hough Transform finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!