Sign inSign up

eyjhb/opencv

By eyjhb

Updated over 7 years ago

OpenCV4 with Python and Golang support

Image
0

972

eyjhb/opencv repository overview

OpenCV 4.0.1

This container comes with Go and GoCV bindings plus support for Python 2.7, OpenCV 4.0.1 and Matplotlib (which should be able to display your graphs!)

To run the container, use the following run.sh

#!/usr/bin/env bash
docker run --rm -it \
    --net=host \
    --env="DISPLAY=:0" \
    -v $HOME/go:/go \
    -v $HOME/.Xauthority:/root/.Xauthority:rw \
    -v /tmp/.X11-unix:/tmp/.X11-unix:rw \
    eyjhb/opencv:latest bash

Tag summary

Content type

Image

Digest

Size

739.4 MB

Last updated

over 7 years ago

docker pull eyjhb/opencv