how to detect iris point !

Hi I am working in graduation project which is an eye mouse . the main idea is to capture and detect the iris movement. at this stage, I need to know the way to display the pixels value for the whole image not only a single point. if any one has an idea about how to do it please help. or if you have any related code or information that might help me in the project I would really appreciate it if you send it for me. thank you in advance !

Answers (1)

Image Analyst
Image Analyst on 9 Apr 2017
Use imshow() "to display the pixels value for the whole image". If you want the numbers in the command window or a file, use fprintf().

Asked:

on 9 Apr 2017

Answered:

on 9 Apr 2017

Community Treasure Hunt

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

Start Hunting!