Click or drag to resize

NativeMethodsimgproc_createLineSegmentDetector 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 imgproc_createLineSegmentDetector(
	int refine,
	double scale,
	double sigma_scale,
	double quant,
	double ang_th,
	double log_eps,
	double density_th,
	int n_bins
)

Parameters

refine
Type: SystemInt32
scale
Type: SystemDouble
sigma_scale
Type: SystemDouble
quant
Type: SystemDouble
ang_th
Type: SystemDouble
log_eps
Type: SystemDouble
density_th
Type: SystemDouble
n_bins
Type: SystemInt32

Return Value

Type: IntPtr
See Also