Uses of Class
boofcv.alg.feature.detect.line.GridRansacLineDetector
-
Uses of GridRansacLineDetector in boofcv.abst.feature.detect.line
ModifierConstructorDescriptionDetectLineSegmentsGridRansac
(GridRansacLineDetector<D> detectorGrid, @Nullable ConnectLinesGrid connect, ImageGradient<T, D> gradient, double edgeThreshold, Class<T> imageType, Class<D> derivType) -
Uses of GridRansacLineDetector in boofcv.alg.feature.detect.line.gridline
Modifier and TypeClassDescriptionclass
Implementation ofGridRansacLineDetector
forGrayF32
class
Implementation ofGridRansacLineDetector
forGrayS16