Click or drag to resize

MatRowColExprIndexerItem Property (Int32, Int32)

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public abstract MatExpr this[
	int start,
	int end
] { get; set; }

Parameters

start
Type: SystemInt32
end
Type: SystemInt32

Return Value

Type: MatExpr
See Also