CvMatmGet Method OpenCvSharp Class Library
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

public double mGet(
	int row,
	int col
)

Parameters

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.CvMat.mGet(System.Int32,System.Int32)"]

See Also

Reference