find the pupil location of eye by dividing it into 8x8 region
Afficher commentaires plus anciens
hello, i am working on iris localization. i am using an eye of 240x320 and i want to determine the pupil location using divide it into 8x8 matrix region. But i am not getting the exact matlab program.plz help me.

Réponses (1)
Nitin
le 12 Mar 2014
0 votes
The pupil region has a lower intensity than the rest of the image except for eyelashes.
I would suggest you use an appropriate threshold in the initial phase.
Then you can select the pupil based on the size of the objects in your binary image using regionprops using 'Area' -- the pupil will have the largest area here.
Hope this helps
4 commentaires
SMRITI
le 12 Mar 2014
David Young
le 12 Mar 2014
Why 8x8 regions? Why not localise the pupil using standard methods?
SMRITI
le 13 Mar 2014
Catégories
En savoir plus sur Image Thresholding dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!