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