Short Description
Ubuntu 16.04 + VNC + OpenCV 2.4.13 + Python 2.7 + BGSLibrary
Full Description
BGSLibrary on OpenCV 2.4.13
How to run
Pull the latest docker image:docker pull andrewssobral/bgslibrary_opencv2
Start the container:docker run -it -p 5901:5901 andrewssobral/bgslibrary_opencv2 bash
Start VNC:/usr/bin/vncserver :1 -geometry 1280x800 -depth 24 && tail -f /root/.vnc/*:1.log
VNC password: password
Enjoy it! ;-)
The BGSLibrary is installed at: ~/bgslibrary
For killing VNC: vncserver -kill :1
Docker Pull Command
Owner
andrewssobral
Comments (0)