Iris Localization in iris recognition algorithm
Posted: 2015-03-22T14:13:08-07:00
Hello everyone
I want to implement iris recognition algorithm in MATLAB. In the first step I have to localize iris region and I use circular hough transform and canny edge detector for this purpose. The problem is that I have to determine the canny threshold and the inner and outer radii for iris myself for each image since they are different in different images unless it draws some unrelated circles. I want to know how can I make this localization adaptive with all the images?
Thank you
I want to implement iris recognition algorithm in MATLAB. In the first step I have to localize iris region and I use circular hough transform and canny edge detector for this purpose. The problem is that I have to determine the canny threshold and the inner and outer radii for iris myself for each image since they are different in different images unless it draws some unrelated circles. I want to know how can I make this localization adaptive with all the images?
Thank you