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