Program: example_draw_opencv.cpp
CS-161: Software Project
Instructor: Rob Bruce
Spring 2016

This program demonstrates how to use OpenCV's drawing capability to draw rectangles, circles, and text on an image.

The full source code for example_draw_opencv.cpp is available as a gzipped tar file at http://www.cs.sjsu.edu/~bruce/programs/spring_2016_cs161/example_draw_opencv/example_draw_opencv.tar.gz (right mouse click then select "Save Link As..." to download)

To unpack the gzipped tar file, enter the following command at a shell prompt: tar xzf example_draw_opencv.tar.gz