Uses of Interface
imagingbook.common.geometry.mappings.Jacobian
Packages that use Jacobian
-
Uses of Jacobian in imagingbook.common.geometry.mappings.linear
Classes in imagingbook.common.geometry.mappings.linear that implement JacobianModifier and TypeClassDescriptionclassThis class represents an affine transformation in 2D, which can be defined by three pairs of corresponding points.classThis class represents a projective transformation in 2D (also known as a "homography").classThis class represents a pure 2D rotation about the coordinate origin (as a special case of affine mapping).classThis class represents a 2D scaling transformation (as a special case of affine transformation).classThis class represents a 2D shear transformation (as a special case of affine transformation).classThis class represents a pure 2D translation (as a special case of affine transformation).