Skip to content

SoheilSalehian/Docker-OpenCV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published