Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 709 Bytes

File metadata and controls

16 lines (10 loc) · 709 Bytes

Face Recognition Application

Project Overview

This project seeks to develop a facial recognition application using harcaasades. For this project, the code seeks to identify Face, Eyes and Smile using a computer camera

Txt File used

haarcascade_frontalface_default.xml -for Face detection

haarcascade_eye_tree_eyeglasses.xml - for eye and glasses detection

haarcascade_smile.xml - for Smile detection

Method

The Project utilizes Open source pretrained Haarcascade to intitilize the computer camera [0](for external camera change code to 1) and identify the user face, eyes, glasses and smile.

Preview more on Haarcascade here