Click or drag to resize

NativeMethodsimgproc_HoughLinesPointSet Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus imgproc_HoughLinesPointSet(
	IntPtr point,
	IntPtr lines,
	int linesMax,
	int threshold,
	double minRho,
	double maxRho,
	double rhoStep,
	double minTheta,
	double maxTheta,
	double thetaStep
)

Parameters

point
Type: SystemIntPtr

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

lines
Type: SystemIntPtr

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

linesMax
Type: SystemInt32

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

threshold
Type: SystemInt32

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

minRho
Type: SystemDouble

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

maxRho
Type: SystemDouble

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

rhoStep
Type: SystemDouble

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

minTheta
Type: SystemDouble

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

maxTheta
Type: SystemDouble

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

thetaStep
Type: SystemDouble

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

Return Value

Type: ExceptionStatus

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

See Also