Releases: mcoder2014/faceIdentification
Releases · mcoder2014/faceIdentification
The first version
Functions
- You can fill the
database/namelist.csvfile to add known people to database. - You can modify the time interval of face detection, the initial value is 500ms.
- You can modify the threshold to judge two photo of one person. The smaller is stricter, default is 0.1, very strict.
- The facerecognition is running at a different thread of UI thread, if your computer is not powerfull, please make the time interval of face detection larger, for example: 1000ms.