-
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
StatisticalDistanceModelMatcher(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.