Skip to content
Face detection with OpenCV and JavaFX
Branch: master
Clone or download
Latest commit 12813cd Mar 10, 2017
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
resources update classifier models to the latest version Nov 25, 2015
src/it/polito remove duplicate code Mar 10, 2017
.classpath
.gitignore
.project published version Dec 10, 2014
README.md improve Mat->Image conversion Mar 10, 2017
build.fxbuild published version Dec 10, 2014

README.md

Face Detection with OpenCV and JavaFX

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.

You can’t perform that action at this time.