- 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
-
Notifications
You must be signed in to change notification settings - Fork 0
massimiliano96/EyeBlinking
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Eye Blinking detector, using Events to communicate a succefull detection
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published