Running OpenCV without installing

asked Feb 25 '14

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

Preview: (hide)

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 (Feb 25 '14)edit