www.emgu.com/wiki
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

Declaration Syntax
public static void cvClearND(
IntPtr arr,
int[] idx
)
Public Shared Sub cvClearND ( _
arr As IntPtr, _
idx As Integer() _
)

Parameters
- arr (IntPtr)
- Input array
- idx (array<
Int32
>[]()[])
- Array of the element indices
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)