Fitting and alignment
Matrix decomposition Least squares RANSAC Template Matching
• Metrics
• Sum of Square differences
R(x, y) =
x ,y
(T(x , y ) − I(x + x , y + y ))2
R(x, y) = x ,y
(T(x , y ) − I(x + x , y + y ))2
x ,y
T(x , y )2 · x ,y
I(x + x , y + y )2
• Cross-correlation
R(x, y) =
x ,y
(T(x , y ) · I(x + x , y + y ))
R(x, y) = x ,y
(T(x , y ) · I(x + x , y + y ))
x ,y
T(x , y )2 · x ,y
I(x + x , y + y )2
Computer vision -Fitting and alignment- (Week 5) (13/13) M. Hachama (
[email protected])