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