Creates a matrix header for the specified matrix row/column.
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public abstract MatExpr this[ int rowStart, int rowEnd, int colStart, int colEnd ] { get; set; }
Parameters
- rowStart
- Type: SystemInt32
- rowEnd
- Type: SystemInt32
- colStart
- Type: SystemInt32
- colEnd
- Type: SystemInt32
Return Value
Type: MatExprSee Also