Skip to content

Latest commit

 

History

History
66 lines (48 loc) · 2.45 KB

File metadata and controls

66 lines (48 loc) · 2.45 KB

FacialFeature-Identifier-and-Face-Detection-using-Java

Introduction

This documentation provides an overview and usage guide for the Facial Recognition Java Application. This application uses OpenCV to perform facial detection and recognition on images and live camera feed.([email protected])

0923.2.mp4

Table of Contents

Getting Started

Prerequisites

  • Java Development Kit (JDK)
  • OpenCV library (ensure it is properly configured and installed)
  • IDE (Integrated Development Environment) for Java, such as Eclipse or IntelliJ IDEA

Installation

  1. Clone or download the source code for the Facial Recognition Java Application.
  2. Set up your development environment with the required JDK and OpenCV library.
  3. Import the project into your IDE.

Usage

The application provides several features for facial detection and recognition. Below are the usage instructions for each feature.

Loading an Image

  1. Launch the application.
  2. Go to the "File" menu and select "Load File."
  3. Choose an image file to load.

Detecting Faces

  1. Load an image using the instructions above.
  2. Click the "Detect Faces" button to detect faces in the loaded image.

Detecting Smiles

  1. Load an image using the instructions above.
  2. Click the "Detect Smiles" button to detect smiles in the loaded image.

Detecting Eyes

  1. Load an image using the instructions above.
  2. Click the "Detect Eyes" button to detect eyes in the loaded image.

Analyzing the Whole Image

  1. Load an image using the instructions above.
  2. Click the "Analyze Whole Image" button to perform a comprehensive analysis of the loaded image, detecting faces, eyes, and smiles.

Using the Live Camera

  1. Launch the "Live Camera" feature by selecting it from the "Cam" menu.
  2. The application will open a live camera feed and detect faces and smiles in real-time.

License

This project is licensed under the MIT License.