The code below combines saliency map computation based on the Itti & Koch algorithm, with information on the locations of faces based on the Viola & Jones face detection algorithm.
The Malab codes for the implementation of the saliency map computation is based on a code written by Jonathan Harel.
The face detection code is a Windows executable for carrying out face detection on a gray scale image (courtesy of Sreekar Krishna from Mathworks). The codes implements Viola-Jones adaboosted algorithm for face detection by providing a mex implementation of OpenCV's face detector.
|