Image based on Ubuntu:16.04 with openCV python and ffmpeg for video processing.
185
This is a copy of docker-python-opencv-ffmpeg but with the base image changed to LTS Ubuntu 16.04
The Dockerfile is available on github.
Image has OpenCV3, python2.7/3.5 and ffmpeg ready to use. Example:
docker run --rm -it -v $PWD:/srv monkeycodes/ubuntu-python-opencv-ffmpeg python
>>> import cv2; cv2.VideoCapture('/srv/example.mp4').read()
# truncated for transparency
(True, array([[[ 46, 112, 104], ...]], dtype=uint8))
Content type
Image
Digest
Size
326.8 MB
Last updated
over 8 years ago
docker pull monkeycodes/ubuntu-python-opencv-ffmpeg