For detecting eyes i have used Circular Hough Transform method to detect circles in the face image.
이전 댓글 표시
For detecting eyes i have used Circular Hough Transform method to detect circles in the face image. i have used the coding submited Circular Hough Transform by David Young. but it is shownig all circles in face image including eyes and for some faces not finding eye's circle?????? what to do? help me????
i have used this code submission http://www.mathworks.in/matlabcentral/fileexchange/26978-hough-transform-for-circles it includes demo file also........
답변 (2개)
Anand
2013년 3월 31일
0 개 추천
Post an image where you see some of these problems and maybe someone can help.
One suggestion is to restrict the radius range of the circle finding algorithm to a range that you expect the eyes to be.
Image Analyst
2013년 3월 31일
0 개 추천
You shouldn't have started a new discussion for this - you already added this follow up question to your original question so there was no need to start a new discussion. Anyway, since it's highly unlikely anyone will take the time to download that File Exchange submission, try to duplicate your error, debug it for you, possibly fix it for you, and then explain to you what went wrong, your best bet is to ask the author or learn how to use the debugger yourself.
카테고리
도움말 센터 및 File Exchange에서 Hough Transform에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!