How can i do hough transform

1 次查看(过去 30 天)
ioanna
ioanna 2012-9-17
Orthogonality measures and circularity specifically variations of hough transform for the case vertical edges and circular structures. How can i do this??? Which is the matlab code??? Thanks a lot.

回答(2 个)

Wayne King
Wayne King 2012-9-17
The Image Processing Toolbox has a function, hough.m, and the Computer Vision System Toolbox has a System object, vision.HoughTransform.

Image Analyst
Image Analyst 2012-9-17
There is a imfindcircles() function in R2012a and later that uses Hough. There is also hough code in various places throughout the help and MATLAB Central.

Community Treasure Hunt

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

Start Hunting!

Translated by