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