[Missing <summary> documentation for "T:OpenCvSharp.CPlusPlus.Gpu.GpuMatRowColIndexer"]
Inheritance Hierarchy
OpenCvSharp.CPlusPlus.GpuGpuMatRowColIndexer
OpenCvSharp.CPlusPlus.GpuGpuMatColIndexer
OpenCvSharp.CPlusPlus.GpuGpuMatRowIndexer
Namespace: OpenCvSharp.CPlusPlus.Gpu
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The GpuMatRowColIndexer type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| GpuMatRowColIndexer | Initializes a new instance of the GpuMatRowColIndexer class |
Properties
| Name | Description | |
|---|---|---|
| ItemInt32 |
Creates/Sets a matrix header for the specified matrix row/column.
| |
| ItemRange |
Creates/Sets a matrix header for the specified row/column span.
| |
| ItemInt32, Int32 |
Creates/Sets a matrix header for the specified row/column span.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| Get(Int32) |
Creates a matrix header for the specified matrix row/column.
| |
| Get(Range) |
Creates a matrix header for the specified row/column span.
| |
| Get(Int32, Int32) |
Creates a matrix header for the specified row/column span.
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Set(Int32, GpuMat) |
Creates/Sets a matrix header for the specified matrix row/column.
| |
| Set(Range, GpuMat) |
Creates/Sets a matrix header for the specified row/column span.
| |
| Set(Int32, Int32, GpuMat) |
Creates/Sets a matrix header for the specified row/column span.
| |
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| parent |
See Also