Gets/Sets the particular element of single-channel floating-point matrix (cvmGet/cvmSet)
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- row
- Type: SystemInt32
The zero-based index of row. - col
- Type: SystemInt32
The zero-based index of column.
Return Value
Type: Doublethe particular element's value
See Also