Package | Description |
---|---|
org.openimaj.math.geometry.transforms |
Modifier and Type | Method and Description |
---|---|
static FundamentalRefinement.Parameterisation |
FundamentalRefinement.Parameterisation.chooseOptimalParameterisation(Jama.Matrix F,
double[] params)
Choose the optimal parameterisation of F that preserves the rank-2
constraint by re-writing one of the rows as a weighted combination of
the other two.
|
static FundamentalRefinement.Parameterisation |
FundamentalRefinement.Parameterisation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FundamentalRefinement.Parameterisation[] |
FundamentalRefinement.Parameterisation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected abstract org.apache.commons.math3.fitting.leastsquares.MultivariateJacobianFunction |
FundamentalRefinement.getFunctions(List<? extends IndependentPair<? extends Point2d,? extends Point2d>> data,
FundamentalRefinement.Parameterisation p) |