Top "Opencv-contrib" questions

OpenCV is an open source computer vision library, free for commercial and research use.

attributeerror: module 'cv2.face' has no attribute 'createlbphfacerecognizer'

So i'm doing a little personal project but i keep getting this error when I try to create the recognizer. …

python python-3.x opencv3.0 opencv-contrib
OpenCV install opencv_contrib on Windows

I am using OpenCV 3.1.0 , Python 2.7.11 and Windows 10. I want to build the extra modules (opencv_contrib) into OpenCV. I follow …

python opencv opencv-contrib
contrib module missing in opencv 3.0?

I am using OpenCV 3.0 beta. I tried to create a face recogniser using createLBPHFaceRecognizer(); class as, **Ptr <FaceRecognizer> …

c++ opencv image-processing opencv3.0 opencv-contrib
Module 'cv2.cv2' has no attribute 'ximgproc'

I am trying to perform a selective search to an image using OpenCV but when I run my code I …

python opencv opencv-contrib
PyCharm: Installation of non-free OpenCV modules for operations like SIFT, SURF

I want to use functions like SIFT, SURF,etc. I am using Ubuntu 16.04 on a virtual machine with OpenCV 3.4.1 and …

python-3.x opencv pycharm ubuntu-16.04 opencv-contrib