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

ippiResizeFilterInit parameter options

pvonkaenel
New Contributor III
324 Views
Hi,

I've been using the resizers in the ResizeSqrPixel() call, and tend to allocate intermediate space for the largest image I'll be resizing. Is this also possible for the Hann resizer available in ippiResizeFilter? Basically, can I allocate space for the largest image I'll work with and then call ippiResizeFilterInit() only once, or do I need to call ippiResizeFilterInit() for every different image size?

Thanks,
Peter
0 Kudos
2 Replies
Chao_Y_Intel
Moderator
324 Views

Hi Peter,

It looks the same problem in the premier support issue. I provided an update.

For other users here, it needs to call ippiResizeFilterInit() for every different image size because the function builds filter depending input/output size.

Thanks,
Chao

.
0 Kudos
pvonkaenel
New Contributor III
324 Views
Thanks Chao, I'll be sure to call the init when changing image sizes.

Peter
0 Kudos
Reply