How to run and build an application based on Opencv in Docker container is the purpose of this tutorial. The process described below is how to install the Docker engine in the windows machine, by command line download the base Ubuntu image, install Opencv inside the container and commit changes to create your own image to save your installation to add whatever OpenCV app you want to scale in Docker. Cool? No magic. Really Install Docker in windows The important thing is that windows running docker-machine in Hyper-V virtual machine available under Windows 10. If you select this installation you can have troubles with Virtual Box no longer work after Hyper-V is set to enable.. There is an option use also installation based on Oracle Virtual Box but i select easy to install using the first options which is nicely integrated with Windows 10 and bring me the advantage of docker development under ubuntu on windows machines.. For the installation just follow the step by step

The blog is full of OpenCV source code, tutorials, tips, tricks, and from basics to advanced streaming and video processing. The code examples are from C++. Most of the tutorials are dedicated to basics C++ OpenCV image processing, people detection from LBP haar cascades to modern deep learning. The tutorials are as well dealing with GStreamer OpenCV integration to be able to stream OpenCV output as a video stream to the web.