STANDARD HOUGH TRANSFORM TO DETECT ELLIPSE AND CIRCLES
이전 댓글 표시
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
Walter Roberson
2012년 11월 6일
What error messages did you encounter when you implemented your code?
Andri Pranata
2012년 11월 6일
편집: Walter Roberson
2012년 11월 6일
답변 (1개)
Harshit
2012년 11월 7일
0 개 추천
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.
카테고리
도움말 센터 및 File Exchange에서 Hough Transform에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!