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

Addition of two 8-bit images

massaro
Beginner
256 Views

Hi all, I want to add two 8-bit images and store the result  to a 16-bit array. I have go through all the IPP function but it seems that there is no support for this operation. Can anyone here give me some hints what is the most efficient way to do this with IPP?

0 Kudos
1 Reply
Ying_H_Intel
Employee
256 Views

Hi massaro,

No, it seems there is no simple way.  You may convert 8-bit to 16 bit, then add them.  or you add them in 8 bit with scale factor, then covert to 16bit *scale factor.

Best Regards,

Ying

0 Kudos
Reply