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

Interpolation

kikuznetsov
Beginner
387 Views

Hello. I cannot find in IPP a method which allows to interpolate a signal. The analogue of Matlab-function "interp1"is necessary to me.

0 Kudos
1 Reply
Vladimir_Dudnik
Employee
387 Views

Hello,

not quite clear what exactly you are looking for. Could you please take a look on ippiResampleRow function, might be it will fit your needs? Other options are ippiResizeSqrPixel (which can work also with just single row) or ippiLUT_Linear/Cubic functions.

Regards,
Vladimir

0 Kudos
Reply