Uses of Interface
boofcv.abst.feature.detect.line.DetectLine
-
Uses of DetectLine in boofcv.abst.feature.detect.line
Modifier and TypeClassDescriptionclass
DetectEdgeLinesToLines<T extends ImageGray<T>,
D extends ImageGray<D>> Wrapper aroundDetectEdgeLines
that allows it to be used byDetectLine
interfaceclass
HoughBinary_to_DetectLine<I extends ImageGray<I>,
D extends ImageGray<D>> ConvertsHoughTransformBinary
intoDetectLine
class
HoughGradient_to_DetectLine<I extends ImageGray<I>,
D extends ImageGray<D>> ConvertsHoughTransformGradient
intoDetectLine
-
Uses of DetectLine in boofcv.factory.feature.detect.line
Modifier and TypeMethodDescriptionstatic <T extends ImageGray<T>>
DetectLine<T>FactoryDetectLine.houghLineFoot
(@Nullable ConfigHoughGradient configHough, @Nullable ConfigParamFoot configParam, Class<T> imageType) Used to find edges along the side of objects.static <T extends ImageGray<T>>
DetectLine<T>FactoryDetectLine.houghLineFootSub
(@Nullable ConfigHoughFootSubimage config, Class<T> imageType) Detects lines using a foot of norm parametrization and sub images to reduce degenerate configurations, seeDetectLineHoughFootSubimage
for details.static <T extends ImageGray<T>>
DetectLine<T>FactoryDetectLine.houghLinePolar
(@Nullable ConfigHoughBinary configHough, @Nullable ConfigParamPolar configParam, Class<T> imageType) Line detector which converts image into a binary one and assumes every pixel with a value of 1 belongs to a line.static <T extends ImageGray<T>>
DetectLine<T>FactoryDetectLine.houghLinePolar
(@Nullable ConfigHoughGradient configHough, @Nullable ConfigParamPolar configParam, Class<T> imageType) Used to find edges along the side of objects.