opencv-java / getting-started

Getting started with OpenCV and JavaFX
105 stars 176 forks source link

Getting started with OpenCV and JavaFX

No Maintenance Intended

Computer Vision course - Politecnico di Torino

Two simple projects, made in Eclipse (Neon), for getting started with the OpenCV library (version 3.x) and with JavaFX (version 2 or superior).

Please, note that both projects are Eclipse projects, realized for teaching purposes. Before using any of them, you need to install the OpenCV library 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.

Gradle

A version of this project that uses Gradle is available in the gradle branch.