NativeMethodsfeatures2d_BOWKMeansTrainer_new Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr features2d_BOWKMeansTrainer_new( int clusterCount, TermCriteria termcrit, int attempts, int flags )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function features2d_BOWKMeansTrainer_new ( clusterCount As Integer, termcrit As TermCriteria, attempts As Integer, flags As Integer ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr features2d_BOWKMeansTrainer_new( int clusterCount, TermCriteria termcrit, int attempts, int flags )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member features2d_BOWKMeansTrainer_new : clusterCount : int * termcrit : TermCriteria * attempts : int * flags : int -> IntPtr
OpenCvSharp.NativeMethods.features2d_BOWKMeansTrainer_new = function(clusterCount, termcrit, attempts, flags);