CvMatItem Property (Int32, Int32) OpenCvSharp Class Library
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

public double this[
	int row,
	int col
] { get; set; }

Parameters

row
Type: SystemInt32
The zero-based index of row.
col
Type: SystemInt32
The zero-based index of column.

Return Value

Type: Double
the particular element's value
See Also

Reference