Face and facial expression detection from static images / Zulfiqar @ Zulfikri Aris @ Azis

This research is a preliminary research to identify facial expression. The research objective is to detect face and facial expression from static images that contain human face. Image can be obtained from a image or from video. For the video, the image be converted to frames using FrameGrabber softw...

Full description

Saved in:
Bibliographic Details
Main Author: Aris @ Azis, Zulfiqar @ Zulfikri
Format: Thesis
Language:English
Published: 2007
Online Access:https://ir.uitm.edu.my/id/eprint/63722/1/63722.pdf
Tags: Add Tag
No Tags, Be the first to tag this record!
Description
Summary:This research is a preliminary research to identify facial expression. The research objective is to detect face and facial expression from static images that contain human face. Image can be obtained from a image or from video. For the video, the image be converted to frames using FrameGrabber software. For face detection, it will use the Ranknet method is being used to extracted the image and convert to grayscale image. Then the resolution of the image is reduced due to memory constraint and to increase processing speed. The experiments have been made using Sobel Edge Detection, Canny Edge Detection, Prewitt Edge Detection and Robert Edge Detection. When experiment to detect face figure is conducted with zero threshold, Sobel Edge Detection is the best method to apply, while Canny Edge Detection detected with much noise. But if experiment conducted with 0.35 threshold, Sobel Edge Detection, Prewitt Edge Detection and Robert Edge Detection only detects less edge, while Canny Edge Detection can detect face figure properly. From this experiment. Canny Edge Detection has been proven to be the best technique for edge detection. Then using prior knowledge, the eyes and mouth regions are detected. The result of this region could be input to any pattern recognition classifier.