The GpuMatColIndexer type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| Get(Int32) |
Creates a matrix header for the specified matrix row/column.
(Inherited from GpuMatRowColIndexer.) | |
| Get(Range) |
Creates a matrix header for the specified row/column span.
(Inherited from GpuMatRowColIndexer.) | |
| Get(Int32, Int32) |
Creates a matrix header for the specified row/column span.
(Inherited from GpuMatRowColIndexer.) | |
| 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.
(Inherited from GpuMatRowColIndexer.) | |
| Set(Range, GpuMat) |
Creates/Sets a matrix header for the specified row/column span.
(Inherited from GpuMatRowColIndexer.) | |
| Set(Int32, Int32, GpuMat) |
Creates/Sets a matrix header for the specified row/column span.
(Inherited from GpuMatRowColIndexer.) | |
| ToString | (Inherited from Object.) |
See Also