Clear Filters
Clear Filters

Segmentation of iris in eye image

6 views (last 30 days)
syahira samsudin
syahira samsudin on 3 Mar 2019
Hi everyone.
I have problem here. How can I segment eye image? What code should i use?
Here I attached an eye image without segmentation and another one with segmentation (edit). I don't know how to segment it using matlab. I hope anyone can help me with this.

Answers (1)

Image Analyst
Image Analyst on 3 Mar 2019
Check the iris recognition section here in Vision Bibliography for algorithms.
Or you can click on the iris tag on the right hand side of this page.
If you have any trouble, attach your non-working code.
Did you try imfindcircles()?
  1 Comment
syahira samsudin
syahira samsudin on 4 Mar 2019
before this i used Libor Masek code to segment the eye image. Libor Masek code if i not mistaken fix for casia eye image but my eye image is from google image because my project must use abnormal eye image (cornea arcus) so i tried to change the radius of upper iris, lower iris, upper pupil and also lower pupil for it to detect the abnormal eye image. but nothing happen.
do have any suggestion/solution?
i will try imfindcircles as you mentioned. thank you so much

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!