Click or drag to resize

NativeMethodsximgproc_createFastLineDetector Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.ximgproc_createFastLineDetector(System.Int32,System.Single,System.Double,System.Double,System.Int32,System.Int32,System.IntPtr@)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus ximgproc_createFastLineDetector(
	int length_threshold,
	float distance_threshold,
	double canny_th1,
	double canny_th2,
	int canny_aperture_size,
	int do_merge,
	out IntPtr returnValue
)

Parameters

length_threshold
Type: SystemInt32

[Missing <param name="length_threshold"/> documentation for "M:OpenCvSharp.NativeMethods.ximgproc_createFastLineDetector(System.Int32,System.Single,System.Double,System.Double,System.Int32,System.Int32,System.IntPtr@)"]

distance_threshold
Type: SystemSingle

[Missing <param name="distance_threshold"/> documentation for "M:OpenCvSharp.NativeMethods.ximgproc_createFastLineDetector(System.Int32,System.Single,System.Double,System.Double,System.Int32,System.Int32,System.IntPtr@)"]

canny_th1
Type: SystemDouble

[Missing <param name="canny_th1"/> documentation for "M:OpenCvSharp.NativeMethods.ximgproc_createFastLineDetector(System.Int32,System.Single,System.Double,System.Double,System.Int32,System.Int32,System.IntPtr@)"]

canny_th2
Type: SystemDouble

[Missing <param name="canny_th2"/> documentation for "M:OpenCvSharp.NativeMethods.ximgproc_createFastLineDetector(System.Int32,System.Single,System.Double,System.Double,System.Int32,System.Int32,System.IntPtr@)"]

canny_aperture_size
Type: SystemInt32

[Missing <param name="canny_aperture_size"/> documentation for "M:OpenCvSharp.NativeMethods.ximgproc_createFastLineDetector(System.Int32,System.Single,System.Double,System.Double,System.Int32,System.Int32,System.IntPtr@)"]

do_merge
Type: SystemInt32

[Missing <param name="do_merge"/> documentation for "M:OpenCvSharp.NativeMethods.ximgproc_createFastLineDetector(System.Int32,System.Single,System.Double,System.Double,System.Int32,System.Int32,System.IntPtr@)"]

returnValue
Type: SystemIntPtr

[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.ximgproc_createFastLineDetector(System.Int32,System.Single,System.Double,System.Double,System.Int32,System.Int32,System.IntPtr@)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.ximgproc_createFastLineDetector(System.Int32,System.Single,System.Double,System.Double,System.Int32,System.Int32,System.IntPtr@)"]

See Also