c++ - Compiling OpenCV program and not requiring opencv Installed -


i have developed c++ program uses opencv. however, when compile , try running computer doesn't run unless install opencv in , set environment path it. there way tackle , how?

i'm using visual studio ultimate 2013 , propgram runs in windows (since kinect sdk used it). thanks!

with dynamic linking, make sure use dependency walker (or similar tool) identify opencv dlls need ship along executable (you don't need install entire opencv package).

that's don't have deal static linking: using static libraries instead of dynamic libraries in opencv


Comments

Popular posts from this blog

java - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -

Round ImageView Android -

How can I utilize Yahoo Weather API in android -