CvArrSquareAcc Method (CvArr, CvArr) OpenCvSharp Class Library
Adds the square of source image to accumulator

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void SquareAcc(
	CvArr sqsum,
	CvArr mask
)

Parameters

sqsum
Type: OpenCvSharpCvArr
Accumulator of the same number of channels as input image, 32-bit or 64-bit floating-point.
mask
Type: OpenCvSharpCvArr
Optional operation mask.
See Also

Reference