Monday, October 08, 2012

OpenCV Visual Studio 2010


http://opencv.willowgarage.com/wiki/VisualC++_VS2010_CMake

Resolve problem dll not found at run

For add dll path, if you are not Adminstrator(alternative to use setx)

rundll32 sysdm.cpl,EditEnvironmentVariables

Python3 version alternatives and virtual environments

Solving multiple python installation:   sudo update-alternatives --install /usr/ bin /python3 python3 /usr/ bin /python3 .5 1 sudo update...