Click or drag to resize

GpuMatRowRange Method (Int32, Int32)

returns a new matrix header for the specified row span

Namespace:  OpenCvSharp.Cuda
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public GpuMat RowRange(
	int startrow,
	int endrow
)

Parameters

startrow
Type: SystemInt32
endrow
Type: SystemInt32

Return Value

Type: GpuMat
See Also