• This repository has been archived on 22/Feb/2021
  • Stars
    star
    119
  • Rank 287,894 (Top 6 %)
  • 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

Face detection with OpenCV and JavaFX

Face Detection with OpenCV and JavaFX

No Maintenance Intended

Computer Vision course - Politecnico di Torino

A project, made in Eclipse (Neon), for detecting human faces in a video taken from a webcam. It uses the Haar and LBP classifiers already available in the OpenCV library.

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.