[Missing <summary> documentation for "T:OpenCvSharp.CPlusPlus.Mat.MatExprIndexer"]
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 MatMatExprIndexer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | MatMatExprIndexer | Initializes a new instance of the MatMatExprIndexer class |
Properties
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.) |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (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 | (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.
(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 | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() | parent | (Inherited from MatExprRangeIndexer.) |
See Also