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

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 x
] { get; set; }

Parameters

x
Type: SystemInt32
A 0-based column index.

Return Value

Type: GpuMat
See Also

Reference