MatRowRange Method (Int32, Int32)
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic Mat RowRange(
int startRow,
int endRow
)
Public Function RowRange (
startRow As Integer,
endRow As Integer
) As Mat
public:
Mat^ RowRange(
int startRow,
int endRow
)
member RowRange :
startRow : int *
endRow : int -> Mat
function RowRange(startRow, endRow);
Parameters
- startRow
- Type: SystemInt32
- endRow
- Type: SystemInt32
Return Value
Type:
Mat
See Also