Click or drag to resize

Subdiv2DGetVoronoiFacetList Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public void GetVoronoiFacetList(
	IEnumerable<int> idx,
	out Point2f[][] facetList,
	out Point2f[] facetCenters
)

Parameters

idx
Type: System.Collections.GenericIEnumerableInt32
facetList
Type: OpenCvSharpPoint2f
facetCenters
Type: OpenCvSharpPoint2f
See Also