GpuMatRowColIndexerItem Property (Int32) OpenCvSharp Class Library
Creates/Sets a matrix header for the specified matrix row/column.

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

public abstract GpuMat this[
	int pos
] { get; set; }

Parameters

pos
Type: SystemInt32

Return Value

Type: GpuMat
See Also

Reference