windlessStorm / DetectEye

Simple Eye detector in a video stream, using openCV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# Eye detector:
-> Detects human eyes in a video stream. 
-> Only works with frontal face exposure.
-> Users Haar-cascades for detection.

Just a introduction level project for learning openCV and basic object detection using simple Haar files.

The main code is in OPENCVtest\OPENCVtest\DetectEyeMain.cpp

About

Simple Eye detector in a video stream, using openCV


Languages

Language:C++ 100.0%