# face-detection **Repository Path**: zhhh123/face-detection ## Basic Information - **Project Name**: face-detection - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-31 - **Last Updated**: 2021-12-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Face Detection with OpenCV and JavaFX [![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/) *Computer Vision course - [Politecnico di Torino](http://www.polito.it)* 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](http://opencv-java-tutorials.readthedocs.org/en/latest/index.html).