MatMatExprIndexer Class OpenCvSharp Class Library

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

Inheritance Hierarchy

SystemObject
  OpenCvSharp.CPlusPlusMatExprRangeIndexer
    OpenCvSharp.CPlusPlusMatMatExprIndexer

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

public class MatExprIndexer : MatExprRangeIndexer

The MatMatExprIndexer type exposes the following members.

Constructors

  NameDescription
Protected methodMatMatExprIndexer
Initializes a new instance of the MatMatExprIndexer class
Top
Properties

  NameDescription
Public propertyItemRange
Extracts a rectangular submatrix.
(Overrides MatExprRangeIndexerItemRange.)
Public propertyItemRect
Extracts a rectangular submatrix.
(Overrides MatExprRangeIndexerItemRect.)
Public propertyItemRange, Range
Extracts a rectangular submatrix.
(Overrides MatExprRangeIndexerItemRange, Range.)
Public propertyItemInt32, Int32, Int32, Int32
Extracts a rectangular submatrix.
(Overrides MatExprRangeIndexerItemInt32, Int32, Int32, Int32.)
Top
Methods

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

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

Reference