This document discusses techniques for fitting parametric models to sets of image features. It begins by introducing the concept of fitting, where a simple parametric model (like a line or circle) is used to represent multiple detected features. It describes how fitting involves choosing the best model, assigning features to model instances, and determining the number of instances. The document then discusses specific issues that arise, such as noise, outliers, missing data, and model selection. It presents techniques for line fitting, including least squares, total least squares, and robust methods like RANSAC. It also discusses fitting general curves and conics using least squares approaches.
Related topics: