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

Help me please

sadan_job
Beginner
457 Views

Hello all

I have question about ippiConvValid

Which function i must use if i have bmp (32bit ARGB and alfa chanellnot use (is NULL))

ippiConvValid_32f_C1R
ippiConvValid_32f_C3R
ippiConvValid_32f_AC4R

0 Kudos
1 Reply
Vladimir_Dudnik
Employee
457 Views

Hello, there is convention in IPP to treat alpha channel as the last channel in image, so you need to convert your data to RGBA format in order to be able to process them with AC4 IPP functions

Regards,
Vladimir

0 Kudos
Reply