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 30, 2015
1 parent 61d3203 commit 683f78b
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions docs/source/09 - Object Detection.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,24 +26,13 @@ Let's create a new JavaFX project. In Scene Builder set the windows element so t

Source Code
-----------
- `FaceDetection.java <https://github.com/opencv-java/object-detection/blob/master/src/it/polito/teaching/cv/Lab7.java>`_
- `ObjectDetection.java <https://github.com/opencv-java/object-detection/blob/master/src/it/polito/teaching/cv/Lab7.java>`_

.. code-block:: java
public class Lab7 extends Application
public class ObjectDetection extends Application
{
/**
* The main class for a JavaFX application. It creates and handles the main
* window with its resources (style, graphics, etc.).
*
* This application looks for any tennis ball in the camera video stream and
* try to select them according to their HSV values. Found tennis balls are
* framed with a blue line.
*
* @author <a href="mailto:luigi.derussis@polito.it">Luigi De Russis</a>
* @since 2015-01-13
*
*/
@Override
public void start(Stage primaryStage)
{
Expand Down Expand Up @@ -78,7 +67,7 @@ Source Code
}
}
- `FD_Controller.java <https://github.com/opencv-java/object-detection/blob/master/src/it/polito/teaching/cv/ObjRecognitionController.java>`_
- `ObjRecognitionController.java <https://github.com/opencv-java/object-detection/blob/master/src/it/polito/teaching/cv/ObjRecognitionController.java>`_

.. code-block:: java
Expand Down Expand Up @@ -383,7 +372,7 @@ Source Code
}
- `FD_FX.fxml <https://github.com/opencv-java/object-detection/blob/master/src/it/polito/teaching/cv/ObjRecognition.fxml>`_
- `ObjRecognition.fxml <https://github.com/opencv-java/object-detection/blob/master/src/it/polito/teaching/cv/ObjRecognition.fxml>`_

.. code-block:: xml
Expand Down

0 comments on commit 683f78b

Please sign in to comment.