计算机应用 ›› 2011, Vol. 31 ›› Issue (07): 1822-1824.DOI: 10.3724/SP.J.1087.2011.01822

• 图形图像技术 • 上一篇    下一篇

双阈值级联分类器的加速人脸检测算法

王燕,公维军   

  1. 兰州理工大学 计算机与通信学院,兰州 730050
  • 收稿日期:2010-12-22 修回日期:2011-02-26 发布日期:2011-07-01 出版日期:2011-07-01
  • 通讯作者: 王燕
  • 作者简介:王燕(1971-),女,甘肃兰州人,副教授,硕士,主要研究方向:模式识别、图像处理、智能信息处理;公维军(1987-),男,甘肃张掖人,硕士研究生,主要研究方向:模式识别。
  • 基金资助:

    甘肃省自然科学基金资助项目;甘肃省教育厅硕士生导师基金资助项目

Accelerated algorithm of face detection based on dual-threshold cascade classifiers

Yan WANG,Wei-jun GONG   

  1. School of Computer and Communication, Lanzhou University of Technology, Lanzhou Gansu 730050, China
  • Received:2010-12-22 Revised:2011-02-26 Online:2011-07-01 Published:2011-07-01
  • Contact: Yan WANG

摘要: 提出了一种基于双阈值的两级级联分类器的人脸检测加速方法。该方法首先应用Gabor滤波器提取经模板匹配保留的似人脸样本特征,经主成分分析(PCA)降维后的特征作为第一级BP神经网络输入进行检测,在输出端应用双阈值对人脸/非人脸进行粗检测,然后把介于双阈值之间的人脸/非人脸模块作为第二级AdaBoost算法设计的输入并再次进行精检测,从而在提高检测速度的同时达到提高检测率和降低误检率的目的。实验表明,应用双阈值进行级联分类加速检测后,该方法的检测精度要优于基于简单阈值的分类器。

关键词: 人脸检测, 双阈值, 分类器, 级联, 加速

Abstract: The paper proposed an accelerating way of face detection based on dual-threshold cascade classifiers. First, it applied Gabor filter to extract the face-like features that were retained by template matching, then put eigenvectors extracted by the way of Principal Component Analysis (PCA) into the BP neural network as first classifier, then used dual-threshold to decide face or non-face on output end, and put the face or non-face of midway between up and down threshold into the AdaBoost classifier as the second classifier to decide. In this way, it can improve the detection rate and reduce the false rate while speeding up the detection speed. The experimental results prove that the precision of cascade classifier of face detection based on dual-threshold is superior to the classifier of single threshold.

Key words: Face detection, Dual-threshold, Classifier, Cascade, Accelerate