Click or drag to resize

GpuMatColRange Method (Int32, Int32)

returns a new matrix header for the specified column span

Namespace:  OpenCvSharp.Cuda
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public GpuMat ColRange(
	int startcol,
	int endcol
)

Parameters

startcol
Type: SystemInt32
endcol
Type: SystemInt32

Return Value

Type: GpuMat
See Also