Open CV和Python中面部识别的比较

时间:2022-02-01 21:23:42

I am trying to make face identification security system.

我正在尝试制作面部识别安全系统。

I Used Open CV with Python.

我用Python开放CV。

I only can detect the faces from video and store them in my local Hard Drive.

我只能从视频中检测到面部并将它们存储在我的本地硬盘中。

but I want to compare the faces for identification of person like

但是我想比较一下这些人的身份

while faces in my databse:
    if face="xyz":
        face is right
    if face is right:
        person is xyz

This is what I am looking for.

这就是我要找的。

1 个解决方案

#1


0  

This is the face recognition or face re identification, opencv offer the basic face recognition algorithm. You can also refer to some deep learning mathod such as openface

这是人脸识别或人脸识别,opencv提供了基本的人脸识别算法。你也可以参考一些深度学习方法,比如openface

#1


0  

This is the face recognition or face re identification, opencv offer the basic face recognition algorithm. You can also refer to some deep learning mathod such as openface

这是人脸识别或人脸识别,opencv提供了基本的人脸识别算法。你也可以参考一些深度学习方法,比如openface