Click or drag to resize
Accord.NET (logo)

HoughLine Constructor

Initializes a new instance of the HoughLine class.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public HoughLine(
	double theta,
	short radius,
	short intensity,
	double relativeIntensity
)
Request Example View Source

Parameters

theta
Type: SystemDouble
Line's slope.
radius
Type: SystemInt16
Line's distance from image center.
intensity
Type: SystemInt16
Line's absolute intensity.
relativeIntensity
Type: SystemDouble
Line's relative intensity.
See Also