Uses of Interface
boofcv.abst.feature.detect.line.DetectLineSegment
-
Uses of DetectLineSegment in boofcv.abst.feature.detect.line
Modifier and TypeClassDescriptionclass
DetectLineSegmentsGridRansac<T extends ImageGray<T>,
D extends ImageGray<D>> Wrapper aroundGridRansacLineDetector
forDetectLineSegment
-
Uses of DetectLineSegment in boofcv.factory.feature.detect.line
Modifier and TypeMethodDescriptionstatic <I extends ImageGray<I>>
DetectLineSegment<I>FactoryDetectLine.lineRansac
(@Nullable ConfigLineRansac config, Class<I> imageType) Detects line segments inside an image using theDetectLineSegmentsGridRansac
algorithm.