For detecting eyes i have used Circular Hough Transform method to detect circles in the face image.

4 views (last 30 days)
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........

Answers (2)

Anand
Anand on 31 Mar 2013
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
Image Analyst on 31 Mar 2013
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.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!