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