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 TypeMethodDescriptionvoidModelMatcherPost.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 TypeMethodDescriptionvoidLeastMedianOfSquares_MT.setModel(Factory<ModelGenerator<Model, Point>> factoryGenerator, Factory<DistanceFromModel<Model, Point>> factoryDistance) voidLeastMedianOfSquares.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.modelGeneratorgenerates an initial model given a set of pointsMethods in org.ddogleg.fitting.modelset.ransac with parameters of type ModelGeneratorModifier and TypeMethodDescriptionvoidRansac.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 TypeMethodDescriptionvoidRansac_MT.setModel(Factory<ModelGenerator<Model, Point>> factoryGenerator, Factory<DistanceFromModel<Model, Point>> factoryDistance) voidRansac.setModel(Factory<ModelGenerator<Model, Point>> factoryGenerator, Factory<DistanceFromModel<Model, Point>> factoryDistance)