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