Calculates integral images.
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- 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).
See Also