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