Uses of Interface
imagingbook.common.geometry.fitting.points.LinearFit2d
Packages that use LinearFit2d
-
Uses of LinearFit2d in imagingbook.common.geometry.fitting.points
Classes in imagingbook.common.geometry.fitting.points that implement LinearFit2dModifier and TypeClassDescriptionclass
This class implements 2D point fitting under affine (three-point) transformations (exact and least-squares).class
Implements a 2-dimensional Procrustes fit, using the algorithm described in [1].class
This class implements 2D point fitting under projective (4-point) transformations (exact and least-squares).