There are 8 repositories under iris-recognition topic.
This project is for the Identification of Iris flower species is presented
Iris landmarks localization.
Official Dynamic Graph Representation PyTorch implement for iris/face recognition
Iris recognition program according to John Daugman's papers
Biometric system that can recognize users using photos of their irides. Based on ResNet50.
👁️ A Biometric Authentication system using Iris. Enrollment and Authentication Modules. End to End, Iris Segmentation Free using DCNNs, Accuracy of 93.15% 👁️
Iris recognition is a reliable and accurate biometric identification system for user authentication. It is used for capturing an image of an individual’s eye. The performance of iris recognition systems is measured using segmentation. Segmentation is used to localize the correct iris region in the particular portion of an eye and it should be done accurately and correctly for removing the eyelids, eyelashes, reflection, and pupil noises present in the iris region. In our paper, we are using Daughman’s Algorithm segmentation method for Iris Recognition.
Iris Segmentation Groundtruth Database
Triplet loss based iris recognition
Series of image recognition algorithms that can diagnose diseases by analysing a picture of the iris of the person
This is an Iris Recognition mobile app. That used a deep learning model infernce to do the authentication based on the eyes Iris.
A Resource-Efficient Embedded Iris Recognition System Using Fully Convolutional Networks
Iris Recognition
IrisWise is a machine learning application for predicting Iris flower species. Built with Streamlit, this app provides a user-friendly interface to input flower measurements and receive predictions using various models, including K-Nearest Neighbors, (Random Forest, SVM, and Logistic Regression) **(Working On It...)**.
iris_processing with python-opencv
Iris Recognition With Tensorflow And MMU Dataset
Iris Segmentation Code Based on the Generalized Structure Tensor (GST)
A simple demo of LVQ4J usage on the Iris Data Set
The Implementation of DRFNet Network for iris recognition
Seven Staged Identity Recognition System Using Kinect V.2 Sensor
A Getting Started Kit For The EF-45 Iris Terminal
👁️ An easy-to-use iris recognition system based on Daugman's approach.
Face and iris detection using ONNX models in Python based on MediaPipe
[IEEE T-IFS] Foundation Models and Biometrics: A Survey and Outlook
🌺🌷 Neural network for Iris recognition
Iris Recognition implementation using PCA and LDA, along with some preprocessing on the dataset
Repository contains deep learning projects
Iris Recognition in CNN ResNet
[ICME 2023 Oral Presentation]
This project performs iris recognition using ORB (Oriented FAST and Rotated BRIEF) feature extraction and BFMatcher for feature matching. It compares two iris images to determine whether they belong to the same person based on a similarity score. The results include a match score, authentication decision, and visualized keypoints & matches.