- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, All:
I am resize the large image (width 35776, height 34880) to smaller image (width 8000, height 7800) for display. For mono image, it is working perfectly, but for color image with depth is 24 bit per pixel ~ 3 byte per pixel of the same image size, in which i just overlay a color layer, only upper part can be resized successfully; the low part looks wrong.
I have also dump the Top left part and bottom right part of the original color image buffer, the image is OK. So the remaining doubt is about whether there is any limitation on the image resizing
Mono resize image: Refer to the Mono_intel in the attachment
Color resize image: Refer to the Color_intel in the attachment
Here comes the code on the resizing.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, All:
Using the tile can help to solve the issue. Thank you.
Best Regards
Edwin Zeng
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Edwin,
is it possible to share with IPP team the original image for experiments?
Pavel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sorry to reply late. But the image is too big to upload. the raw image is more than 2GB [43k x 52k]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ok,
the problem solved with tiling. If you fine to share your image for our experiments you can use my email for this: pavel.berdnikov@intel.com. We will investigate the issue in any case, maybe not so fast as it has the workaround.
Pavel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Also probably you can try to use our Platform Aware API to support big sizes.
Also Threading Layer API (based on OpenMP or TBB) can help you to achieve better performance.
Here is the link to documentation (Case 3 and Case 4):
https://software.intel.com/en-us/ipp-dev-reference-resizelinear ;
If you have any questions please let me know.
Best regards,
Tatyana

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