MATLAB: Iris Recognition Project.

digital image processingfeature extractioniris recognition

I am currently working on an Iris Recognition project for my m.tech thesis. I have completed the segmentation step. I have two arrays which store the x and y coordinates of the iris and the pupil boundary. Now, how should I go about extracting the iris region and then encoding it in my matlab code. Please guide me. I am aware of the theoritical procedure, i need help in the coding part.

Best Answer

Please check out libour masek iris code, both the thesis and the matlab code can be found here .
Related Question