MatRowIndexer Class |
Namespace: OpenCvSharp
The MatRowIndexer type exposes the following members.
Name | Description | |
---|---|---|
![]() | MatRowIndexer | Initializes a new instance of the MatRowIndexer class |
Name | Description | |
---|---|---|
![]() | ItemInt32 |
Creates a matrix header for the specified matrix row.
(Overrides MatRowColIndexerItemInt32.) |
![]() | ItemRange |
Creates/Sets a matrix header for the specified row/column span.
(Inherited from MatRowColIndexer.) |
![]() | ItemInt32, Int32 |
Creates a matrix header for the specified row span.
(Overrides MatRowColIndexerItemInt32, Int32.) |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | Get(Int32) |
Creates a matrix header for the specified matrix row/column.
(Inherited from MatRowColIndexer.) |
![]() | Get(Range) |
Creates a matrix header for the specified row/column span.
(Inherited from MatRowColIndexer.) |
![]() | Get(Int32, Int32) |
Creates a matrix header for the specified row/column span.
(Inherited from MatRowColIndexer.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Set(Int32, Mat) |
Creates/Sets a matrix header for the specified matrix row/column.
(Inherited from MatRowColIndexer.) |
![]() | Set(Range, Mat) |
Creates/Sets a matrix header for the specified row/column span.
(Inherited from MatRowColIndexer.) |
![]() | Set(Int32, Int32, Mat) |
Creates/Sets a matrix header for the specified row/column span.
(Inherited from MatRowColIndexer.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | parent | (Inherited from MatRowColIndexer.) |