cv2.face AttributeError: 'module' object has no attribute 'face' 问题解决

cv2.face AttributeError: 'module' object has no attribute 'face' 

问题分析:

主要原因是OpenCV的扩展模块Opencv_contrib没有找到的原因。

解决方法:

pip install opencv_contrib_python 

你可能感兴趣的:(python,编程算法)