- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
コピーされたリンク
2 返答(返信)
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
