Click or drag to resize

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: 3.4.1.20180605-33-CaRLSharp
Syntax
public SparseMatIndexer<T> GetIndexer<T>()
where T : struct, new()

Type Parameters

T

Return Value

Type: SparseMatIndexerT
See Also