1 Introduction
LoFTR, cvpr21 先讲讲它的5 minutes introduction video非常合适。
Reading: [HZ] Chapter: 4 “Estimation – 2D projective transformation” Chapter: 11 “Computation of the fundamental matrix F” [FP] Chapter:10 “Grouping and model fitting
1.1 Fitting in Parametric Space

What is parametric space?
$f(x)=\Sigma{w_i*B_i(x)}$
Fitting, matching and recognition are interconnected problems
- Curve fitting (line, circle)
- Matching ⇒ Homographic transformations 单应性变换, Fundamental matrices, Shape models
Goals: Fitting as Search in Parametric Space
- What model represents this set of data/features best?
- e.g. line or circle
- How many model instances are there?
- Which of model instances gets which data/feature?
- may be non local
- Computational complexity is important
- It is infeasible to examine every possible set of parameters and every possible combination of features

1.2 Example: Line Fitting
Why fit lines?