Gets a type-specific indexer.
The indexer has getters/setters to access each matrix element.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic SparseMatIndexer<T> Ref<T>()
where T : struct, new()
Public Function Ref(Of T As {Structure, New}) As SparseMatIndexer(Of T)
public:
generic<typename T>
where T : value class, gcnew()
SparseMatIndexer<T>^ Ref()
member Ref : unit -> SparseMatIndexer<'T> when 'T : struct, new()
JavaScript does not support generic types or methods.
Type Parameters
- T
Return Value
Type:
SparseMatIndexerT
See Also