Click or drag to resize

MatRowColExprIndexerSet Method (Int32, Int32, MatExpr)

Sets a matrix header for the specified matrix row/column span.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public void Set(
	int start,
	int end,
	MatExpr value
)

Parameters

start
Type: SystemInt32
end
Type: SystemInt32
value
Type: OpenCvSharpMatExpr

Return Value

Type: 
See Also