NativeMethodsximgproc_createFastLineDetector Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr ximgproc_createFastLineDetector( int length_threshold, float distance_threshold, double canny_th1, double canny_th2, int canny_aperture_size, int do_merge )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function ximgproc_createFastLineDetector ( length_threshold As Integer, distance_threshold As Single, canny_th1 As Double, canny_th2 As Double, canny_aperture_size As Integer, do_merge As Integer ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr ximgproc_createFastLineDetector( int length_threshold, float distance_threshold, double canny_th1, double canny_th2, int canny_aperture_size, int do_merge )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member ximgproc_createFastLineDetector : length_threshold : int * distance_threshold : float32 * canny_th1 : float * canny_th2 : float * canny_aperture_size : int * do_merge : int -> IntPtr
OpenCvSharp.NativeMethods.ximgproc_createFastLineDetector = function(length_threshold, distance_threshold, canny_th1, canny_th2, canny_aperture_size, do_merge);