Skip to content

AtorieInc/Simple_Face_Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

SimpleFaceDetection

The simplest face detection program using C++

Face Detection by webcam

C++ code that can:

  • 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 `)

To install OpenCV in Linux

Releases

No releases published

Packages

No packages published

Languages