Click or drag to resize
Accord.NET (logo)

HoughLineRadius Field

Line's distance from image center, (−∞, +∞).

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public readonly short Radius
Request Example View Source

Field Value

Type: Int16
Remarks
Note Note
Negative line's radius means, that the line resides in lower part of the polar coordinates system. This means that Theta value should be increased by 180 degrees and radius should be made positive.
See Also