http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Assign the new value to the particular element of single-channel array
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static void cvSetRealND( IntPtr arr, int[] idx, double value ) |
Visual Basic |
---|
Public Shared Sub cvSetRealND ( _ arr As IntPtr, _ idx As Integer(), _ value As Double _ ) |
Visual C++ |
---|
public: static void cvSetRealND( IntPtr arr, [InAttribute] array<int>^ idx, double value ) |
Parameters
- arr
- Type: System..::..IntPtr
Input array
- idx
- Type: array<System..::..Int32>[]()[][]
Array of the element indices
- value
- Type: System..::..Double
The assigned value