http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
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.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static void cvClearND( IntPtr arr, int[] idx ) |
Visual Basic |
---|
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