GpuMatColRange Method (Int32, Int32)
|
returns a new matrix header for the specified column span
Namespace:
OpenCvSharp.Cuda
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic GpuMat ColRange(
int startcol,
int endcol
)
Public Function ColRange (
startcol As Integer,
endcol As Integer
) As GpuMat
public:
GpuMat^ ColRange(
int startcol,
int endcol
)
member ColRange :
startcol : int *
endcol : int -> GpuMat
function ColRange(startcol, endcol);
Parameters
- startcol
- Type: SystemInt32
- endcol
- Type: SystemInt32
Return Value
Type:
GpuMat
See Also