Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Result of alpha composition

rdebeugny
Beginner
874 Views
Hello,

I'm using AlphaComp_8uAC4R function. I want to be able to work in both modes : alpha-premultiplied mode and not premultiplied mode.
From my tests, it seems that the results of the function with ippAlphaOver are alpha-premultiplied :
I've the same results with
AlphaPremul(im1);
AlphaPremul(im2);
AlphaComp(im1,im2,ippAlphaOverPremul)
and
AlphaComp(im1,im2,ippAlphaOver)

Is it the expected behaviour ?
Is there a inverse function for AlphaPremul I could use to transform the result ?

Thanks

Raphael
0 Kudos
1 Reply
Ying_S_Intel
Employee
874 Views
Dear Customer,
If you would like further investigation on those Intel IPP functions, please submit an issue with details and test casesthrough Intel Premier Support at https://premier.intel.com.

Thanks,
Ying
Intel IPP Support
0 Kudos
Reply