/IrisDetect

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

Primary LanguageC++


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