Uses of Class
boofcv.abst.feature.detect.line.DetectLineSegmentsGridRansac
-
Uses of DetectLineSegmentsGridRansac in boofcv.factory.feature.detect.line
Modifier 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.