Image Processing On Line (Jun 2014)

An Analysis of the Viola-Jones Face Detection Algorithm

  • Yi-Qing Wang

DOI
https://doi.org/10.5201/ipol.2014.104
Journal volume & issue
Vol. 4
pp. 128 – 148

Abstract

Read online

n this article, we decipher the Viola-Jones algorithm, the first ever real-time face detection system. There are three ingredients working in concert to enable a fast and accurate detection: the integral image for feature computation, Adaboost for feature selection and an attentional cascade for efficient computational resource allocation. Here we propose a complete algorithmic description, a learning code and a learned face detector that can be applied to any color image. Since the Viola-Jones algorithm typically gives multiple detections, a post-processing step is also proposed to reduce detection redundancy using a robustness argument.