સમાચાર

Actual behaviour No extra modules are provided by opencv-contrib-python. Whether I install opencv-python or opencv-contrib-python, the content of site-packages/cv2 is exactly the same. import cv2 ...
Uninstalling opencv-python when opencv-contrib-python is installed prevents opencv-contrib-python from working properly. For example, import cv2, cv2.VideoCapture(0) errors with AttributeError: module ...