Update to 2.0.0 tree from current Fremantle build
[opencv] / apps / Hawk / ReadMe.txt
diff --git a/apps/Hawk/ReadMe.txt b/apps/Hawk/ReadMe.txt
deleted file mode 100644 (file)
index 9fe0e6b..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-Hawk is the application designed for interactive development and testing\r
-of Computer Vision algorithms. It represents all features of IPL library and\r
-a part of IPPI library (full support of IPPI to come soon). Also it can \r
-support ANY library that has a proper "wrapper plugin" to Hawk.\r
-\r
-\r
-Hawk consists of the following parts and modules:\r
-\r
-== CVEiCL (lib): the interpreter based on EiC interpreter of ISO C\r
-\r
-== HighGUI (lib): the library that provides high-level interface to UI\r
-   features like windows creation, images visualization, user input, etc.\r
-\r
-== IplWrap (dll): the module that wraps IPL library for it to be used \r
-   in Hawk. It should be disposed in plugins directory.\r
-\r
-== IppiWrap (dll): the same for IPPI library\r
-\r
-== ProxyTrans (DS filter): the filter for working with camera (up to now \r
-   supports only Intel USB Camera). Before working with the camera, you \r
-   should register the filter, like this:\r
-\r
-   regsvr32 ProxyTrans.ax\r
-\r
-== Hawk itself: getting all the parts together and providing a friendly\r
-   UI. Also it contains the block of converters (to be a separate module \r
-   soon) to and from IPPI, IPL image structures and Win32 bitmap.\r
-\r
-\r
-There are two samples of using Hawk in the scripts directory. \r
-Hough.c demonstrates the text rotation angle recognition based on \r
-Hough transform;\r
-Ds.c shows how to work with DirectShow.
\ No newline at end of file