NativeMethodsimgproc_HoughLinesP Method OpenCvSharp Class Library

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

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void imgproc_HoughLinesP(
	IntPtr src,
	IntPtr lines,
	double rho,
	double theta,
	int threshold,
	double minLineLength,
	double maxLineG
)

Parameters

src
Type: SystemIntPtr

[Missing <param name="src"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_HoughLinesP(System.IntPtr,System.IntPtr,System.Double,System.Double,System.Int32,System.Double,System.Double)"]

lines
Type: SystemIntPtr

[Missing <param name="lines"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_HoughLinesP(System.IntPtr,System.IntPtr,System.Double,System.Double,System.Int32,System.Double,System.Double)"]

rho
Type: SystemDouble

[Missing <param name="rho"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_HoughLinesP(System.IntPtr,System.IntPtr,System.Double,System.Double,System.Int32,System.Double,System.Double)"]

theta
Type: SystemDouble

[Missing <param name="theta"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_HoughLinesP(System.IntPtr,System.IntPtr,System.Double,System.Double,System.Int32,System.Double,System.Double)"]

threshold
Type: SystemInt32

[Missing <param name="threshold"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_HoughLinesP(System.IntPtr,System.IntPtr,System.Double,System.Double,System.Int32,System.Double,System.Double)"]

minLineLength
Type: SystemDouble

[Missing <param name="minLineLength"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_HoughLinesP(System.IntPtr,System.IntPtr,System.Double,System.Double,System.Int32,System.Double,System.Double)"]

maxLineG
Type: SystemDouble

[Missing <param name="maxLineG"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_HoughLinesP(System.IntPtr,System.IntPtr,System.Double,System.Double,System.Int32,System.Double,System.Double)"]

See Also

Reference