Uses of Interface
org.ddogleg.fitting.modelset.ModelCodec
-
Uses of ModelCodec 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.