Click or drag to resize

NativeMethodsimgproc_Subdiv2D_getVoronoiFacetList Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.imgproc_Subdiv2D_getVoronoiFacetList(System.IntPtr,System.Int32[],System.Int32,System.IntPtr,System.IntPtr)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus imgproc_Subdiv2D_getVoronoiFacetList(
	IntPtr obj,
	int[] idx,
	int idxCount,
	IntPtr facetList,
	IntPtr facetCenters
)

Parameters

obj
Type: SystemIntPtr

[Missing <param name="obj"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_Subdiv2D_getVoronoiFacetList(System.IntPtr,System.Int32[],System.Int32,System.IntPtr,System.IntPtr)"]

idx
Type: SystemInt32

[Missing <param name="idx"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_Subdiv2D_getVoronoiFacetList(System.IntPtr,System.Int32[],System.Int32,System.IntPtr,System.IntPtr)"]

idxCount
Type: SystemInt32

[Missing <param name="idxCount"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_Subdiv2D_getVoronoiFacetList(System.IntPtr,System.Int32[],System.Int32,System.IntPtr,System.IntPtr)"]

facetList
Type: SystemIntPtr

[Missing <param name="facetList"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_Subdiv2D_getVoronoiFacetList(System.IntPtr,System.Int32[],System.Int32,System.IntPtr,System.IntPtr)"]

facetCenters
Type: SystemIntPtr

[Missing <param name="facetCenters"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_Subdiv2D_getVoronoiFacetList(System.IntPtr,System.Int32[],System.Int32,System.IntPtr,System.IntPtr)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_Subdiv2D_getVoronoiFacetList(System.IntPtr,System.Int32[],System.Int32,System.IntPtr,System.IntPtr)"]

See Also