MatIndexerT Class OpenCvSharp Class Library
Abstract definition of Mat indexer
Inheritance Hierarchy

SystemObject
  OpenCvSharp.CPlusPlusMatIndexerT
    More...

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

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

Type Parameters

T

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

The MatIndexerT type exposes the following members.

Properties

  NameDescription
Public propertyItemInt32
1-dimensional indexer
Public propertyItemInt32
n-dimensional indexer
Public propertyItemInt32, Int32
2-dimensional indexer
Public propertyItemInt32, Int32, Int32
3-dimensional indexer
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields

  NameDescription
Protected fieldparent
Parent matrix object
Protected fieldsteps
Step byte length for each dimension
Top
See Also

Reference

Inheritance Hierarchy

SystemObject
  OpenCvSharp.CPlusPlusMatIndexerT
    OpenCvSharp.CPlusPlusMatIndexerT
    OpenCvSharp.CPlusPlusMatOfByteIndexer
    OpenCvSharp.CPlusPlusMatOfByte3Indexer
    OpenCvSharp.CPlusPlusMatOfDMatchIndexer
    OpenCvSharp.CPlusPlusMatOfDoubleIndexer
    OpenCvSharp.CPlusPlusMatOfDouble3Indexer
    OpenCvSharp.CPlusPlusMatOfFloatIndexer
    OpenCvSharp.CPlusPlusMatOfFloat4Indexer
    OpenCvSharp.CPlusPlusMatOfFloat6Indexer
    OpenCvSharp.CPlusPlusMatOfIntIndexer
    OpenCvSharp.CPlusPlusMatOfInt4Indexer
    OpenCvSharp.CPlusPlusMatOfPointIndexer
    OpenCvSharp.CPlusPlusMatOfPoint2dIndexer
    OpenCvSharp.CPlusPlusMatOfPoint2fIndexer
    OpenCvSharp.CPlusPlusMatOfPoint3dIndexer
    OpenCvSharp.CPlusPlusMatOfPoint3fIndexer
    OpenCvSharp.CPlusPlusMatOfPoint3iIndexer
    OpenCvSharp.CPlusPlusMatOfRectIndexer
    OpenCvSharp.CPlusPlusMatOfShortIndexer
    OpenCvSharp.CPlusPlusMatOfUShortIndexer