- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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?
링크가 복사됨
1 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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
