This is a Java application for real-time face detection using OpenCV.
This application utilizes the OpenCV library to detect faces in real-time video streams captured from a webcam. It draws bounding boxes around detected faces and labels them.
- Real-time face detection
- Drawing bounding boxes around detected faces
- Labeling detected faces in the video feed
-
Clone this repository to your local machine: git clone https://github.com/MaverickWingman/FaceDetection.git
-
Make sure you have OpenCV installed on your machine. You can download OpenCV from OpenCV website.
- Compile the Java code using your preferred Java compiler.
- Run the compiled Java application.
- Ensure that your webcam is connected and accessible.
- The application will open a window displaying the live video feed from your webcam with detected faces highlighted.
- OpenCV: This application requires the OpenCV library for face detection and image processing tasks.
Contributions are welcome! If you find any bugs or have suggestions for improvements, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.