CvArrHoughLinesProbabilistic Method (Double, Double, Int32, Double, Double) OpenCvSharp Class Library
Finds lines in binary image using Hough transform.

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

public CvLineSegmentPoint[] HoughLinesProbabilistic(
	double rho,
	double theta,
	int threshold,
	double param1,
	double param2
)

Parameters

rho
Type: SystemDouble
Distance resolution in pixel-related units.
theta
Type: SystemDouble
Angle resolution measured in radians.
threshold
Type: SystemInt32
Threshold parameter. A line is returned by the function if the corresponding accumulator value is greater than threshold.
param1
Type: SystemDouble
The first method-dependent parameter.
param2
Type: SystemDouble
The second method-dependent parameter.

Return Value

Type: CvLineSegmentPoint

[Missing <returns> documentation for "M:OpenCvSharp.CvArr.HoughLinesProbabilistic(System.Double,System.Double,System.Int32,System.Double,System.Double)"]

See Also

Reference