Real time multi face detection

Face detection has become the center of attraction over the years among the researchers in the computer vision field. Not only because it provides as initial platform for face recognition but it is also used in many applications such as video surveillance, responsive user interface, intelligent focu...

全面介紹

Saved in:
書目詳細資料
主要作者: Sabado, Faith
其他作者: Er Meng Joo
格式: Final Year Project
語言:English
出版: 2014
主題:
在線閱讀:http://hdl.handle.net/10356/61592
標簽: 添加標簽
沒有標簽, 成為第一個標記此記錄!
機構: Nanyang Technological University
語言: English
實物特徵
總結:Face detection has become the center of attraction over the years among the researchers in the computer vision field. Not only because it provides as initial platform for face recognition but it is also used in many applications such as video surveillance, responsive user interface, intelligent focus and in the recent years, in social networking sites such as Facebook. Face detection could be implemented using many existing algorithms. However existing methods use a traditional approach that would be computationally expensive. Recent advances in this field show that the work proposed by Viola and Jones provides an efficient and accurate way to detect faces that would be feasible when implemented in real time. Viola Jones provides lesser computation time, however it has its limitations. As such, in this project we would be inculcating skin color modeling as pre processing to Viola Jones to offset its false positive limitations. The whole system would consist of two parts; skin modeling – to extract skin regions and Viola Jones detector – to further verify the existence of face. The human face detection system was tested in different environment conditions and results showed a slight improvement in terms of false positive rate but the time taken to detect faces increased.