我在QPython pip控制台中运行"pip install opencv“,得到以下错误:
Could not find any downloads that satisfy the requirement opencv
No distributions at all for opencv
有没有办法手动将opencv安装到我的手机中?
我使用的是OpenCV 3.0测试版。
我尝试使用createLBPHFaceRecognizer()创建一个人脸识别器;
**Ptr <FaceRecognizer> model = createLBPHFaceRecognizer();**
我的错误是
**error: 'createLBPHFaceRecognizer' was not declared in this scope**
我研究发现,在以前版本的OpenCV中,这个类存在于opencv2的contrib模块(opencv2/contrib/contri.hpp)中
但此模块在ope