Apply maemo2 patch
[opencv] / interfaces / matlab / ReadMe.txt
1 This is a source code and executables for MATLAB wrappers for OpenCV.\r
2 To install wrappers, set path in the MATLAB to the "toolbox/opencv"\r
3 subfolder of this folder and, optionally, to "toolbox/opencv/demos" subfolder.\r
4 Wrappers for OpenCV functions can be run in two ways:\r
5 cvwrap('<FunctionName>', parameters) where FunctionName is opencv function without\r
6 cv prefix,\r
7 or\r
8 just cvFunctionName( parameters).\r
9 \r
10 To build matlab wrappers you need to add <matlab_folder>/extern/include folder\r
11 to include path (within Developer Studio) and\r
12 <matlab_folder>/extern/lib/win32;<matlab_folder>/extern/lib/win32/microsoft/msvc60\r
13 folders to lib path.\r
14 \r
15 Note, that the interface is not complete, only a few essential functions are\r
16 wrapped.\r