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

SystemObject
  OpenCvSharp.CPlusPlusMatRowColExprIndexer
    OpenCvSharp.CPlusPlusMatRowExprIndexer

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

public class RowExprIndexer : MatRowColExprIndexer

The MatRowExprIndexer type exposes the following members.

Constructors

  NameDescription
Protected methodMatRowExprIndexer
Initializes a new instance of the MatRowExprIndexer class
Top
Properties

  NameDescription
Public propertyItemInt32
Creates a matrix header for the specified matrix row. [Mat::row]
(Overrides MatRowColExprIndexerItemInt32.)
Public propertyItemRange
Creates a matrix header for the specified row/column span.
(Inherited from MatRowColExprIndexer.)
Public propertyItemInt32, Int32
Creates a matrix header for the specified row span. (Mat::rowRange)
(Overrides MatRowColExprIndexerItemInt32, 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 MatRowColExprIndexer.)
Public methodGet(Range)
Creates a matrix header for the specified row/column span.
(Inherited from MatRowColExprIndexer.)
Public methodGet(Int32, Int32)
Creates a matrix header for the specified row/column span.
(Inherited from MatRowColExprIndexer.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSet(Int32, MatExpr)
Sets a matrix header for the specified matrix row/column.
(Inherited from MatRowColExprIndexer.)
Public methodSet(Range, MatExpr)
Sets a matrix header for the specified matrix row/column span.
(Inherited from MatRowColExprIndexer.)
Public methodSet(Int32, Int32, MatExpr)
Sets a matrix header for the specified matrix row/column span.
(Inherited from MatRowColExprIndexer.)
Public methodToString (Inherited from Object.)
Top
Fields

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

Reference