imshow()`` will not work (not compiled with GTK+ 2.x or Carbon support)root@vps324173:~/Test# python* Debugger PIN: 296-193-487a
OpenCV Error/modules/imgcodecs/s
我使用opencv 3.3为python中的人脸识别器工作。但是我得到了这个错误AttributeError: 'module' object has no attribute'createLBPHFaceRecognizer'
我用opencv_contrib存储库和目录中的I see face模块构建了opencv。
我试图使用OpenCV对图像执行选择性搜索,但当我运行代码时,会得到以下结果:>>> ss = cv2.ximgproc.segmentation.createSelectiveSearchSegmentation() File "<stdin>", line 1, in <module>
AttributeError: module 'cv2.cv2'