Uses of Class
boofcv.factory.feature.detect.line.ConfigLineRansac
-
Uses of ConfigLineRansac 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.static <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.ConfigLineRansac.setTo
(ConfigLineRansac src)