MatExprRangeIndexerSet Method (Int32, Int32, Int32, Int32, MatExpr)
|
Sets a matrix header for the specified matrix row/column.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic void Set(
int rowStart,
int rowEnd,
int colStart,
int colEnd,
MatExpr value
)
Public Sub Set (
rowStart As Integer,
rowEnd As Integer,
colStart As Integer,
colEnd As Integer,
value As MatExpr
)
public:
void Set(
int rowStart,
int rowEnd,
int colStart,
int colEnd,
MatExpr^ value
)
member Set :
rowStart : int *
rowEnd : int *
colStart : int *
colEnd : int *
value : MatExpr -> unit
function Set(rowStart, rowEnd, colStart, colEnd, value);
Parameters
- rowStart
- Type: SystemInt32
- rowEnd
- Type: SystemInt32
- colStart
- Type: SystemInt32
- colEnd
- Type: SystemInt32
- value
- Type: OpenCvSharpMatExpr
Return Value
Type:
See Also