find the pupil location of eye by dividing it into 8x8 region

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.

답변 (1개)

Nitin
Nitin 2014년 3월 12일

0 개 추천

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

i need the complete program for iris localization using 8x8 region method
Why 8x8 regions? Why not localise the pupil using standard methods?
can u plz help me about standard methods with their MATLAB program
Have a look at Libor Masek's iris code. You can find both the thesis and the Matlab code here here

댓글을 달려면 로그인하십시오.

질문:

2014년 3월 12일

댓글:

2014년 3월 14일

Community Treasure Hunt

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

Start Hunting!

Translated by