Abstract definition of Mat indexer
            
Inheritance Hierarchy
OpenCvSharp.CPlusPlusSparseMatIndexerT
OpenCvSharp.CPlusPlusSparseMatIndexerT
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.SparseMatIndexer`1"] 
The SparseMatIndexerT type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
|  | ItemInt32, NullableInt64 | 
            1-dimensional indexer
             | 
|  | ItemInt32, NullableInt64 | 
            n-dimensional indexer
             | 
|  | ItemInt32, Int32, NullableInt64 | 
            2-dimensional indexer
             | 
|  | ItemInt32, Int32, Int32, NullableInt64 | 
            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
             | 
See Also