MatIndexerT Class OpenCvSharp Class Library
Mat Indexer
Inheritance Hierarchy

SystemObject
  OpenCvSharp.CPlusPlusMatIndexerT
    OpenCvSharp.CPlusPlusMatIndexerT

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

public sealed class Indexer<T> : MatIndexer<T>
where T : struct, new()

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:OpenCvSharp.CPlusPlus.Mat.Indexer`1"]

The MatIndexerT type exposes the following members.

Properties

  NameDescription
Public propertyItemInt32
1-dimensional indexer
(Overrides MatIndexerTItemInt32.)
Public propertyItemInt32
n-dimensional indexer
(Overrides MatIndexerTItemInt32.)
Public propertyItemInt32, Int32
2-dimensional indexer
(Overrides MatIndexerTItemInt32, Int32.)
Public propertyItemInt32, Int32, Int32
3-dimensional indexer
(Overrides MatIndexerTItemInt32, 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