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

custom video interpolation using IPP

andrewk88
Beginner
624 Views
Hi,
I need to perform a very special type of video interpolation which produces 2x larger 2D block of video data in floating point format.New pixels in an upscaled both horizontally and vertically image should be a sum of neighbors and original pixels values should be preserved in interpolated image as well. That operation for a single row of 2D data block might be illustarted as follows:
1 3 5 7 ----> 1 4 3 8 5 12 7 7
After all rows in 2D block are interpolated that way, I need to do the same in vertical.
I don't see a good fit in IPP library for such custom processing, so I'd appreciate any suggestions.
Regards,
Andrew
0 Kudos
2 Replies
borix
Beginner
624 Views
that is not interpolation
interpolation (several types) can be done by the resize function
0 Kudos
andrewk88
Beginner
624 Views
Yes, that's right ...and let's say I still want to do what I have planned.
Any hints ?
Andrew
0 Kudos
Reply