Running the OpenCV Test
The following commands should work from any of the standard lab Macs:
- Copy the OpenCVTest directory:
cp -r ~steven/Public/COSC470/OpenCVTest .
- Change into the directory you just copied:
cd OpenCVTest
- Compile the program:
make
- Update your paths to include the OpenCV libraries:
source setPath.sh
- Run the test program:
./ocvTest
You should see a window come up with a white circle against a red background. If you select this window then precss any key, the program will exit.