NativeMethodsfeatures2d_BOWTrainer_add Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void features2d_BOWTrainer_add( IntPtr obj, IntPtr descriptors )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub features2d_BOWTrainer_add ( obj As IntPtr, descriptors As IntPtr )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void features2d_BOWTrainer_add( IntPtr obj, IntPtr descriptors )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member features2d_BOWTrainer_add : obj : IntPtr * descriptors : IntPtr -> unit
OpenCvSharp.NativeMethods.features2d_BOWTrainer_add = function(obj, descriptors);