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: 3.2.0.2682 (3.2.0.2682)
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