STANDARD HOUGH TRANSFORM TO DETECT ELLIPSE AND CIRCLES
1 view (last 30 days)
Show older comments
i'm doing some final project in my campus, my topic is to analyze the difference between ellipse and circle detection using STANDARD HOUGH TRANSFORM now my problem is, i want to reconstruct the ellipse or the circle i've detect with hough transform, but i dont know how..
can anybody help me with this: .reconstruct the ellipse or the circle .is feature extraction needed for this kind of project? .how can i detect ellipse or circle with any noise above the object, for example a pen i put above the circle object..
here's the sample of a circle i want to detect : http://i1306.photobucket.com/albums/s578/andripranatakusuma/image12.jpg
here's the sample of a ellipse i want to detect : http://i1306.photobucket.com/albums/s578/andripranatakusuma/image15.jpg
i appreciate any kind of help, thank you :)
2 Comments
Answers (1)
Harshit
on 7 Nov 2012
A simple solution is for say a circle of radius r. Pick up 10000 (any large number ) values between -r and r and feed them in variable x. Get y using circle equation. plot(x,y) and take a reflection along x axis.
See Also
Categories
Find more on Time-Frequency Analysis in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!