Click or drag to resize

NativeMethodsimgproc_HoughLinesP 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_HoughLinesP(
	IntPtr src,
	IntPtr lines,
	double rho,
	double theta,
	int threshold,
	double minLineLength,
	double maxLineG
)

Parameters

src
Type: SystemIntPtr
lines
Type: SystemIntPtr
rho
Type: SystemDouble
theta
Type: SystemDouble
threshold
Type: SystemInt32
minLineLength
Type: SystemDouble
maxLineG
Type: SystemDouble
See Also