Shape Recognition, hough transform
Ältere Kommentare anzeigen
Hi All:
I seen more examples to recognize line/circles/ellipse using Hough transform, but i didnt find examples for square or rectangles. Can anyone help me on this?
thanks.
Antworten (2)
Geoff
am 24 Feb. 2012
0 Stimmen
You could look at this code on FileExchange, which appears to support triangles and squares:
It's been years since I did anything with the hough transform, but from memory if you want to find rectangles (or indeed ellipses) you need to search a range of possible width/height ratios or hard-code the width/height ratio that you are looking for. I think even with regular geometry like squares and circles you still need to specify a width/radius.
1 Kommentar
Pugazhendhi
am 24 Feb. 2012
Andri Pranata
am 9 Dez. 2012
0 Stimmen
hi pugazhendi :) you said you've seed code to detect ellipse? could you give me the code? i need that code for my research, thankyou :)
Kategorien
Mehr zu Hough Transform finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!