Click or drag to resize

Cv2Sum Method

computes sum of array elements

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static Scalar Sum(
	InputArray src
)

Parameters

src
Type: OpenCvSharpInputArray
The source array; must have 1 to 4 channels

Return Value

Type: Scalar
See Also