Running OpenCV without installing
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
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