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
)
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl,
ExactSpelling := true>]
Public Shared Sub imgproc_Subdiv2D_getVoronoiFacetList (
obj As IntPtr,
idx As IntPtr,
idxCount As Integer,
<OutAttribute> ByRef facetList As IntPtr,
<OutAttribute> ByRef facetCenters As IntPtr
)
public:
[DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl,
ExactSpelling = true)]
static void imgproc_Subdiv2D_getVoronoiFacetList(
IntPtr obj,
IntPtr idx,
int idxCount,
[OutAttribute] IntPtr% facetList,
[OutAttribute] IntPtr% facetCenters
)
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl,
ExactSpelling = true)>]
static member imgproc_Subdiv2D_getVoronoiFacetList :
obj : IntPtr *
idx : IntPtr *
idxCount : int *
facetList : IntPtr byref *
facetCenters : IntPtr byref -> unit
OpenCvSharp.NativeMethods.imgproc_Subdiv2D_getVoronoiFacetList = function(obj, idx, idxCount, facetList, facetCenters);
Parameters
- obj
- Type: SystemIntPtr
- idx
- Type: SystemIntPtr
- idxCount
- Type: SystemInt32
- facetList
- Type: SystemIntPtr
- facetCenters
- Type: SystemIntPtr
See Also