CvMatmSet 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 void mSet(
	int row,
	int col,
	double value
)

Parameters

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

Reference