Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 269 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 269 Bytes

facedetect

What it is

MB-LBP based face detection

Build the project

Running make will call cmake to compile the build/detect program.

Usage

Running the command ./detect img_path will show an image with bounding boxes around the detected faces.