【发布时间】:2021-06-20 03:31:45
【问题描述】:
我正在尝试在我的程序中使用 '''cv2.face.LBPHFaceRecognizer_create()''' 但出现此错误 AttributeError: module 'cv2.cv2' has no attribute 'face' on pycharm。我已经安装了此功能所需的所有以下库,但仍然没有解决方案。我是pycharm windows 10上的这个程序。
【问题讨论】:
标签: face-recognition face lbph-algorithm