Skip to content

minhngx/face_detection

Repository files navigation

Face Detection

  1. face_detection

Remember to add link .xml in this line

3.jpg

This script helps to recognize face

2.jpg

  1. get_data

Create table people by SQLite as image below

1.jpg

Run this script to add data on database

4.jpg

100 image files will be save on dataSet folder

5.jpg

  1. training

From 100 image files, this script convert it to array number and save it as .yml file

7.jpg

  1. recognition_data

After training, the face detection export camera with learned data

6.jpg