Package | Description |
---|---|
org.openimaj.math.geometry.transforms | |
org.openimaj.math.geometry.transforms.check | |
org.openimaj.math.geometry.transforms.residuals |
Modifier and Type | Class and Description |
---|---|
class |
AffineTransformModel
Concrete implementation of a model of an Affine transform.
|
class |
AffineTransformModel3d
Concrete implementation of a model of an Affine transform.
|
class |
HomographyModel
Implementation of a Homogeneous Homography model - a transform that models
the relationship between planes under projective constraints (8 D.o.F)
|
class |
RigidTransformModel3d
Concrete implementation of a model of a 3D rigid transform with only rotation
and translation allowed.
|
Modifier and Type | Class and Description |
---|---|
class |
ConvexityCheck2D<M extends Model<Point2d,Point2d> & MatrixTransformProvider>
Test that a 2d transform model preserves convexity
|
class |
OrientationCheck2D<M extends Model<Point2d,Point2d> & MatrixTransformProvider>
Test whether a given model that produces a homogenous transform is
orientation preserving
|
class |
TransformMatrixConditionCheck<M extends Model<?,?> & MatrixTransformProvider>
A check for
Model s that produce transform matrices (via the
MatrixTransformProvider ) that tests whether the condition number is
below a threshold. |
Modifier and Type | Class and Description |
---|---|
class |
AlgebraicResidual2d<M extends Model<Point2d,Point2d> & MatrixTransformProvider>
Compute the algebraic residuals of points mapped by a 2d homogeneous
transform (i.e.
|
class |
SymmetricTransferResidual2d<M extends Model<Point2d,Point2d> & MatrixTransformProvider>
The points in the first image are projected by the homography matrix to
produce new estimates of the second image points and the second image point
projected by the inverse homography to produce estimates of the first.
|