Uses of Interface
imagingbook.common.geometry.mappings.Jacobian

Packages that use Jacobian
  • Uses of Jacobian in imagingbook.common.geometry.mappings.linear

    Modifier and Type
    Class
    Description
    class 
    This class represents an affine transformation in 2D, which can be defined by three pairs of corresponding points.
    class 
    This class represents a projective transformation in 2D (also known as a "homography").
    class 
    This class represents a pure 2D rotation about the coordinate origin (as a special case of affine mapping).
    class 
    This class represents a 2D scaling transformation (as a special case of affine transformation).
    class 
    This class represents a 2D shear transformation (as a special case of affine transformation).
    class 
    This class represents a pure 2D translation (as a special case of affine transformation).