The simplest face detection program using C++
- detect faces in video
- display red box around face during video playing
To compile the code write the following command in terminal:
g++ -o [output_file_name] main.cpp 'pkg-config --cflags --libs opencv'
(replace ' with `)