GpuMatRowColIndexer.Item Property (Int32)
|
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 abstract GpuMat this[
int pos
] { get; set; }
Public MustOverride Default Property Item (
pos As Integer
) As GpuMat
Get
Set
public:
virtual property GpuMat^ default[int pos] {
GpuMat^ get (int pos) abstract;
void set (int pos, GpuMat^ value) abstract;
}
abstract Item : GpuMat with get, set
function get_Item(pos);
function set_Item(value);
Parameters
- pos
- Type: System.Int32
Return Value
Type:
GpuMat
See Also