[Missing <summary> documentation for "T:OpenCvSharp.CPlusPlus.MatExprRangeIndexer"]
Inheritance Hierarchy
OpenCvSharp.CPlusPlusMatExprRangeIndexer
OpenCvSharp.CPlusPlusMatMatExprIndexer
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The MatExprRangeIndexer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | MatExprRangeIndexer | Initializes a new instance of the MatExprRangeIndexer class |
Properties
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.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (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 | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (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 | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() | parent |
See Also