Skip to content

Project detects faces in live feed from webcam and sends a signal to alert any external thing.

Notifications You must be signed in to change notification settings

guzbyte/Face-Detection-JAVACV

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Our R & D project was to build a Security System with Video and Audio Support to detect intrusion in human abandoned areas. We used the technique of human face detection to alert the intrusion system of any activity in human abandoned area. Face detection is an important part of face recognition as the first step of automatic face recognition. However, face detection is not straightforward because it has lots of variations of image appearance, such as pose variation (front, non-front), image orientation, illuminating condition and facial expression. Automatic face detection is a complex problem in image processing. Many methods exist to solve this problem such as template matching, Fisher Linear Discriminant. We used openCV library for face detection and java jssc library for connecting with the hardware. The firmware was written in C programming language and compiled using XC8 compiler for Microchip PIC16 microcontroller.

About

Project detects faces in live feed from webcam and sends a signal to alert any external thing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%