Click or drag to resize

MatRowRange Method (Int32, Int32)

[Missing <summary> documentation for "M:OpenCvSharp.Mat.RowRange(System.Int32,System.Int32)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public Mat RowRange(
	int startRow,
	int endRow
)

Parameters

startRow
Type: SystemInt32

[Missing <param name="startRow"/> documentation for "M:OpenCvSharp.Mat.RowRange(System.Int32,System.Int32)"]

endRow
Type: SystemInt32

[Missing <param name="endRow"/> documentation for "M:OpenCvSharp.Mat.RowRange(System.Int32,System.Int32)"]

Return Value

Type: Mat

[Missing <returns> documentation for "M:OpenCvSharp.Mat.RowRange(System.Int32,System.Int32)"]

See Also