Class | Description |
---|---|
AlgebraicResidual2d<M extends Model<Point2d,Point2d> & MatrixTransformProvider> |
Compute the algebraic residuals of points mapped by a 2d homogeneous
transform (i.e.
|
SingleImageTransferResidual2d<M extends Model<Point2d,Point2d>> |
Compute the 2d geometric Single Image Transfer residual.
|
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.
|
TransformedSITR2d<M extends Model<Point2d,Point2d>> |
An implementation of a
SingleImageTransferResidual2d that
pre-transforms both sets of points by predetermined transforms. |