DataBase  
 
    home
 
Code

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.

Usage:

[out] = SMVJ_Main(imagename,params)

  • imagename is the string name of an image file.
  • if params is left blank then the default parameters are assumed for the saliency map.

View to readme file for detailed usage instruction and installation details.

The code is released without any warranty. See license agreement.

   
 

 

 

     
  Download      
       
  Saliency Map with Viola and Jones Code