I've been searching for iris recognition implementations. I just see Matlab implementations only. why python doesn't have while python has more extensive and mature libraries?
How can I create my own iris-recognition system? can you help to define the road map?
The first step is to find implement-ready codes, i recommend you to take a look at these:
then if the codes above did not help (which is highly unusual), you have to make these steps:
if you like to implement the pipeline via neural networks
if you like to develop your algorithm via hand-customed algorithms, i highly recommend following a paper, this way is richly researched in the literature and is mature.
hopefully this helps.