| MatExprItem Property (Int32, Int32, Int32, Int32) |
Extracts a rectangular submatrix.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public MatExpr this[
int rowStart,
int rowEnd,
int colStart,
int colEnd
] { get; }
Public ReadOnly Default Property Item (
rowStart As Integer,
rowEnd As Integer,
colStart As Integer,
colEnd As Integer
) As MatExpr
Get
public:
property MatExpr^ default[int rowStart, int rowEnd, int colStart, int colEnd] {
MatExpr^ get (int rowStart, int rowEnd, int colStart, int colEnd);
}
member Item : MatExpr with get
Parameters
- rowStart
- Type: SystemInt32
- rowEnd
- Type: SystemInt32
- colStart
- Type: SystemInt32
- colEnd
- Type: SystemInt32
Return Value
Type:
MatExprSee Also