Skip to content

Commit

Permalink
Update 03 - First JavaFX Application with OpenCV.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
SebasOcampoo committed Aug 30, 2015
1 parent c02f32e commit 4ec58d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/03 - First JavaFX Application with OpenCV.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ In this guide, we will:

Our First Application in JavaFX
-------------------------------
Our application is going to capture a video stream from our webcam and it will display it on our gui. We will create the gui with Scene Builder and it is going to have a button, which will allow us to stat and stop the stream and a simple image view container where we will put the stream frames.
Our application is going to capture a video stream from our webcam and it will display it on our gui. We will create the gui with Scene Builder and it is going to have a button, which will allow us to start and stop the stream and a simple image view container where we will put the stream frames.

Installing e(fx)clipse plugin and Scene Builder
-----------------------------------------------
Expand Down

0 comments on commit 4ec58d1

Please sign in to comment.