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)
public override GpuMat this[
int x
] { get; set; }
Public Overrides Default Property Item (
x As Integer
) As GpuMat
Get
Set
public:
virtual property GpuMat^ default[int x] {
GpuMat^ get (int x) override;
void set (int x, GpuMat^ value) override;
}
abstract Item : GpuMat with get, set
override Item : GpuMat with get, set
Parameters
- x
- Type: SystemInt32
A 0-based column index.
Return Value
Type:
GpuMat
Reference