1 | initial version |
My solution file misses INSTALL too, not sure behind the reason for this.
But, you can easily complete the installation by going to \opencv\build\lib\Release
to find the cv2.pyd
file, and copying it to C:\Python27\Lib\site-packages
(or your relevant Python installation path).
Note that you must add the path of your OpenCV DLL files to the PATH environment variable if you are building it as a dynamic library.