NativeMethodsimgproc_createLineSegmentDetector Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr imgproc_createLineSegmentDetector( int refine, double scale, double sigma_scale, double quant, double ang_th, double log_eps, double density_th, int n_bins )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function imgproc_createLineSegmentDetector ( refine As Integer, scale As Double, sigma_scale As Double, quant As Double, ang_th As Double, log_eps As Double, density_th As Double, n_bins As Integer ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr imgproc_createLineSegmentDetector( int refine, double scale, double sigma_scale, double quant, double ang_th, double log_eps, double density_th, int n_bins )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_createLineSegmentDetector : refine : int * scale : float * sigma_scale : float * quant : float * ang_th : float * log_eps : float * density_th : float * n_bins : int -> IntPtr
OpenCvSharp.NativeMethods.imgproc_createLineSegmentDetector = function(refine, scale, sigma_scale, quant, ang_th, log_eps, density_th, n_bins);