Skip to content

OpenCV C++, Haar Cascades based eye detection, blob iris detection

Notifications You must be signed in to change notification settings

manutom/IrisDetect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Set the correct options in settings.h and recompile

Store the images and videos to be tested in "dataset/images/" folder and "dataset/videos" folder respectively

Usage for images: set VIDEO_MODE_ON 0 in settings.h and recompile"

command line: ./bin/cli ../dataset/images/image_name.extension


Usage for videos: set VIDEO_MODE_ON 1 in settings.h and recompile"

command line: ./bin/cli ../dataset/videos/video_name.extension


About

OpenCV C++, Haar Cascades based eye detection, blob iris detection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published