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