MatRowColIndexer Class OpenCvSharp Class Library

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

Inheritance Hierarchy

SystemObject
  OpenCvSharp.CPlusPlusMatRowColIndexer
    OpenCvSharp.CPlusPlusMatColIndexer
    OpenCvSharp.CPlusPlusMatRowIndexer

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

public abstract class MatRowColIndexer

The MatRowColIndexer type exposes the following members.

Constructors

  NameDescription
Protected methodMatRowColIndexer
Initializes a new instance of the MatRowColIndexer 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, Mat)
Creates/Sets a matrix header for the specified matrix row/column.
Public methodSet(Range, Mat)
Creates/Sets a matrix header for the specified row/column span.
Public methodSet(Int32, Int32, Mat)
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