Click or drag to resize

MatRowRange Method (Int32, Int32)

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public Mat RowRange(
	int startRow,
	int endRow
)

Parameters

startRow
Type: SystemInt32
endRow
Type: SystemInt32

Return Value

Type: Mat
See Also