• This repository has been archived on 22/Feb/2021
  • Stars
    star
    104
  • Rank 320,287 (Top 7 %)
  • Language
    Java
  • Created over 9 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Getting started with OpenCV and JavaFX

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.