Package imagingbook.common.geometry.mappings.linear


package imagingbook.common.geometry.mappings.linear
  • Classes
    Class
    Description
    This class represents an affine transformation in 2D, which can be defined by three pairs of corresponding points.
    This class represents an arbitrary linear transformation in 2D.
    This class represents a projective transformation in 2D (also known as a "homography").
    This class represents a pure 2D rotation about the coordinate origin (as a special case of affine mapping).
    This class represents a 2D scaling transformation (as a special case of affine transformation).
    This class represents a 2D shear transformation (as a special case of affine transformation).
    This class represents a pure 2D translation (as a special case of affine transformation).