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