Uses of Interface
org.ddogleg.fitting.modelset.ModelGenerator
Packages that use ModelGenerator
Package
Description
-
Uses of ModelGenerator in org.ddogleg.fitting.modelset
Method parameters in org.ddogleg.fitting.modelset with type arguments of type ModelGeneratorModifier and TypeMethodDescriptionvoid
ModelMatcherPost.setModel
(Factory<ModelGenerator<Model, Point>> factoryGenerator, Factory<DistanceFromModel<Model, Point>> factoryDistance) Specifies the internal model. -
Uses of ModelGenerator in org.ddogleg.fitting.modelset.distance
Constructors in org.ddogleg.fitting.modelset.distance with parameters of type ModelGeneratorModifierConstructorDescriptionStatisticalDistanceModelMatcher
(int maxIterations, double minChange, double exitCenterError, double failError, int minFitPoints, StatisticalDistance statistics, double pruneThreshold, ModelManager<Model> modelManager, ModelGenerator<Model, Point> modelFitter, DistanceFromModel<Model, Point> modelError, ModelCodec<Model> codec) Creates a new model matcher. -
Uses of ModelGenerator in org.ddogleg.fitting.modelset.lmeds
Method parameters in org.ddogleg.fitting.modelset.lmeds with type arguments of type ModelGeneratorModifier and TypeMethodDescriptionvoid
LeastMedianOfSquares_MT.setModel
(Factory<ModelGenerator<Model, Point>> factoryGenerator, Factory<DistanceFromModel<Model, Point>> factoryDistance) void
LeastMedianOfSquares.setModel
(Factory<ModelGenerator<Model, Point>> factoryGenerator, Factory<DistanceFromModel<Model, Point>> factoryDistance) -
Uses of ModelGenerator in org.ddogleg.fitting.modelset.ransac
Fields in org.ddogleg.fitting.modelset.ransac declared as ModelGeneratorModifier and TypeFieldDescriptionRansacMulti.ObjectType.modelGenerator
generates an initial model given a set of pointsMethods in org.ddogleg.fitting.modelset.ransac with parameters of type ModelGeneratorModifier and TypeMethodDescriptionvoid
Ransac.InitializeModels.initialize
(ModelGenerator<Model, Point> generator, DistanceFromModel<Model, Point> distance) Method parameters in org.ddogleg.fitting.modelset.ransac with type arguments of type ModelGeneratorModifier and TypeMethodDescriptionvoid
Ransac_MT.setModel
(Factory<ModelGenerator<Model, Point>> factoryGenerator, Factory<DistanceFromModel<Model, Point>> factoryDistance) void
Ransac.setModel
(Factory<ModelGenerator<Model, Point>> factoryGenerator, Factory<DistanceFromModel<Model, Point>> factoryDistance)