Package imagingbook.common.geometry.fitting.line


package imagingbook.common.geometry.fitting.line
  • Class
    Description
    This class implements incremental orthogonal line fitting to a set of 2D points using eigendecomposition (see OrthogonalLineFitEigen for a non-incremental version).
    This class implements line fitting by linear regression to a set of 2D points.
    Interface to be implemented by all 2D line fits.
    This class implements line fitting by orthogonal regression to a set of 2D points using eigendecomposition.
    This class implements line fitting by orthogonal regression to a set of 2D points by solving a homogeneous linear system.
    This class implements line fitting by orthogonal regression to a set of 2D points using singular-value decomposition (SVD).