MatRowColIndexerSet Method (Int32, Mat)
|
Creates/Sets a matrix header for the specified matrix row/column.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic virtual void Set(
int pos,
Mat value
)
Public Overridable Sub Set (
pos As Integer,
value As Mat
)
public:
virtual void Set(
int pos,
Mat^ value
)
abstract Set :
pos : int *
value : Mat -> unit
override Set :
pos : int *
value : Mat -> unit
function Set(pos, value);
Parameters
- pos
- Type: SystemInt32
- value
- Type: OpenCvSharpMat
See Also