How to install python from binary opencv package?
How to install python interface from binary opencv package?
I need to copy *.pyd and *.dll to site-packages? any better way?
How to install python interface from binary opencv package?
I need to copy *.pyd and *.dll to site-packages? any better way?
Afaik, you just need to set the PYTHONPATH environment variable to the python27-folder. No need for any copying!
Asked: 2013-03-29 07:13:39 -0600
Seen: 275 times
Last updated: Mar 29 '13
Area of a single pixel object in OpenCV
how to understand which functions available in python bindings?
Problems installing opencv on mac with python
build problems for android_binary_package - Eclipse Indigo, Ubuntu 12.04
OpenCV DescriptorMatcher matches
Can't compile .cu file when including opencv.hpp
How to build a regression tree over binary variables?
at least the 2.4.2 pyd is statically linked, does not need additionally dlls
(just check the size, if it's more than 6mb, you probably don't need the other dlls)