Skip to content
This repository has been archived by the owner on Feb 21, 2021. It is now read-only.

Latest commit

 

History

History
14 lines (8 loc) · 974 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 974 Bytes

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.