https://github.com/falcowinkler/opencv-object-tracking
Object tracking for smart home project / HAW
https://github.com/falcowinkler/opencv-object-tracking
Last synced: 29 days ago
JSON representation
Object tracking for smart home project / HAW
- Host: GitHub
- URL: https://github.com/falcowinkler/opencv-object-tracking
- Owner: falcowinkler
- Created: 2017-05-08T10:10:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-22T08:23:25.000Z (over 8 years ago)
- Last Synced: 2025-05-24T11:38:35.047Z (5 months ago)
- Language: Java
- Size: 465 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Object Recognition with OpenCV and JavaFX
*Computer Vision course - [Politecnico di Torino](http://www.polito.it)*
A project, made in Eclipse (Neon), for 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. Some screenshots of the running project are available in the `screenshots` folder.
Please, note that the project is an Eclipse project, made for teaching purposes. Before using it, you need to install the OpenCV library (version 3.x) and JavaFX 8 and create a `User Library` named `opencv` that links to the OpenCV jar and native libraries.
A guide for getting started with OpenCV and Java is available at [http://opencv-java-tutorials.readthedocs.org/en/latest/index.html](http://opencv-java-tutorials.readthedocs.org/en/latest/index.html).