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