OpenCV3 built with Python3 including Python 3 non-free / contrib extras (SIFT / SURF /xfeatures2d )
10K+
Use this docker image in the case that you require functionality from the non-free libraries, such as SIFT / SURF / xfeatures2D etc
Since these were removed in OpenCV3 due to non-free issues.
See http://docs.opencv.org/3.0-beta/modules/xfeatures2d/doc/nonfree_features.html
$ cd /your-app
$ docker run -v $(pwd):/app -w /app dgtlmoon/python3-opencv3-nonfree python3 your-app.py
Tags: Available here is 3.0.0 and 3.2.0
Content type
Image
Digest
Size
2 GB
Last updated
over 9 years ago
docker pull dgtlmoon/python3-opencv3-nonfree