I am new in IPP. I need create integral representation of image 1.jpg. it can this func. ippiIntegral_8u32f_C1R(const
Ipp8u* pSrc, int srcStep,
Ipp32f* pDst, int dstStep,
IppiSize roiSize, Ipp32f val);
I would recommend you to take a look at IPP sample package (available as a separate download). In main sample package you might be interested to check image-codecs\uic (unified image codecs) sample and specifically picnic application. With this application we do have face detection algorithm integrated and this face detection algorithm call image integral function.