- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Chao, I'll be sure to call the init when changing image sizes.
Peter
Peter
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