Uses of Interface
imagingbook.common.geometry.mappings.Mapping2D
Packages that use Mapping2D
Package
Description
-
Uses of Mapping2D in imagingbook.common.geometry.mappings
Methods in imagingbook.common.geometry.mappings that return Mapping2D -
Uses of Mapping2D in imagingbook.common.geometry.mappings.linear
Classes in imagingbook.common.geometry.mappings.linear that implement Mapping2DModifier and TypeClassDescriptionclass
This class represents an affine transformation in 2D, which can be defined by three pairs of corresponding points.class
This class represents an arbitrary linear transformation in 2D.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). -
Uses of Mapping2D in imagingbook.common.geometry.mappings.nonlinear
Classes in imagingbook.common.geometry.mappings.nonlinear that implement Mapping2DModifier and TypeClassDescriptionclass
This class represents a bilinear transformation in 2D with 8 parameters a0, ..., a3, b0, ..., b3 of the formclass
This class implements a 2D log-polar mapping transformation.class
This class implements a 2D log-polar mapping transformation.Methods in imagingbook.common.geometry.mappings.nonlinear that return Mapping2D -
Uses of Mapping2D in imagingbook.common.image
Constructors in imagingbook.common.image with parameters of type Mapping2DModifierConstructorDescriptionImageMapper
(Mapping2D targetToSourceMapping) Constructor - creates a newImageMapper
with the specified geometric mapping.ImageMapper
(Mapping2D targetToSourceMapping, OutOfBoundsStrategy obs, InterpolationMethod ipm) Constructor - creates a newImageMapper
with the specified geometric mapping, out-of-bounds strategy and pixel interpolation method.