링크가 복사됨
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hello,
As I remember there was a similar question regarding 2D operation, you can see thread
http://softwareforums.intel.com/ids/board/message?board.id=IPP&message.id=980
regarding piece of code you shown, is it exactly what you mean? This code will read data from outside of available memory for k=0.
We do not have similar functions in IPP. You can take a look on ippsSum function family, which calculate sum of all elements in 1D vector
Regards,
Vladimir
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi!
IPP has function ippiIntegral that calculates the image integral on the rectangular area. If you call it for the image with 1 row you get the cumulative sum
Alexander
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Imageintegral function maps input NxM image to output (N+1)x(M+1) image. It calculates dst[n,m]=SUM(src[i,j]), i
For more details see IPP Manual Image processing
Alexander
