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

3D lookup table by IPP

danielwang1971
Beginner
289 Views
Hello,

Is possible to ally a 3D lookup table to a image using IPP?

Best regards,

Daniel wang
0 Kudos
1 Reply
Ying_H_Intel
Employee
289 Views
Hello Daniel,

I recalled, IPPprovides several functions for 3D data processing in ippmman.pdf.
for example,
3D transform Functions
ipprResize : Resizes the source volume.
ipprWarpAffine : Performs the general affine transform of the source volume.
ipprRemap :Performs the look-up coordinate mapping of the elements of the source

You may take a look at them and see if they can be used.

Best Regards,
Ying
0 Kudos
Reply