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