Click or drag to resize

MatOfFloat6GetIndexer 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 override MatIndexer<Vec6f> GetIndexer()

Return Value

Type: MatIndexerVec6f
See Also