NativeMethodsaruco_DetectorParameters_setMaxMarkerPerimeterRate Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void aruco_DetectorParameters_setMaxMarkerPerimeterRate( IntPtr obj, double value )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub aruco_DetectorParameters_setMaxMarkerPerimeterRate ( obj As IntPtr, value As Double )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void aruco_DetectorParameters_setMaxMarkerPerimeterRate( IntPtr obj, double value )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member aruco_DetectorParameters_setMaxMarkerPerimeterRate : obj : IntPtr * value : float -> unit
OpenCvSharp.NativeMethods.aruco_DetectorParameters_setMaxMarkerPerimeterRate = function(obj, value);