

| NativeMethodsobjdetect_CascadeClassifier_empty Method | 
Namespace: OpenCvSharp
 Syntax
Syntax[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static int objdetect_CascadeClassifier_empty( IntPtr obj )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function objdetect_CascadeClassifier_empty ( obj As IntPtr ) As Integer
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static int objdetect_CascadeClassifier_empty( IntPtr obj )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member objdetect_CascadeClassifier_empty : obj : IntPtr -> int
OpenCvSharp.NativeMethods.objdetect_CascadeClassifier_empty = function(obj);
 See Also
See Also