|
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
)
Public Sub New (
theta As Double,
radius As Short,
intensity As Short,
relativeIntensity As Double
)
Request Example
View SourceParameters
- 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