MatOfDMatch. Indexer Class OpenCvSharp Class Library
Matrix indexer
Inheritance Hierarchy

System.Object
  OpenCvSharp.CPlusPlus.MatIndexer< DMatch>
    OpenCvSharp.CPlusPlus.MatOfDMatch.Indexer

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

public sealed class Indexer : MatIndexer<DMatch>

The MatOfDMatch. Indexer type exposes the following members.

Properties

  NameDescription
Public propertyItem[Int32]
1-dimensional indexer
(Overrides MatIndexer<T>.Item[Int32].)
Public propertyItem[Int32[]]
n-dimensional indexer
(Overrides MatIndexer<T>.Item[Int32[]].)
Public propertyItem[Int32, Int32]
2-dimensional indexer
(Overrides MatIndexer<T>.Item[Int32, Int32].)
Public propertyItem[Int32, Int32, Int32]
3-dimensional indexer
(Overrides MatIndexer<T>.Item[Int32, Int32, Int32].)
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference