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

ippv6 - ipl emulator iplResize() crashing

abasicviztek
Beginner
309 Views
We are statically linking IPP 6 to our Win32 app. (Evaluation version)
app (actualy one compononet of the app ) used to use some early version of ipp (actaualy ipl) and we havent seen issues there. (Main reason for migrating to ipp6+ is ability to build 64bit app)

However with ippv6 we see regaulr crashes when Resizing images to close to twice the size. (1.9*)
ippiResize_8u_C1R is the function i see get exectuted last (from ownResize8u_Plane).
sometimes the whole process would work fine just to crash on next resize operation

we generaly use linear interpolation but its happening with cubic aswell


is there a known issue ?
0 Kudos
1 Reply
Vladimir_Dudnik
Employee
309 Views
Hello,

there is no known issues similar to what you described. Could you please provide simple test case which reproduced the issue? To be honest, I think it is most probably related to the way you call IPP function.

Note, you may try IPP demo application to play with resizing different images and to ensure that ippiResize work correctly when properly used.

Regards,
Vladimir
0 Kudos
Reply