- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
We tried IPPISET roi based method to set the set of portions in the image 0.
But this is slower than memset [on entire image to 0]
We have tried the IPPSSET and found it is more faster than memset and IPPISET.
Is the ROI based method usually slower than non-ROI based method like IPPSSET.
Actually we thought since we were doing selective regions in image to reset to zero using IPPISET ,it should be faster than memset and IPPSET performed on entire image.
But when we profile we found the IPPISET[called four time on four different small region on image] is taking more time than IPPSSET and memset.
Can you please explain why/how this can happen?
We were using IPP 7.0 version.
Thanks & Regards,
Murali
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
For IPPsSet i had used ippsSet_8u
For IPPISet i had used ippiSet_8u_AC4
The image is a 32-bit color image and we need to set the four corner ROI's to '0' value
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
AC4 should be slower by definition - AC4 memory layer means 4 channels with A channel - A channel in IPP is not touched by definition. To set all 4 channels to 0 you should use ippiSet_8u_C4R.
Regards, Igor

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page