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!