Uses of Class
imagingbook.common.geometry.mappings.linear.ProjectiveMapping2D
Packages that use ProjectiveMapping2D
Package
Description
-
Uses of ProjectiveMapping2D in imagingbook.common.geometry.mappings.linear
Subclasses of ProjectiveMapping2D in imagingbook.common.geometry.mappings.linearModifier and TypeClassDescriptionclass
This class represents an affine transformation in 2D, which can be defined by three pairs of corresponding points.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).Methods in imagingbook.common.geometry.mappings.linear that return ProjectiveMapping2DModifier and TypeMethodDescriptionProjectiveMapping2D.concat
(ProjectiveMapping2D B) Concatenates this mapping A with another linear mapping B and returns a new mapping C, such that C(x) = B(A(x)).ProjectiveMapping2D.duplicate()
Returns a copy of this mapping.static ProjectiveMapping2D
ProjectiveMapping2D.fromPoints
(Pnt2d[] P, Pnt2d[] Q) Creates a projective 2D mapping from two sequences of corresponding points.ProjectiveMapping2D.getInverse()
Calculates and returns the inverse mapping.LinearMapping2D.normalize()
Scales the transformation matrix such that a22 becomes 1.Methods in imagingbook.common.geometry.mappings.linear with parameters of type ProjectiveMapping2DModifier and TypeMethodDescriptionProjectiveMapping2D.concat
(ProjectiveMapping2D B) Concatenates this mapping A with another linear mapping B and returns a new mapping C, such that C(x) = B(A(x)).Constructors in imagingbook.common.geometry.mappings.linear with parameters of type ProjectiveMapping2DModifierConstructorDescriptionCreates a projective mapping from an existing instance. -
Uses of ProjectiveMapping2D in imagingbook.common.image.matching.lucaskanade
Methods in imagingbook.common.image.matching.lucaskanade that return ProjectiveMapping2DModifier and TypeMethodDescriptionLucasKanadeMatcher.getMatch
(ProjectiveMapping2D Tinit) Performs the full optimization on the given image pair (I, R).LucasKanadeMatcher.getReferenceMappingTo
(Pnt2d[] Q) Calculates the projective transformation that maps the reference image R (centered at the origin) to some other quad Q.LucasKanadeForwardMatcher.iterateOnce
(ProjectiveMapping2D Tp) LucasKanadeInverseMatcher.iterateOnce
(ProjectiveMapping2D Tp) abstract ProjectiveMapping2D
LucasKanadeMatcher.iterateOnce
(ProjectiveMapping2D Tp) Performs a single matching iteration on the given image pair (I, R).Methods in imagingbook.common.image.matching.lucaskanade with parameters of type ProjectiveMapping2DModifier and TypeMethodDescriptionLucasKanadeMatcher.getMatch
(ProjectiveMapping2D Tinit) Performs the full optimization on the given image pair (I, R).LucasKanadeForwardMatcher.iterateOnce
(ProjectiveMapping2D Tp) LucasKanadeInverseMatcher.iterateOnce
(ProjectiveMapping2D Tp) abstract ProjectiveMapping2D
LucasKanadeMatcher.iterateOnce
(ProjectiveMapping2D Tp) Performs a single matching iteration on the given image pair (I, R).