Running OpenCV without installing

asked 2014-02-25 07:15:49 -0600

Dev gravatar image

Hey,

Is there a way to include OpenCV in a python script without installing it?

For example having a directory in the same location as the python script and importing from within that directory?

Thanks

edit retag flag offensive close merge delete

Comments

I think you are looking for static libraries. This is what I use in C++ to generate an executable that can operate without a complete opencv installation. Take a look here

StevenPuttemans gravatar imageStevenPuttemans ( 2014-02-25 07:23:05 -0600 )edit