Click or drag to resize

MatOfPoint3fGetIndexer 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<Point3f> GetIndexer()

Return Value

Type: MatIndexerPoint3f
See Also