Click or drag to resize

CvInvokecvClearND Method

http://www.emgu.com
Clears (sets to zero) the particular element of dense array or deletes the element of sparse array. If the element does not exists, the function does nothing

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 cvClearND(
	IntPtr arr,
	int[] idx
)

Parameters

arr
Type: SystemIntPtr
Input array
idx
Type: SystemInt32
Array of the element indices
See Also