Package | Description |
---|---|
org.openimaj.math.geometry.transforms | |
org.openimaj.math.geometry.transforms.estimation |
Modifier and Type | Field and Description |
---|---|
protected Predicate<HomographyModel> |
HomographyModel.modelCheck |
Modifier and Type | Method and Description |
---|---|
HomographyModel |
HomographyModel.clone() |
Constructor and Description |
---|
HomographyModel(boolean norm,
Predicate<HomographyModel> mc)
Create a
HomographyModel with optional automatic normalisation. |
HomographyModel(Predicate<HomographyModel> mc)
Create an
HomographyModel that automatically normalises the data
given to estimate(List) to get a numerically stable estimate. |
Modifier and Type | Method and Description |
---|---|
HomographyModel |
RobustHomographyEstimator.getModel() |
Constructor and Description |
---|
RobustHomographyEstimator(double outlierProportion,
HomographyRefinement refinement,
Predicate<HomographyModel> modelCheck)
Construct using the
LMedS algorithm with the given expected
outlier percentage |
RobustHomographyEstimator(double threshold,
int nIterations,
RANSAC.StoppingCondition stoppingCondition,
HomographyRefinement refinement,
Predicate<HomographyModel> modelCheck)
Construct using the
RANSAC algorithm with the given options. |