Abstract definition of Mat indexer
Inheritance Hierarchy
OpenCvSharp.CPlusPlusMatIndexerT
More...
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "T:OpenCvSharp.CPlusPlus.MatIndexer`1"]
The MatIndexerT type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ItemInt32 |
1-dimensional indexer
| |
| ItemInt32 |
n-dimensional indexer
| |
| ItemInt32, Int32 |
2-dimensional indexer
| |
| ItemInt32, Int32, Int32 |
3-dimensional indexer
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| parent |
Parent matrix object
| |
| steps |
Step byte length for each dimension
|
See Also
Reference
Inheritance Hierarchy
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