Uses of Class
boofcv.alg.feature.detect.line.gridline.Edgel
Packages that use Edgel
-
Uses of Edgel in boofcv.alg.feature.detect.line
Fields in boofcv.alg.feature.detect.line with type parameters of type EdgelConstructor parameters in boofcv.alg.feature.detect.line with type arguments of type EdgelModifierConstructorDescriptionprotected
GridRansacLineDetector
(int regionSize, int maxDetectLines, ModelMatcher<LinePolar2D_F32, Edgel> robustMatcher) Specifies major configuration parameters. -
Uses of Edgel in boofcv.alg.feature.detect.line.gridline
Methods in boofcv.alg.feature.detect.line.gridline that return types with arguments of type EdgelMethods in boofcv.alg.feature.detect.line.gridline with parameters of type EdgelMethod parameters in boofcv.alg.feature.detect.line.gridline with type arguments of type EdgelModifier and TypeMethodDescriptionvoid
boolean
GridLineModelFitter.generate
(List<Edgel> dataSet, LinePolar2D_F32 model) Constructor parameters in boofcv.alg.feature.detect.line.gridline with type arguments of type EdgelModifierConstructorDescriptionImplGridRansacLineDetector_F32
(int regionSize, int maxDetectLines, ModelMatcher<LinePolar2D_F32, Edgel> robustMatcher) ImplGridRansacLineDetector_S16
(int regionSize, int maxDetectLines, ModelMatcher<LinePolar2D_F32, Edgel> robustMatcher)