Package | Description |
---|---|
org.openimaj.math.geometry.transforms | |
org.openimaj.math.geometry.transforms.estimation |
Modifier and Type | Method and Description |
---|---|
static HomographyRefinement |
HomographyRefinement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HomographyRefinement[] |
HomographyRefinement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
RobustHomographyEstimator(double outlierProportion,
HomographyRefinement refinement)
Construct using the
LMedS algorithm with the given expected
outlier percentage |
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)
Construct using the
RANSAC algorithm with the given options. |
RobustHomographyEstimator(double threshold,
int nIterations,
RANSAC.StoppingCondition stoppingCondition,
HomographyRefinement refinement,
Predicate<HomographyModel> modelCheck)
Construct using the
RANSAC algorithm with the given options. |