Fitting: find the parameters of a model that best fit the data
Alignment: find the parameters of the transformation that best align matched points
– Design a suitable goodness of fit measure
– Design an optimization method
Methods:
– Least squares fit
Line Equation yi = mxi + b → Find (m, b) to minimize
– Robust least squares: nonlinear optimization problem
– Other parameter search methods
– Generalized Hough transform
Hough Transform: Outline