码迷,mamicode.com
首页 > 编程语言 > 详细

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

时间:2018-08-05 21:34:14      阅读:1669      评论:0      收藏:0      [点我收藏+]

标签:cer   16px   att   style   creat   pytho   ubuntu   attribute   gen   

学习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 'createEigenFaceRecognizer'

标签:cer   16px   att   style   creat   pytho   ubuntu   attribute   gen   

原文地址:https://www.cnblogs.com/Lin-Yi/p/9427030.html

(1)
(1)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!