Update to 2.0.0 tree from current Fremantle build
[opencv] / apps / StereoDemo / readme.txt
diff --git a/apps/StereoDemo/readme.txt b/apps/StereoDemo/readme.txt
deleted file mode 100644 (file)
index 8419e3b..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-This is a stereo demo.\r
-It is a console-based application that uses cvcam for video capture and\r
-highgui for visualization.\r
-\r
-Below are the application requirements and instructions on using the application:\r
-\r
-To run the demo you will need two USB cameras that are compatible with DirectShow\r
-and can work in pair. Creative WebCam is an example of such a camera, 3Com is not\r
-(currently). Two different cameras might be also OK.\r
-\r
-Also, you will need to register ProxyTrans.ax and SyncFilter.ax DirectShow filters\r
-from opencv\bin folder using regsvr32.exe utility or\r
-opencv\bin\RegisterAll.bat batch command file.\r
-\r
-When the application starts, three windows displaying cameras, appear,\r
-"camera 1" shows left camera's view, "camera 2" shows right camera's view.\r
-If they are swapped, press 't' to swap them back.\r
-\r
-First, you need to calibrate cameras. Use checkerboard etalon.\r
-Default size of checker board (7x10 squares) is hard-coded into the demo code -\r
-change it in main.cpp, line 26 if you have different board size, or\r
-pass the size in command line, e.g. if you have 10x15 board, run the demo\r
-as "StereoDemo 10 15".\r
-To start calibration (and to interrupt calibration), press 'g'.\r
-When camera is calibrated, disparity map starts displaying automatically.\r
-Press 'r' to toggle disparity map  displaying.\r
-Press 's' to save camera parameters.\r
-Press 'l' to load previously stored camera parameters.\r
-Press ESC to quit the program.\r
-\r
-For other options see online help that is displayed using 'h' command.\r
-\r
-!!!CAUTION!!! Although Creative WebCams work well together, their driverts\r
-may cause the system hangup upon the application exit. So, it is recommented\r
-to close all the running applications and save the currently open documents\r
-before the application execution.\r
-\r