Click or drag to resize

NativeMethodsimgproc_HoughLines 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 void imgproc_HoughLines(
	IntPtr src,
	IntPtr lines,
	double rho,
	double theta,
	int threshold,
	double srn,
	double stn
)

Parameters

src
Type: SystemIntPtr
lines
Type: SystemIntPtr
rho
Type: SystemDouble
theta
Type: SystemDouble
threshold
Type: SystemInt32
srn
Type: SystemDouble
stn
Type: SystemDouble
See Also