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.SparseMat.Indexer`1"]
The SparseMatIndexerT type exposes the following members.
Properties
Name | Description | |
---|---|---|
ItemInt32, NullableInt64 |
1-dimensional indexer
(Overrides SparseMatIndexerTItemInt32, NullableInt64.) | |
ItemInt32, NullableInt64 |
n-dimensional indexer
(Overrides SparseMatIndexerTItemInt32, NullableInt64.) | |
ItemInt32, Int32, NullableInt64 |
2-dimensional indexer
(Overrides SparseMatIndexerTItemInt32, Int32, NullableInt64.) | |
ItemInt32, Int32, Int32, NullableInt64 |
3-dimensional indexer
(Overrides SparseMatIndexerTItemInt32, Int32, Int32, NullableInt64.) |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
See Also