Parameters for Hough lines image generation algorithm.
Name | ToolTip | Associated Class | Default Value |
---|---|---|---|
RhoStep | Step for rho, in pixels. | real | 1.0 |
ThetaMin | Minimum for theta, in radians. | real | .0 |
ThetaMax | Maximum for theta, in radians. | real | M_PI |
ThetaNbBins | Number of bins for theta. | integer | 180 |
IntensityThreshold | Minimal allowed intensity. | real | .0f |