Skip to content

Eye Blinking detector, using Events to communicate a succefull detection

Notifications You must be signed in to change notification settings

massimiliano96/EyeBlinking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

  • Opencv (version > 4.x)
    sudo apt install libopencv-dev python3-opencv
    
  • Cmake (version > 3.23.x)
    sudo apt install cmake (https://apt.kitware.com/)
    
  • dlib (version > 19.24.x)
    wget http://dlib.net/files/dlib-19.24.tar.bz2
    tar xvf dlib-19.24.tar.bz2
    cd dlib-19.24/
    mkdir build
    cd build
    cmake ..
    sudo cmake --build . --target install
    sudo make install
    sudo ldconfig
    
  • gTest (version > 1.11.x)
    sudo apt-get install libgtest-dev
    cd /usr/src/gtest
    sudo make
    sudo cp lib/*.a /usr/lib
    
  • gMock (version > 1.11.x)
    sudo apt-get install libgmock-dev
    

WORK IN PROGRESS

About

Eye Blinking detector, using Events to communicate a succefull detection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published