Uses of Class
boofcv.abst.feature.detect.line.DetectLineSegmentsGridRansac
Packages that use DetectLineSegmentsGridRansac
-
Uses of DetectLineSegmentsGridRansac in boofcv.factory.feature.detect.line
Methods in boofcv.factory.feature.detect.line that return DetectLineSegmentsGridRansacModifier and TypeMethodDescriptionstatic <I extends ImageGray<I>,
D extends ImageGray<D>>
DetectLineSegmentsGridRansac<I,D> FactoryDetectLineAlgs.lineRansac
(@Nullable ConfigLineRansac config, Class<I> imageType, Class<D> derivType) Detects line segments inside an image using theDetectLineSegmentsGridRansac
algorithm.