MatMatExprIndexer Class |
Namespace: OpenCvSharp
The MatMatExprIndexer type exposes the following members.
Name | Description | |
---|---|---|
![]() | MatMatExprIndexer | Initializes a new instance of the MatMatExprIndexer class |
Name | Description | |
---|---|---|
![]() | ItemRange |
Extracts a rectangular submatrix.
(Overrides MatExprRangeIndexerItemRange.) |
![]() | ItemRect |
Extracts a rectangular submatrix.
(Overrides MatExprRangeIndexerItemRect.) |
![]() | ItemRange, Range |
Extracts a rectangular submatrix.
(Overrides MatExprRangeIndexerItemRange, Range.) |
![]() | ItemInt32, Int32, Int32, Int32 |
Extracts a rectangular submatrix.
(Overrides MatExprRangeIndexerItemInt32, Int32, Int32, 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(Rect) |
Creates a matrix header for the specified row/column span.
(Inherited from MatExprRangeIndexer.) |
![]() | Get(Range, Range) |
Creates a matrix header for the specified row/column span.
(Inherited from MatExprRangeIndexer.) |
![]() | Get(Int32, Int32, Int32, Int32) |
Creates a matrix header for the specified matrix row/column.
(Inherited from MatExprRangeIndexer.) |
![]() | 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(Rect, MatExpr) |
Sets a matrix header for the specified matrix row/column span.
(Inherited from MatExprRangeIndexer.) |
![]() | Set(Range, Range, MatExpr) |
Sets a matrix header for the specified matrix row/column span.
(Inherited from MatExprRangeIndexer.) |
![]() | Set(Int32, Int32, Int32, Int32, MatExpr) |
Sets a matrix header for the specified matrix row/column.
(Inherited from MatExprRangeIndexer.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | parent | (Inherited from MatExprRangeIndexer.) |