Click or drag to resize

MatMatExprIndexer Class

Inheritance Hierarchy
SystemObject
  OpenCvSharpMatExprRangeIndexer
    OpenCvSharpMatMatExprIndexer

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
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
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(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
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(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
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected fieldparent
(Inherited from MatExprRangeIndexer.)
Top
See Also