| SparseMatGetIndexerT Method |
Gets a type-specific indexer.
The indexer has getters/setters to access each matrix element.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public SparseMatIndexer<T> GetIndexer<T>()
where T : struct, new()
Public Function GetIndexer(Of T As {Structure, New}) As SparseMatIndexer(Of T)
public:
generic<typename T>
where T : value class, gcnew()
SparseMatIndexer<T>^ GetIndexer()
member GetIndexer : unit -> SparseMatIndexer<'T> when 'T : struct, new()
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:OpenCvSharp.SparseMat.GetIndexer``1"]
Return Value
Type:
SparseMatIndexerT[Missing <returns> documentation for "M:OpenCvSharp.SparseMat.GetIndexer``1"]
See Also