GpuMatRowIndexer Class OpenCvSharp Class Library
Mat row's indexer object
Inheritance Hierarchy

SystemObject
  OpenCvSharp.CPlusPlus.GpuGpuMatRowColIndexer
    OpenCvSharp.CPlusPlus.GpuGpuMatRowIndexer

Namespace:  OpenCvSharp.CPlusPlus.Gpu
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public class RowIndexer : GpuMatRowColIndexer

The GpuMatRowIndexer type exposes the following members.

Constructors

  NameDescription
Protected methodGpuMatRowIndexer
Initializes a new instance of the GpuMatRowIndexer class
Top
Properties

  NameDescription
Public propertyItemInt32
Creates a matrix header for the specified matrix column.
(Overrides GpuMatRowColIndexerItemInt32.)
Public propertyItemRange
Creates/Sets a matrix header for the specified row/column span.
(Inherited from GpuMatRowColIndexer.)
Public propertyItemInt32, Int32
Creates a matrix header for the specified column span.
(Overrides GpuMatRowColIndexerItemInt32, Int32.)
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGet(Int32)
Creates a matrix header for the specified matrix row/column.
(Inherited from GpuMatRowColIndexer.)
Public methodGet(Range)
Creates a matrix header for the specified row/column span.
(Inherited from GpuMatRowColIndexer.)
Public methodGet(Int32, Int32)
Creates a matrix header for the specified row/column span.
(Inherited from GpuMatRowColIndexer.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSet(Int32, GpuMat)
Creates/Sets a matrix header for the specified matrix row/column.
(Inherited from GpuMatRowColIndexer.)
Public methodSet(Range, GpuMat)
Creates/Sets a matrix header for the specified row/column span.
(Inherited from GpuMatRowColIndexer.)
Public methodSet(Int32, Int32, GpuMat)
Creates/Sets a matrix header for the specified row/column span.
(Inherited from GpuMatRowColIndexer.)
Public methodToString (Inherited from Object.)
Top
Fields

  NameDescription
Protected fieldparent
(Inherited from GpuMatRowColIndexer.)
Top
See Also

Reference