.A General Review of Human Face Image Detection Using Machine Learning Classifier
.A General Review of Human Face Image Detection Using Machine Learning Classifier
Abstract:
Face image detection is widely used technology has proven for many application like security camera, checking system at
airports, retail marketing, people counting, mall etc. Face image detection is a very important field now a days because all over
world used different face detection software application .This technology is only finding the human faces image in a frame
video and counting the images. In this research, an efforts to use the haar cascades classifier which is comes from viola jones
algorithm haar cascades method used the haar like feature by using this feature is to finding the efficient human feature like
eye, nose, and forehead etc. In this study we uses the viola-jones algorithm for face detection. This system proposed two
methodology to find the face, first phase is to detect face in clustered image using viola-jones. Second phase this algorithm is
to extract the feature from face and classifies these feature using add boost classifier. This system, aim to determine the
existence of the position of the human face in a frame. This study helps to person’s identification/identity in various
application like home security, camera surveillance in any field.. In this research discovering the how works the viola-jones
algorithm, finding the human face accurately with contour and real time face detection. We use this system in many social
media application.
Keywords: Viola-jones, Haar like feature, Ada boost classifier, face detection, Open CV.
Basic Terminology
1. Face
Face is the central organ of the human, to expression
recognition and human communication. Face have four
sensory organs. There are nose, ears and tongue. Face is the
Front part of the head and extends from the forehead to the
chin includes mouth, cheeks, and eyes.
2.Computer vision
It is the field of computer science that include methods to
obtaining, managing, and analyzing visual data such as image
and video. This field related to the computer vision are image Figure. 4.Gray Scale Image
processing and machine vision. Fig [1]
6. Viola-Jones Algorithm
Viola-jones [3] algorithm is a very popular algorithm for
face detection[6]. It is the object detection framework this is
used in real time face detection and training rate is high
when four major ideas come in Viola-Jones face detection
method. 1. Haar like features 2.Integral image 3.Adaboost
machine learning [4] and 4. Cascade classifier.
4. Cascade classifier
AdaBoost [4] will finally selected the best features around
say 2500, but it is still a time consuming process to calculate
these features for each region. In that window detector which
we slide over the input image and they find only those region
which is face contain. The job of the cascading is to quickly
discard the non-face, and avoid wasting precious time and
computation. This is an achieving the speed necessary for
real – time face detection. Fig [3]
Calculating the haar features in single number the sum of
pixel value in the black area minus the sum of pixel value in
white area.