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

IPP and CImg library integration

Deleted_U_Intel
Employee
246 Views
Hello, I need to work with both libraries.

In order to integrate them I need to convert from the CImg image format to the ipp image format (buffer), and vice versa.

The CImg library provides a way to access each pixel of the buffer image.

*image.ptr(x,y,channel) where channel can be 1,2,3.

Could you help me in the creation of both convertCImg_IPP and convertIPP_CImg functions?

Thank you for your help.
0 Kudos
1 Reply
Vladimir_Dudnik
Employee
246 Views
Hi,
I recommend you to read IPP manual to learn IPP image format better, so you will be able to create such function by yourself.
Regards,
Vladimir
0 Kudos
Reply