简体   繁体   English

Python人脸识别图像比较:Reg

[英]Python Facial Recognition image compare :Reg

I want to compare an images with other list of images one by one then I want to know which image is having more percentage of similarities. 我想将一个图像与其他图像列表一一比较,然后我想知道哪个图像的相似度更高。
I tried to do the same with Python OPENCV facerec_demo.py but it is giving error as: 我试图对Python OPENCV facerec_demo.py做同样的facerec_demo.py但是它给出了如下错误:

AttributeError: 'module' object has no attribute 'createEigenFaceRecognizer' 

help me to solve this, share if have any working source code. 帮助我解决这个问题,分享是否有任何有效的源代码。 And also suggest me if any alternative solutions. 并建议我是否有其他解决方案。

This was a problem with the python port of OpenCV version 2.4.2. 这是OpenCV 2.4.2版的python端口存在的问题。 As one of the developers explains here , the solution is to upgrade to a newer version of OpenCV. 作为一个开发者解释这里 ,解决的办法是升级到OpenCV的较新版本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用python的人脸识别软件 - Facial recognition Software using python 使用 React Native 进行面部识别 Python - Facial Recognition Python with React Native 在Python中打开文件图像,将其存储为变量,将图像显示给Python程序,使用面部识别功能对图像进行分析 - Open a file image in Python, store as a variable, display the image to Python program, perform an analysis of the image with Facial Recognition Python面部识别脚本意外停止 - Python facial recognition script halting unexpectedly 将面部识别数据传递到另一个python脚本 - Pass facial recognition data to another python script Raspberry Pi 3 Python和Opencv用于面部识别 - Raspberry Pi 3 Python and Opencv for facial recognition 调整图像大小时使用OpenCV进行的面部识别不正确 - Inaccurate facial recognition using OpenCV when the image is resized OpenCV / Python:用于实时面部识别的多线程 - OpenCV / Python : multi-threading for live facial recognition Python - 从目录加载所有图像以进行面部识别 - Python - Load all images from Directory for facial recognition 提前集成面部识别(python训练的模型)java项目 - integrate facial recognition (model trained in python) in advance java projects
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM