Skip to content

Commit

Permalink
Update 08 - Face Recognition and Tracking.rst
Browse files Browse the repository at this point in the history
Some corrections
  • Loading branch information
SebasOcampoo committed Sep 2, 2015
1 parent 76dc214 commit 8d6f74b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/08 - Face Recognition and Tracking.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ In order to use the classifiers we need to load them from the resource folder, s
To do so, let's implement the ``OnAction`` methods we already declared before:

- ``haarSelected``
inside this method we are going to load the disired Haar Classifier (e.g. ``haarcascade_frontalface.xml``) as follows:
inside this method we are going to load the desired Haar Classifier (e.g. ``haarcascade_frontalface.xml``) as follows:

.. code-block:: java
Expand Down Expand Up @@ -120,7 +120,7 @@ The parameters are:

So the result of the detection is going to be in the **objects** parameter or in our case ``faces``.

Let's put this result in an array of Rects and draw them on the frame, by doing so we can display the detected face are:
Let's put this result in an array of rects and draw them on the frame, by doing so we can display the detected face are:

.. code-block:: java
Expand Down

0 comments on commit 8d6f74b

Please sign in to comment.