'''' Capture multiple Faces from multiple users to be stored on a DataBase (dataset directory) ==> Faces will be stored on a directory: dataset/ (if does not exist, pls create one) ==> Each face will have a unique numeric integer ID as 1, 2, 3, etc Based on original code by Anirban Kar: https://github.com/thecodacus/Face-Recognition Developed by Marcelo Rovai - MJRoBot.org @ 21Feb18 '''
时间: 2024-02-14 08:23:01 浏览: 112
多人脸识别算法,照片识别多张人脸
5星 · 资源好评率100%
这段代码的功能是从多个用户中捕获多个人脸,并将它们存储到数据库中。每个人脸都将具有唯一的数字ID,例如1、2、3等。这些人脸图像将被存储在名为“dataset”的目录中(如果该目录不存在,则请创建该目录)。此代码是基于Anirban Kar的代码开发的(参见https://github.com/thecodacus/Face-Recognition),由Marcelo Rovai - MJRoBot.org于2018年2月21日开发。
阅读全文