GpuMatRowColIndexer Class OpenCvSharp Class Library

[Missing <summary> documentation for "T:OpenCvSharp.CPlusPlus.Gpu.GpuMatRowColIndexer"]

Inheritance Hierarchy

SystemObject
  OpenCvSharp.CPlusPlus.GpuGpuMatRowColIndexer
    OpenCvSharp.CPlusPlus.GpuGpuMatColIndexer
    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 abstract class GpuMatRowColIndexer

The GpuMatRowColIndexer type exposes the following members.

Constructors

  NameDescription
Protected methodGpuMatRowColIndexer
Initializes a new instance of the GpuMatRowColIndexer class
Top
Properties

  NameDescription
Public propertyItemInt32
Creates/Sets a matrix header for the specified matrix row/column.
Public propertyItemRange
Creates/Sets a matrix header for the specified row/column span.
Public propertyItemInt32, Int32
Creates/Sets a matrix header for the specified row/column span.
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.
Public methodGet(Range)
Creates a matrix header for the specified row/column span.
Public methodGet(Int32, Int32)
Creates a matrix header for the specified row/column span.
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.
Public methodSet(Range, GpuMat)
Creates/Sets a matrix header for the specified row/column span.
Public methodSet(Int32, Int32, GpuMat)
Creates/Sets a matrix header for the specified row/column span.
Public methodToString (Inherited from Object.)
Top
Fields

  NameDescription
Protected fieldparent
Top
See Also

Reference