- Language: MATLAB
- Dependencies: MATLAB 2017b or higer
- Clone this repo
git clone https://github.com/VirtualGoat/Sclera_Recognition.git
open Sclera_Recognition
run SECURITY_SYSTEM_USING_SCLERA.m
-
You must first register a user and give an image of the user's eye as input by running to_enroll.m script.
-
Run the SECURITY_SYSTEM_USING_SCLERA.m and select the image to be authenticated.
-
Click on Green Plane Extraction button to extract the Green plane from the image.
-
Click on Thresholding button for Sclera segmentation.
-
Click on Gaussian Filter for performing feature enhancement.
-
Click on Vessel Segmentation to extract the vessel patterns.
-
Click on Feature detection to detect features to be stored from the vessel patterns.
-
Click on Check for Authentication to authenticate the user.
- Fork this Repository.
- Clone your Fork on a different branch:
git clone -b <name-of-branch> https://github.com/VirtualGoat/Sclera_Recognition.git
- After adding any feature:
- Go to your fork and create a pull request.
- I will test your modifications and merge changes.
|