Uses of Interface
imagingbook.common.geometry.fitting.line.LineFit
Packages that use LineFit
-
Uses of LineFit in imagingbook.common.geometry.fitting.line
Classes in imagingbook.common.geometry.fitting.line that implement LineFitModifier and TypeClassDescriptionclass
This class implements incremental orthogonal line fitting to a set of 2D points using eigendecomposition (seeOrthogonalLineFitEigen
for a non-incremental version).class
This class implements line fitting by linear regression to a set of 2D points.class
This class implements line fitting by orthogonal regression to a set of 2D points using eigendecomposition.class
This class implements line fitting by orthogonal regression to a set of 2D points by solving a homogeneous linear system.class
This class implements line fitting by orthogonal regression to a set of 2D points using singular-value decomposition (SVD).