14 #include <opencv\cv.h> 
   29 class __declspec(dllexport) Saliency
 
   33     void calcIntensityChannel(IplImage *src, IplImage *dst);
 
   36     void copyImage(IplImage *src, IplImage *dst);   
 
   37     void getIntensityScaled(IplImage * integralImage, IplImage * gray, IplImage *saliencyOn, IplImage *saliencyOff, 
int neighborhood);
 
   38     float getMean(IplImage * srcArg, CvPoint PixArg, 
int neighbourhood, 
int centerVal);
 
   39     void mixScales(IplImage **saliencyOn, IplImage *intensityOn, IplImage **saliencyOff, IplImage *intensityOff, 
const int numScales);
 
   40     void mixOnOff(IplImage *intensityOn, IplImage *intensityOff, IplImage *intensity);
 
   41     void getIntensity(IplImage *srcArg, IplImage *dstArg,  IplImage *dstOnArg,  IplImage *dstOffArg, 
bool generateOnOff);