imcircles to find iris region
Show older comments
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??
Accepted Answer
More Answers (0)
Categories
Find more on Object Detection in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!