- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
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?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page