Click or drag to resize

MatExprRangeIndexerGet Method (Int32, Int32, Int32, Int32)

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public MatExpr Get(
	int rowStart,
	int rowEnd,
	int colStart,
	int colEnd
)

Parameters

rowStart
Type: SystemInt32
rowEnd
Type: SystemInt32
colStart
Type: SystemInt32
colEnd
Type: SystemInt32

Return Value

Type: MatExpr
See Also