SoheilSalehian / Docker-OpenCV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker-OpenCV-MemSnapShots:

Dockerize OpenCV with memory profiling instrumentation code.

Features

  • 14.04 Ubuntu Based
  • OpenCV 3.0 image w/ built-in memory profiling
  • The instrumentation code allows for monitoring of mem consumption for each desired function call.

Post-setup

Once inside the container run:

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib

And to emulate a monitor for OpenCV algorithms using GTK (contours, etc):

Xvfb :1 -screen 0 1024x768x16 &> xvfb.log  & 

References

OpenCV image on github

About


Languages

Language:C++ 84.2%Language:Cuda 5.9%Language:C 3.0%Language:Java 2.4%Language:CMake 2.2%Language:Python 1.5%Language:Objective-C++ 0.6%Language:Perl 0.1%Language:PowerShell 0.1%Language:Objective-C 0.0%Language:Shell 0.0%Language:Batchfile 0.0%Language:TeX 0.0%Language:Makefile 0.0%