GpuMatRowColIndexerSet Method (Int32, Int32, GpuMat)
|
Creates/Sets 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 void Set(
int start,
int end,
GpuMat value
)
Public Overridable Sub Set (
start As Integer,
end As Integer,
value As GpuMat
)
public:
virtual void Set(
int start,
int end,
GpuMat^ value
)
abstract Set :
start : int *
end : int *
value : GpuMat -> unit
override Set :
start : int *
end : int *
value : GpuMat -> unit
function Set(start, end, value);
Parameters
- start
- Type: SystemInt32
- end
- Type: SystemInt32
- value
- Type: OpenCvSharp.CudaGpuMat
See Also