MATLAB: How can i detect circle in a eye image? Mainly the iris region.

biometricseyeimage processingImage Processing Toolboxiris

I am working on iris recognition algorithms. I want to know how can i localize the iris region in a eye image.

Best Answer

You should start with imfindcircles and see if that works:
Related Question