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