Click or drag to resize

CvInvokeFindNonZero Method

http://www.emgu.com
Find the location of the non-zero pixel

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public static void FindNonZero(
	IInputArray src,
	IOutputArray idx
)

Parameters

src
Type: Emgu.CVIInputArray
The source array
idx
Type: Emgu.CVIOutputArray
The output array where the location of the pixels are sorted
See Also