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

ippiAlphaComp Ouput Buffer

Scott_Danahy
ビギナー
624件の閲覧回数
Hi,
I was wondering if it was possible to useippiAlphaComp in such a way that the output image is written to src2. Can the src2 and pDst parameters be the same image?
Thank you,
Scott
0 件の賞賛
2 返答(返信)
Chao_Y_Intel
モデレーター
624件の閲覧回数

Hello Scott,

The ippiAlphaComp do not have the inplace function. Additional copy function may needed if you want to src2/pDst are the same.

Thanks,
Chao

Scott_Danahy
ビギナー
624件の閲覧回数
I tested this and it worked when pSrc2 and pDest were the same pointers. Does the implementation really require them to be different?
Thank you,
Scott
返信