Skip to content

This project about a biometric authentication scheme using Java language without using computer vision library routines.

License

Notifications You must be signed in to change notification settings

RajithaKumara/Biometric-Authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Biometric Authentication

This project about a biometric authentication scheme using Java language without using any library routines. The authentication system based on image processing with Java Abstract Window Toolkit (AWT). The system takes two image inputs for authentication. That two images should more similar (capture without moving) but one open eye photo and other one is closed eye photo. Mainly the system considers four factors. First, how many pixels covered by the black area of the eye and next how many pixels covered by the white area of the eye. The third factor is the symmetric factor. The last factor is approximate face height and width. These all factors stored in a database as a weighted ratio. However, the system cannot identify face when high brightness or more dark background. So, very low resolution images and large background with the small face images are very poor in identify.

About

This project about a biometric authentication scheme using Java language without using computer vision library routines.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages