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
Input matrix. - row
- Type: SystemInt32
The zero-based index of row. - col
- Type: SystemInt32
The zero-based index of column.
Return Value
Type: Double[Missing <returns> documentation for "M:OpenCvSharp.Cv.mGet(OpenCvSharp.CvMat,System.Int32,System.Int32)"]
See Also