NativeMethodscvHoughLines2 Method OpenCvSharp Class Library

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

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

public static IntPtr cvHoughLines2(
	IntPtr image,
	IntPtr line_storage,
	HoughLinesMethod method,
	double rho,
	double theta,
	int threshold,
	double param1,
	double param2
)

Parameters

image
Type: SystemIntPtr

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

line_storage
Type: SystemIntPtr

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

method
Type: OpenCvSharpHoughLinesMethod

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

rho
Type: SystemDouble

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

theta
Type: SystemDouble

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

threshold
Type: SystemInt32

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

param1
Type: SystemDouble

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

param2
Type: SystemDouble

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

Return Value

Type: IntPtr

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.cvHoughLines2(System.IntPtr,System.IntPtr,OpenCvSharp.HoughLinesMethod,System.Double,System.Double,System.Int32,System.Double,System.Double)"]

See Also

Reference