NativeMethodscore_kmeans Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static double core_kmeans( IntPtr data, int k, IntPtr bestLabels, TermCriteria criteria, int attempts, int flags, IntPtr centers )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function core_kmeans ( data As IntPtr, k As Integer, bestLabels As IntPtr, criteria As TermCriteria, attempts As Integer, flags As Integer, centers As IntPtr ) As Double
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static double core_kmeans( IntPtr data, int k, IntPtr bestLabels, TermCriteria criteria, int attempts, int flags, IntPtr centers )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_kmeans : data : IntPtr * k : int * bestLabels : IntPtr * criteria : TermCriteria * attempts : int * flags : int * centers : IntPtr -> float
OpenCvSharp.NativeMethods.core_kmeans = function(data, k, bestLabels, criteria, attempts, flags, centers);