Calculates integral images.
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- image
- Type: OpenCvSharpCvArr
The source image, WxH, 8-bit or floating-point (32f or 64f) image. - sum
- Type: OpenCvSharpCvArr
The integral image, W+1xH+1, 32-bit integer or double precision floating-point (64f). - sqsum
- Type: OpenCvSharpCvArr
The integral image for squared pixel values, W+1xH+1, double precision floating-point (64f). - tiltedSum
- Type: OpenCvSharpCvArr
The integral for the image rotated by 45 degrees, W+1xH+1, the same data type as sum.
See Also