Click or drag to resize

MatOfPoint2fIndexerItem Property (Int32)

n-dimensional indexer

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public override Point2f this[
	params int[] idx
] { get; set; }

Parameters

idx
Type: SystemInt32
Array of Mat::dims indices.

Return Value

Type: Point2f
A value to the specified array element.
See Also