Mat column's indexer object
Inheritance Hierarchy
OpenCvSharp.CPlusPlusMatRowColExprIndexer
OpenCvSharp.CPlusPlusMatColExprIndexer
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The MatColExprIndexer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | MatColExprIndexer | Initializes a new instance of the MatColExprIndexer class |
Properties
Name | Description | |
---|---|---|
![]() | ItemInt32 |
Creates a matrix header for the specified matrix column.
(Overrides MatRowColExprIndexerItemInt32.) |
![]() | ItemRange |
Creates a matrix header for the specified row/column span.
(Inherited from MatRowColExprIndexer.) |
![]() | ItemInt32, Int32 |
Creates a matrix header for the specified column span.
(Overrides MatRowColExprIndexerItemInt32, Int32.) |
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 MatRowColExprIndexer.) |
![]() | Get(Range) |
Creates a matrix header for the specified row/column span.
(Inherited from MatRowColExprIndexer.) |
![]() | Get(Int32, Int32) |
Creates a matrix header for the specified row/column span.
(Inherited from MatRowColExprIndexer.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Set(Int32, MatExpr) |
Sets a matrix header for the specified matrix row/column.
(Inherited from MatRowColExprIndexer.) |
![]() | Set(Range, MatExpr) |
Sets a matrix header for the specified matrix row/column span.
(Inherited from MatRowColExprIndexer.) |
![]() | Set(Int32, Int32, MatExpr) |
Sets a matrix header for the specified matrix row/column span.
(Inherited from MatRowColExprIndexer.) |
![]() | ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() | parent | (Inherited from MatRowColExprIndexer.) |
See Also