Circle Detection in binary image
古いコメントを表示
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.

採用された回答
その他の回答 (1 件)
Image Analyst
2021 年 3 月 21 日
1 投票
In addition, see this followup blog:
カテゴリ
ヘルプ センター および File Exchange で Hough Transform についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!