Return the particular element of single-channel floating-point matrix
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- mat
- Type: OpenCvSharpCvMat
The matrix. - row
- Type: SystemInt32
The zero-based index of row. - col
- Type: SystemInt32
The zero-based index of column. - value
- Type: SystemDouble
The new value of the matrix element
See Also