NativeMethodsface_LBPHFaceRecognizer_getThreshold Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static double face_LBPHFaceRecognizer_getThreshold( IntPtr obj )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function face_LBPHFaceRecognizer_getThreshold ( obj As IntPtr ) As Double
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static double face_LBPHFaceRecognizer_getThreshold( IntPtr obj )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member face_LBPHFaceRecognizer_getThreshold : obj : IntPtr -> float
OpenCvSharp.NativeMethods.face_LBPHFaceRecognizer_getThreshold = function(obj);