Click or drag to resize

CudaInvokeCountNonZero Method (IInputArray)

http://www.emgu.com
Counts non-zero array elements

Namespace:  Emgu.CV.Cuda
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public static int CountNonZero(
	IInputArray src
)

Parameters

src
Type: Emgu.CVIInputArray
Single-channel source image.

Return Value

Type: Int32
The number of non-zero GpuMat elements
See Also