NativeMethodsobjdetect_HOGDescriptor_new3 Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)] public static IntPtr objdetect_HOGDescriptor_new3( string fileName )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, BestFitMapping := false, ExactSpelling := true, ThrowOnUnmappableChar := true>] Public Shared Function objdetect_HOGDescriptor_new3 ( fileName As String ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)] static IntPtr objdetect_HOGDescriptor_new3( String^ fileName )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)>] static member objdetect_HOGDescriptor_new3 : fileName : string -> IntPtr
OpenCvSharp.NativeMethods.objdetect_HOGDescriptor_new3 = function(fileName);