Package boofcv.alg.feature.detect.line
package boofcv.alg.feature.detect.line
-
ClassDescriptionGiven a grid of detected line segments connect line segments together if they appear to be apart of the same line.GridRansacLineDetector<D extends ImageGray<D>>Line segment feature detector.
HoughTransformParameters
with a foot-of-norm parameterization.HoughTransformParameters
with a polar parameterization.Hough transform which uses a polar line representation, distance from origin and angle (0 to 180 degrees).Concurrent version ofHoughTransformBinary
HoughTransformGradient<D extends ImageGray<D>>Base class for Hough transforms which use a pixel coordinate and the gradient to describe a line.HoughTransformGradient_MT<D extends ImageGray<D>>Concurrent version ofHoughTransformGradient
Parameterizes a line to a coordinate for the Hough transform.Functions for pruning and merging lines.Operations for working with lines detected inside an image.