Click or drag to resize

CudaInvokeCountNonZero Method (IInputArray)

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

Namespace:  Emgu.CV.Cuda
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
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