Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

Open file for ippiIntegral_8u32f

taras_ua
Beginner
219 Views
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);

How open file for this func?

0 Kudos
1 Reply
Vladimir_Dudnik
Employee
219 Views
Hello,

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.

Regards,
Vladimir
0 Kudos
Reply