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 array
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static void cvSet2D( IntPtr arr, int idx0, int idx1, MCvScalar value ) |
Visual Basic |
---|
Public Shared Sub cvSet2D ( _ arr As IntPtr, _ idx0 As Integer, _ idx1 As Integer, _ value As MCvScalar _ ) |
Visual C++ |
---|
public: static void cvSet2D( IntPtr arr, int idx0, int idx1, MCvScalar value ) |
Parameters
- arr
- Type: System..::..IntPtr
Input array.
- idx0
- Type: System..::..Int32
The first zero-based component of the element index
- idx1
- Type: System..::..Int32
The second zero-based component of the element index
- value
- Type: Emgu.CV.Structure..::..MCvScalar
The assigned value