Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

3D lookup table by IPP

danielwang1971
Beginner
177 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
177 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
Reply