NativeMethodsobjdetect_HOGDescriptor_save Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)] public static void objdetect_HOGDescriptor_save( IntPtr self, string filename, string objname )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, BestFitMapping := false, ExactSpelling := true, ThrowOnUnmappableChar := true>] Public Shared Sub objdetect_HOGDescriptor_save ( self As IntPtr, filename As String, objname As String )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)] static void objdetect_HOGDescriptor_save( IntPtr self, String^ filename, String^ objname )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)>] static member objdetect_HOGDescriptor_save : self : IntPtr * filename : string * objname : string -> unit
OpenCvSharp.NativeMethods.objdetect_HOGDescriptor_save = function(self, filename, objname);