Package | Description |
---|---|
org.openimaj.math.geometry.transforms | |
org.openimaj.math.geometry.transforms.estimation |
Modifier and Type | Field and Description |
---|---|
protected Predicate<AffineTransformModel> |
AffineTransformModel.modelCheck |
Modifier and Type | Method and Description |
---|---|
AffineTransformModel |
AffineTransformModel.clone() |
Constructor and Description |
---|
AffineTransformModel(Predicate<AffineTransformModel> mc)
Create an
AffineTransformModel . |
Modifier and Type | Method and Description |
---|---|
AffineTransformModel |
RobustAffineTransformEstimator.getModel() |
Constructor and Description |
---|
RobustAffineTransformEstimator(double threshold,
int nIterations,
RANSAC.StoppingCondition stoppingCondition,
Predicate<AffineTransformModel> modelCheck)
Construct using the
RANSAC algorithm with the given options. |
RobustAffineTransformEstimator(double outlierProportion,
Predicate<AffineTransformModel> modelCheck)
Construct using the
LMedS algorithm with the given expected
outlier percentage |