Uses of Interface
boofcv.abst.feature.detect.line.DetectLine
Packages that use DetectLine
-
Uses of DetectLine in boofcv.abst.feature.detect.line
Classes in boofcv.abst.feature.detect.line that implement DetectLineModifier and TypeClassDescriptionclassDetectEdgeLinesToLines<T extends ImageGray<T>,D extends ImageGray<D>> Wrapper aroundDetectEdgeLinesthat allows it to be used byDetectLineinterfaceclassHoughBinary_to_DetectLine<I extends ImageGray<I>,D extends ImageGray<D>> ConvertsHoughTransformBinaryintoDetectLineclassHoughGradient_to_DetectLine<I extends ImageGray<I>,D extends ImageGray<D>> ConvertsHoughTransformGradientintoDetectLine -
Uses of DetectLine in boofcv.factory.feature.detect.line
Methods in boofcv.factory.feature.detect.line that return DetectLineModifier 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, seeDetectLineHoughFootSubimagefor 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.