MatRowColExprIndexer Class OpenCvSharp Class Library

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

Inheritance Hierarchy

SystemObject
  OpenCvSharp.CPlusPlusMatRowColExprIndexer
    OpenCvSharp.CPlusPlusMatColExprIndexer
    OpenCvSharp.CPlusPlusMatRowExprIndexer

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

public abstract class MatRowColExprIndexer

The MatRowColExprIndexer type exposes the following members.

Constructors

  NameDescription
Protected methodMatRowColExprIndexer
Initializes a new instance of the MatRowColExprIndexer class
Top
Properties

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

  NameDescription
Protected fieldparent
Top
See Also

Reference