MatRowColExprIndexerSet Method (Int32, Int32, MatExpr) OpenCvSharp Class Library
Sets a matrix header for the specified matrix row/column span.

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void Set(
	int start,
	int end,
	MatExpr value
)

Parameters

start
Type: SystemInt32

[Missing <param name="start"/> documentation for "M:OpenCvSharp.CPlusPlus.MatRowColExprIndexer.Set(System.Int32,System.Int32,OpenCvSharp.CPlusPlus.MatExpr)"]

end
Type: SystemInt32

[Missing <param name="end"/> documentation for "M:OpenCvSharp.CPlusPlus.MatRowColExprIndexer.Set(System.Int32,System.Int32,OpenCvSharp.CPlusPlus.MatExpr)"]

value
Type: OpenCvSharp.CPlusPlusMatExpr

[Missing <param name="value"/> documentation for "M:OpenCvSharp.CPlusPlus.MatRowColExprIndexer.Set(System.Int32,System.Int32,OpenCvSharp.CPlusPlus.MatExpr)"]

Return Value

Type: 
See Also

Reference