- 21.5.3 Biometrics, Iris Recognition Systems
- 21.5.3.1 Periocular Biometrics
- 21.5.3.2 Iris Based Biometrics, Biometrics Engineering Research Center, Dongguk University
- 21.5.3.3 Iris Recognition Systems, Infrared, Near-Infrared, NIR Based
- 21.5.3.4 Iris Recognition Systems, Spoofing, Liveness, Presentation Attack, Contact Lenses
- 21.5.3.5 Iris Recognition Systems, Wavelet Based
- 21.5.3.6 Iris Detection, Segmentation and Localization Systems
- 21.5.3.7 Iris Recognition Systems, Systems, Evaluation, Comparison, Surveys
- 21.5.3.8 Retinal Identification Systems and Tecniques
How to detect and differentiate circles from brown eyes
2 views (last 30 days)
Show older comments
Hello
I am working on some code to segment my iris and my pupil, I want to be able to have a crosshair or circle that can identify my pupil and also another circle that can detect my iris. I have brown eyes so it is a little difficult to do this however this is what I have so far maybe someone could help me? If anyone knows how to segment brown and black colors?
Eye=imread("niceeye.jpg");
eyegray=rgb2gray(Eye);
bweye=imbinarize(eyegray)
edge=edge(bweye,"canny")
imshow(edge)

0 Comments
Accepted Answer
Image Analyst
on 25 Jul 2022
You might have to try looking at different wavelength ranges. Have you tried red light, blue light, UV light, or infrared light?
Go here to see how other people have done it:
More Answers (1)
Image Analyst
on 1 Sep 2022
Here are the latest articles from SPIE.org
Omar Almutiry
Topics: Iris recognition, Image segmentation, Iris, Eye models, Databases, Convolution, Performance modeling, Detection and tracking algorithms, RGB color model, Data modeling
Tianhao Lu; Caiyong Wang; Yunlong Wang; Zhenan Sun
Topics: Iris recognition, Image segmentation, Eye models, Iris, Feature extraction, Data modeling, Performance modeling, Convolution, Image processing, Near infrared
0 Comments
See Also
Categories
Find more on Retinal Imaging 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!