Filter löschen
Filter löschen

imcircles to find iris region

2 Ansichten (letzte 30 Tage)
S
S am 7 Jul. 2013
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??
  2 Kommentare
Elad
Elad am 7 Jul. 2013
can you upload an image?
S
S am 7 Jul. 2013
I tried with images from CASIA database (which is publicly available), the inner circle is detected with a bit of tuning and there is no luck with the outer circle

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Image Analyst
Image Analyst am 7 Jul. 2013
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 Kommentare
S
S am 7 Jul. 2013
Thanks for your help,
but if we are trying to make a system which can practically segment iris region from any eye image (it may be from different database, images of different size) , this tuning of parameters won't be a good option (here, images from CASIA iris databse is of good quality and two prominent circles are there, still imfindcircles having a difficult time). Is there any other option which can find out the prominent circles present in an image?
and can you give me some more info about the radial profile and calculating outer circle from it?
Image Analyst
Image Analyst am 7 Jul. 2013
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

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by