Package boofcv.abst.feature.detect.line
package boofcv.abst.feature.detect.line
-
ClassDescriptionDetectEdgeLines<D extends ImageBase<D>>Detects lines using image gradient.Wrapper around
DetectEdgeLines
that allows it to be used byDetectLine
interfaceDetectLine<T extends ImageGray<T>>Interface for detecting lines inside images.DetectLineHoughFootSubimage<D extends ImageGray<D>>Detects lines inside the image by breaking it up into subimages for improved precision.DetectLineSegment<T extends ImageGray<T>>Interface for detectingline segments
inside images.Wrapper aroundGridRansacLineDetector
forDetectLineSegment
ConvertsHoughTransformBinary
intoDetectLine
ConvertsHoughTransformGradient
intoDetectLine