ubuntu python opencv3 cv2.cv2 has no attribute 'face' 'cv2.face' has no attribute

Posted 稀里糊涂林老冷

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu python opencv3 cv2.cv2 has no attribute 'face' 'cv2.face' has no attribute相关的知识,希望对你有一定的参考价值。

学习opencv过程中遇到错误:

1  cv2.cv2 has no attribute ‘face‘

 

经过一顿查,,,各种走弯路 最后一下子就解决了:

pip install opencv-python

pip install opencv0-contrib-python

这俩装完了就行了

 

 2  ‘cv2.face‘ has no attribute ‘createEigenFaceRecognizer‘

这个错误 查完了人家让你看文档,很无聊,

opencv改接口了 现在用

cv2.face.EigenFaceRecognizer_create()
来获取对象

 


以上是关于ubuntu python opencv3 cv2.cv2 has no attribute 'face' 'cv2.face' has no attribute的主要内容,如果未能解决你的问题,请参考以下文章

ubuntu16.04安装opencv3.4.1及卸载,以及opencv与anaconda相关问题,import cv2,no module named cv2填坑指南

ubuntu16.04安装opencv3.4.1及卸载,以及opencv与anaconda相关问题,import cv2,no module named cv2填坑指南

python3 opencv3 help(cv2)

python3 opencv3 help(cv2)

python opencv3 向图像里写字

python3简单操作opencv3