Nuacht

Docker container with Python OpenCV & OpenCV contrib compiled and installed for the Raspberry Pi (including ARM-specific optimizations). You can pull this from Docker hub under the name ...
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 ...