Click or drag to resize

CudaInvokeAbsSum Method

http://www.emgu.com
Returns the sum of absolute values for matrix elements.

Namespace:  Emgu.CV.Cuda
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public static MCvScalar AbsSum(
	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 src and CV_8UC1 type.

Return Value

Type: MCvScalar
The sum of absolute values for matrix elements.
See Also