MatSubMat Method (Int32, Int32, Int32, Int32)
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic Mat SubMat(
int rowStart,
int rowEnd,
int colStart,
int colEnd
)
Public Function SubMat (
rowStart As Integer,
rowEnd As Integer,
colStart As Integer,
colEnd As Integer
) As Mat
public:
Mat^ SubMat(
int rowStart,
int rowEnd,
int colStart,
int colEnd
)
member SubMat :
rowStart : int *
rowEnd : int *
colStart : int *
colEnd : int -> Mat
function SubMat(rowStart, rowEnd, colStart, colEnd);
Parameters
- rowStart
- Type: SystemInt32
- rowEnd
- Type: SystemInt32
- colStart
- Type: SystemInt32
- colEnd
- Type: SystemInt32
Return Value
Type:
Mat
See Also