VisOCV Sample Application This is a simple console application, developed in Microsoft Developer Studio 6 C++. It illustrates the use of the Microsoft VisionSDK together with the Intel OpenCV library. To be able to compile and run it you should do the following steps: 1 - Download and install the Intel Image Processing Library (IPL) from: http://developer.intel.com/software/products/perflib/ After installation, do not forget to set the path to the "bin" directory on your machine system's path. 2 - Download and install the OpenCV Library from: http://www.intel.com/research/mrl/research/opencv/ After installation, do not forget to set the path to the "bin" directory on your machine system's path. 3 - Download and install the Vision SDK from: http://www.research.microsoft.com/research/vision/ Follow ALL instructions provided in documentation. 4 - Open the application project with Microsoft Developer Studio. In the Project Settings Dialog, adjust the aditional include and library directories to match your local instalation directory structure. 5 - Build the project and run it. Have fun !! Copyright (c) 2002, Alexandre Bernardino - ISR/IST. All rights reserved. alex@isr.ist.utl.pt