Package imagingbook.common.geometry.fitting.points


package imagingbook.common.geometry.fitting.points
  • Class
    Description
    This class implements 2D point fitting under affine (three-point) transformations (exact and least-squares).
    Describes a fitter based on a linear transformation model.
    Implements a 2-dimensional Procrustes fit, using the algorithm described in [1].
    This class implements 2D point fitting under projective (4-point) transformations (exact and least-squares).