GpuMatColIndexerItem Property (Int32)
|
Creates a matrix header for the specified matrix column.
Namespace:
OpenCvSharp.Cuda
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic 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
function get_Item(x);
function set_Item(value);
Parameters
- x
- Type: SystemInt32
A 0-based column index.
Return Value
Type:
GpuMat
See Also