Uses of Interface
boofcv.abst.feature.detect.line.DetectLineSegment
Packages that use DetectLineSegment
-
Uses of DetectLineSegment in boofcv.abst.feature.detect.line
Classes in boofcv.abst.feature.detect.line that implement DetectLineSegmentModifier and TypeClassDescriptionclassDetectLineSegmentsGridRansac<T extends ImageGray<T>,D extends ImageGray<D>> Wrapper aroundGridRansacLineDetectorforDetectLineSegment -
Uses of DetectLineSegment in boofcv.factory.feature.detect.line
Methods in boofcv.factory.feature.detect.line that return DetectLineSegmentModifier and TypeMethodDescriptionstatic <I extends ImageGray<I>>
DetectLineSegment<I>FactoryDetectLine.lineRansac(@Nullable ConfigLineRansac config, Class<I> imageType) Detects line segments inside an image using theDetectLineSegmentsGridRansacalgorithm.