Class RansacMulti.ObjectType<Model,Point>
java.lang.Object
org.ddogleg.fitting.modelset.ransac.RansacMulti.ObjectType<Model,Point>
- Enclosing class:
- RansacMulti<Point>
Describes a model and RANSAC fit parameters for specific type of object.
-
Field Summary
Modifier and TypeFieldDescriptioncomputes the distance a point is from the modelgenerates an initial model given a set of pointsUsed to create new models and copy modelsint
The number of points it samples when generating a set of model parameters.double
how close a point needs to be considered part of the model -
Constructor Summary
-
Method Summary
-
Field Details
-
thresholdFit
public double thresholdFithow close a point needs to be considered part of the model -
sampleSize
public int sampleSizeThe number of points it samples when generating a set of model parameters. if ≤ 0 then the minimum number will be used -
modelGenerator
generates an initial model given a set of points -
modelDistance
computes the distance a point is from the model -
modelManager
Used to create new models and copy models
-
-
Constructor Details
-
ObjectType
public ObjectType()
-