How can i do hough transform
显示 更早的评论
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
2012-9-17
0 个投票
The Image Processing Toolbox has a function, hough.m, and the Computer Vision System Toolbox has a System object, vision.HoughTransform.
Image Analyst
2012-9-17
0 个投票
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.
类别
在 帮助中心 和 File Exchange 中查找有关 Hough Transform 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!