c - OpenCV portability -
i created algorithm in c, using dev c++ 4.9.9.2
, opencv 2.1
in windows xp sp3, , need solution run executable in other computers, without opencv's installation. copying file cv210.dll
solve issue?
thanks , sorry english.
copying dlls work, need more cv210.dll, higgui , imgproc.
look @ headers program using, , @ libs you're linking against. each .lib you'll need corresponding dll.
tools "dependency walker" quite helpful too.
Comments
Post a Comment