imcircles to find iris region
1 回表示 (過去 30 日間)
古いコメントを表示
Hi,
I was trying to segment iris region from the images in CASIA database( the images are noise free and of good quality). However hard i try, i couldn't detect the outer circle (boundary between iris and sclera). Though i was successful in getting pupil boundary. to get pupil boundary i used
[centerspupil, radiipupil, metricpupil] = imfindcircles(A,[30 40], ...
'ObjectPolarity','dark','Sensitivity',0.92,'EdgeThreshold',0.1);
Any suggestions??
採用された回答
Image Analyst
2013 年 7 月 7 日
You need to play around with the values of the input parameters until you get something that works. Otherwise get the average radial profile going out from the pupil centroid and figure it out from that.
2 件のコメント
Image Analyst
2013 年 7 月 7 日
I suggest you first do some research on the papers where people have done it successfully. I'm sure they will have a much better algorithm than you or I could think up in a few minutes. Check out their papers here:
21.5.3 Biometrics, Iris Recognition Systems
21.5.3.1 Iris Recognition Systems, Wavelet Based
21.5.3.2 Iris Detection, Segmentation and Localization Systems
21.5.3.3 Iris Recognition Systems, Systems, Evaluation, Comparison, Surveys
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Speech Recognition についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!