Change the particular array element
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- arr
- Type: OpenCvSharp.CvArr
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 - idx2
- Type: System.Int32
The third zero-based component of the element index - value
- Type: OpenCvSharp.CvScalar
The assigned value
See Also