Package | Description |
---|---|
org.openimaj.math.geometry.transforms | |
org.openimaj.math.model.fit.residuals |
Modifier and Type | Class and Description |
---|---|
static class |
FundamentalModel.EpipolarResidual
Geometric residual that sums the distance of points from the closest
epipolar line.
|
static class |
FundamentalModel.Fundamental8PtResidual
Computes the algebraic residual of the point pairs applied to the F
matrix
|
static class |
FundamentalModel.SampsonGeometricResidual
ResidualCalculator based on Sampson's geometric error. |
Modifier and Type | Class and Description |
---|---|
class |
DistanceComparatorResidual<I,D,M extends Model<I,D>>
An implementation of a
ResidualCalculator that uses a
DistanceComparator to compute the error between the predicted and
observed data point. |