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

ippiRemap issue

darin1
Beginner
260 Views
With the latest version if ipp 5.3.1.064

I find that I have different results now with ippiRemap. For example passing in the identity pxMap and pyMap so that the following should be occurring dst[x,y] = src[x,y] I'm finding that the border of the dst are not the correct values, for example dst[0,0] != src[0,0] while for values in the interior appear to be correct.

While with the previous version of ipp 5.2 this function seems to work as expected, where using the identity maps for pxMap, pyMap the src == dst for all pels.


0 Kudos
1 Reply
darin1
Beginner
260 Views
No I don't get a pure copy, with the 5.3.1 release.

I'm using 32x32 images with cubic interpolation using the dll's on a coro duo processor.
0 Kudos
Reply