Update to 2.0.0 tree from current Fremantle build
[opencv] / interfaces / matlab / ReadMe.txt
diff --git a/interfaces/matlab/ReadMe.txt b/interfaces/matlab/ReadMe.txt
deleted file mode 100644 (file)
index e363ed6..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-This is a source code and executables for MATLAB wrappers for OpenCV.\r
-To install wrappers, set path in the MATLAB to the "toolbox/opencv"\r
-subfolder of this folder and, optionally, to "toolbox/opencv/demos" subfolder.\r
-Wrappers for OpenCV functions can be run in two ways:\r
-cvwrap('<FunctionName>', parameters) where FunctionName is opencv function without\r
-cv prefix,\r
-or\r
-just cvFunctionName( parameters).\r
-\r
-To build matlab wrappers you need to add <matlab_folder>/extern/include folder\r
-to include path (within Developer Studio) and\r
-<matlab_folder>/extern/lib/win32;<matlab_folder>/extern/lib/win32/microsoft/msvc60\r
-folders to lib path.\r
-\r
-Note, that the interface is not complete, only a few essential functions are\r
-wrapped.\r