Click or drag to resize

NativeMethodsximgproc_createFastLineDetector Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[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
)

Parameters

length_threshold
Type: SystemInt32
distance_threshold
Type: SystemSingle
canny_th1
Type: SystemDouble
canny_th2
Type: SystemDouble
canny_aperture_size
Type: SystemInt32
do_merge
Type: SystemInt32

Return Value

Type: IntPtr
See Also