GpuMatColIndexerItem Property (Int32, Int32) OpenCvSharp Class Library
Creates a matrix header for the specified column span.

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

public override GpuMat this[
	int startCol,
	int endCol
] { get; set; }

Parameters

startCol
Type: SystemInt32
An inclusive 0-based start index of the column span.
endCol
Type: SystemInt32
An exclusive 0-based ending index of the column span.

Return Value

Type: GpuMat
See Also

Reference