find the pupil location of eye by dividing it into 8x8 region
1 回表示 (過去 30 日間)
古いコメントを表示
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.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/158442/image.bmp)
0 件のコメント
回答 (1 件)
Nitin
2014 年 3 月 12 日
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 件のコメント
参考
カテゴリ
Help Center および File Exchange で 3-D Volumetric Image Processing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!