| MatAccumulateSquare Method |
Adds the square of a source image to the accumulator.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public Mat AccumulateSquare(
InputArray mask
)
Public Function AccumulateSquare (
mask As InputArray
) As Mat
public:
Mat^ AccumulateSquare(
InputArray^ mask
)
member AccumulateSquare :
mask : InputArray -> Mat
Parameters
- mask
- Type: OpenCvSharpInputArray
Optional operation mask.
Return Value
Type:
MatAccumulator image with the same number of channels as input image, 32-bit or 64-bit floating-point.
See Also