GpuMatRowRange Method (Int32, Int32) OpenCvSharp Class Library
returns a new matrix header for the specified row span

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

public GpuMat RowRange(
	int startrow,
	int endrow
)

Parameters

startrow
Type: SystemInt32

[Missing <param name="startrow"/> documentation for "M:OpenCvSharp.CPlusPlus.Gpu.GpuMat.RowRange(System.Int32,System.Int32)"]

endrow
Type: SystemInt32

[Missing <param name="endrow"/> documentation for "M:OpenCvSharp.CPlusPlus.Gpu.GpuMat.RowRange(System.Int32,System.Int32)"]

Return Value

Type: GpuMat

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

See Also

Reference