- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
I'm trying to resize an image using ippiResizeLinear_8u_C1R. When I have application verifier enabled, it's telling me that this function is reading past the end of the source buffer. This only seems to occur when the output dimensions are odd. Is this a known issue? I couldn't find any documentation that indicates the dimensions need to be multiples of 2.
Here is the input format/sizes I'm using:
Input: YUV420 610x310
Output YUV420 305x155
Thanks,
Erin
링크가 복사됨
2 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
After further investigation I think it's an error in my resize setup code.
