Skip to content

Commit

Permalink
Update 09 - Object Detection.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
SebasOcampoo committed Aug 8, 2015
1 parent 709c167 commit c02f32e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/09 - Object Detection.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ Object Detection

Goal
----
In this tutorial we are going to use well-known classifiers that have been already trained and distributed by OpenCV in order to detect and track a moving face into a video stream.
In this tutorial we are going to identify and track one or more tennis balls. It performs the detection of the tennis balls upon a webcam video stream by using the color range of the balls, erosion and dilation, and the findContours method.

A project, made in Eclipse (Luna), for Some screenshots of the running project are available in the screenshots folder.


What we will do in this tutorial
Expand Down

0 comments on commit c02f32e

Please sign in to comment.