Uses of Interface
org.ddogleg.fitting.modelset.ModelManager
Package
Description
-
Uses of ModelManager in org.ddogleg.fitting.modelset
-
Uses of ModelManager in org.ddogleg.fitting.modelset.distance
ModifierConstructorDescriptionStatisticalDistanceModelMatcher
(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 ModelManager in org.ddogleg.fitting.modelset.lmeds
Modifier and TypeFieldDescriptionprotected final ModelManager<Model>
LeastMedianOfSquares.ModelManager
ModifierConstructorDescriptionLeastMedianOfSquares
(long randSeed, int totalCycles, double maxMedianError, double inlierFraction, ModelManager<Model> modelManager, Class<Point> pointType) Configures the algorithm.LeastMedianOfSquares
(long randSeed, int totalCycles, ModelManager<Model> modelManager, Class<Point> pointType) Configures the algorithm.LeastMedianOfSquares_MT
(long randSeed, int totalCycles, double maxMedianError, double inlierFraction, ModelManager<Model> modelManager, Class<Point> pointType) LeastMedianOfSquares_MT
(long randSeed, int totalCycles, ModelManager<Model> modelManager, Class<Point> pointType) -
Uses of ModelManager in org.ddogleg.fitting.modelset.ransac
Modifier and TypeFieldDescriptionprotected ModelManager<Model>
Ransac.masterModelManager
RansacMulti.ObjectType.modelManager
Used to create new models and copy modelsModifierConstructorDescriptionRansac
(long randSeed, int maxIterations, double thresholdFit, ModelManager<Model> modelManager, Class<Point> pointType) Creates a new instance of the ransac algorithm.Ransac_MT
(long randSeed, int maxIterations, double thresholdFit, ModelManager<Model> modelManager, Class<Point> pointType)