Click or drag to resize

CudaInvokeSqrSum Method

http://www.emgu.com
Returns the squared sum of matrix elements.

Namespace:  Emgu.CV.Cuda
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public static MCvScalar SqrSum(
	IInputArray src,
	IInputArray mask = null
)

Parameters

src
Type: Emgu.CVIInputArray
Source image of any depth except for CV_64F.
mask (Optional)
Type: Emgu.CVIInputArray
optional operation mask; it must have the same size as src1 and CV_8UC1 type.

Return Value

Type: MCvScalar
The squared sum of matrix elements.
See Also