Introduction: Real Time Face Detection Using OpenCV With Java

Face detection is the way of determining the locations of human faces in digital images or video stream like cam.

We use face detection in robotics and also in biometric recognition like in this instructable

https://www.instructables.com/id/Person-Authenticat...

In this instructable i show you how to do real time face detection using OpenCV library with Java programming language.

Requirements :

1- PC or laptop contains JDK (download JDK from this link)

http://www.oracle.com/technetwork/java/javase/down...

2- Netbeans IDE( download java se from this link https://netbeans.org/downloads/ )

3- USB webcam.

Steps :

See this video to know how to develop this application

Source Code :

https://www.github.com/emara-geek/real-time-face-detection-using-opencv-with-java