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 Sep 2, 2015
1 parent 7ac2eab commit 2e1aea0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/source/09 - Object Detection.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ The opening is a compound operation that consist in an erosion followed by a dil
What we will do in this tutorial
--------------------------------
In this guide, we will:
* Insert a 3 groups of sliders to control the quantity of HSV values (Hue,Saturation and Value) of the image.
* Capture the image from the web cam and processing the image removing noise in order to facilitate the object recognition
* Insert 3 groups of sliders to control the quantity of HSV (Hue, Saturation and Value) of the image.
* Capture and process the image from the web cam removing noise in order to facilitate the object recognition.
* Finally using morphological operator such as erosion and dilation we can identify the objects using the contornous obtained after the image processing.

Getting Started
Expand Down Expand Up @@ -171,8 +171,6 @@ Given a binary image containing one or more closed surfaces, use it as a mask to
}
}
.. todo:: complete

Source Code
-----------
Expand Down

0 comments on commit 2e1aea0

Please sign in to comment.