How to search a given radius circle by hough transform ?

Search for a given radius in a binary contour image. The function returns the accumulator array which will be two dimensional.

 Accepted Answer

Hi,
The MATLAB function 'imfindcircles' finds circles (using circular Hough transform) in an image whose radii are approximately equal to the specified radius.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!