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).
See Also