MatExprRangeIndexerItem Property (Range, Range) OpenCvSharp Class Library
Creates a matrix header for the specified row/column span.

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

public abstract MatExpr this[
	Range rowRange,
	Range colRange
] { get; set; }

Parameters

rowRange
Type: OpenCvSharp.CPlusPlusRange
colRange
Type: OpenCvSharp.CPlusPlusRange

Return Value

Type: MatExpr
See Also

Reference