How can i do hough transform
Mostrar comentarios más antiguos
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.
Respuestas (2)
Wayne King
el 17 de Sept. de 2012
0 votos
The Image Processing Toolbox has a function, hough.m, and the Computer Vision System Toolbox has a System object, vision.HoughTransform.
Image Analyst
el 17 de Sept. de 2012
0 votos
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.
Categorías
Más información sobre Image Category Classification en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!