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

7.0.7.325 ippResizeSqrPixel crash with CUBIC interpolation

Aris_Basic
New Contributor I
309 Views

is there a know bug with Resize and CUBIC interpolation ?

on certain images (i assume specific sizes cause it, but nothing huge or something like that (960x721) )

both ReiszeSqlPixel and Resize (8u_C1R) crash with illegal memmory access.

im using CIpl wrappers from ipp-samples 7.0.7.064 but did try to modify ownResize8u_Plane to use ippiResizeSqrPixel once i noticed crash with ippiResize, however result is the same.

0 Kudos
2 Replies
Thomas_Jensen1
Beginner
309 Views

As you might understand, without a simple test project, in which your problem is reproducable, nobody here can help you.

I use those functions and it did not crash yet.

To my knowledge, most crashes stem from improper use of the "step". Step is a parameter to most IPP functions. It must be a value in bytes that move a pointer of a pixel to the pixel below it.

0 Kudos
SergeyKostrov
Valued Contributor II
309 Views
>>...is there a know bug with Resize and CUBIC interpolation ? Aris, If you have an ippiDemo.exe for your version of IPP library use it for a verification. I didn't have a chance to verify it but this is what I would try first. Also, there are source codes for ippiDemo.exe and take a look at it as well. >>...on certain images (i assume specific sizes cause it, but nothing huge or something like that (960x721) )... Thomas's point is absolutely right and more technical details ( a test case, please ) will help ( it is in your interest to provide it ).
0 Kudos
Reply