Click or drag to resize

NativeMethodsimgproc_Subdiv2D_getVoronoiFacetList Method (IntPtr, IntPtr, Int32, IntPtr, IntPtr)

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static void imgproc_Subdiv2D_getVoronoiFacetList(
	IntPtr obj,
	IntPtr idx,
	int idxCount,
	out IntPtr facetList,
	out IntPtr facetCenters
)

Parameters

obj
Type: SystemIntPtr
idx
Type: SystemIntPtr
idxCount
Type: SystemInt32
facetList
Type: SystemIntPtr
facetCenters
Type: SystemIntPtr
See Also