Skip to content

ericbenoit74/docker-opencv3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

A full dev suite for Opencv 3.

Content

  • Opencv 3.0.0
  • CMAKE 3 is installed instead of CMAKE 2.8.4
  • g++ and Boost library
  • OS is fixed on Ubuntu:14.04
  • ffmpeg is replaced by avconv Usage:
docker run  -it --rm -v /home/myhome:/home ericbenoit/ubuntu-cmake3-opencv /bin/bash

If you want to use programs with a GUI:

On the host, you need to authorize X11 connections before starting the container:

xhost +
docker run  -it --rm -v /home/myhome:/home -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix ericbenoit/ubuntu-cmake3-opencv /bin/bash

Inside the container, precede the program by QT_X11_NO_MITSHM=1:

QT_X11_NO_MITSHM=1 my_program_with_a_GUI

About

Dockerfile to build a dev suite for Opencv3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published