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.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public static void cvClearND( IntPtr arr, int[] idx ) |
Visual Basic (Declaration) |
---|
Public Shared Sub cvClearND ( _ arr As IntPtr, _ idx As Integer() _ ) |
Visual C++ |
---|
public: static void cvClearND( IntPtr arr, [InAttribute] array<int>^ idx ) |
Parameters
- arr
- Type: System..::.IntPtr
Input array
- idx
- Type: array<
System..::.Int32
>[]()[]
Array of the element indices