Face Detection System using Linear Discriminant Analysis
Labels: Computers , Embedded Systems , Free Download , Paper Presentations , Recognition , Sensors , 0 comments
Abstract: Face detection is a two-class problem. Given an image, we would like to confidently say whether a face is present in it. The face detection procedure involves preprocessing of the image followed by detection. Preprocessing involves histogram equalization to improve the quality of the image. The preprocessed image is scanned to detect the edges; finally the edge-detected area is given as input to LDA classifier, which returns the location of the face, if present. The LDA classifier is trained on the whole face image. The input to the classifier would be the x and y co-ordinates of a window and the window is moved until the entire image is traced. The classifier returns an output measure, which is compared with the stored measure of image in the database, and the appropriateness is checked. The same procedure is repeated for different resolution levels and thus the face is detected.
Courtesy: N.Santhanam, Adi Parasakthi Engineering College (APEC), Melmaruvathur, Tamilnadu
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi3RhUTWe-qKfRqbo8D2KCVV1iAOWUtm4nmqfoSJHauy0xVJwAZ67ApQl-o2RH0bixPCQtZCGmrGzBoXCWPfb9yZPGcknwmmL-tDj9uJzOICYaERWyl5xCqk7n-hcG9-XpMQteU8JYt3dr1/s400/download_button.png)
0 Responses to "Face Detection System using Linear Discriminant Analysis"
Post a Comment