Click or drag to resize
Accord.NET (logo)

HoughLineTransformationStepsPerDegree Property

Steps per degree.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public int StepsPerDegree { get; set; }
Request Example View Source

Property Value

Type: Int32
Remarks

The value defines quality of Hough line transformation and its ability to detect lines' slope precisely.

Default value is set to 1. Minimum value is 1. Maximum value is 10.

See Also