Package boofcv.abst.feature.detect.line
-
Interface Summary Interface Description DetectEdgeLines<D extends ImageBase<D>> Detects lines using image gradient.DetectLine<T extends ImageGray<T>> Interface for detecting lines inside images.DetectLineSegment<T extends ImageGray<T>> Interface for detectingline segments
inside images. -
Class Summary Class Description DetectEdgeLinesToLines<T extends ImageGray<T>,D extends ImageGray<D>> Wrapper aroundDetectEdgeLines
that allows it to be used byDetectLine
interfaceDetectLineHoughFootSubimage<D extends ImageGray<D>> Detects lines inside the image by breaking it up into subimages for improved precision.DetectLineSegmentsGridRansac<T extends ImageGray<T>,D extends ImageGray<D>> Wrapper aroundGridRansacLineDetector
forDetectLineSegment
HoughBinary_to_DetectLine<I extends ImageGray<I>,D extends ImageGray<D>> ConvertsHoughTransformBinary
intoDetectLine
HoughGradient_to_DetectLine<I extends ImageGray<I>,D extends ImageGray<D>> ConvertsHoughTransformGradient
intoDetectLine