GpuMatRowColIndexerGet Method (Int32)
|
Creates a matrix header for the specified matrix row/column.
Namespace:
OpenCvSharp.Cuda
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic virtual GpuMat Get(
int pos
)
Public Overridable Function Get (
pos As Integer
) As GpuMat
public:
virtual GpuMat^ Get(
int pos
)
abstract Get :
pos : int -> GpuMat
override Get :
pos : int -> GpuMat
Parameters
- pos
- Type: SystemInt32
Return Value
Type:
GpuMat
See Also