


























































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Various methods for fitting lines to data points, including least squares, total least squares, and probabilistic approaches. It also discusses the challenges of dealing with many lines or uncertain data and introduces ransac as a solution. The mathematical concepts behind these methods and provides references for further study.
Typology: Study notes
1 / 66
This page cannot be seen from the preview
Don't miss anything!



























































Acknowledgement: Notes by Profs. R. Szeliski, S. Seitz, S. Lazebnik, and S. Shah
Data: ( x 1 , y 1 ), …, ( xn , yn ) Line equation: yi = m xi + b Find ( m , b ) to minimize ( x i , y i
y=mx+b
Data: ( x 1 , y 1 ), …, ( xn , yn ) Line equation: yi = m xi + b Find ( m , b ) to minimize Normal equations: least squares solution to XB=Y ( x i , y i
y=mx+b
Distance between point ( xn , yn ) and line ax+by=d ( a 2 +b 2 = 1): | ax + by – d | Find ( a , b , d ) to minimize the sum of squared perpendicular distances (^) ( x i , y i
ax+by=d Unit normal: N= ( a, b )
Distance between point ( xn , yn ) and line ax+by=d ( a 2 +b 2 = 1): | ax + by – d | Find ( a , b , d ) to minimize the sum of squared perpendicular distances (^) ( x i , y i
ax+by=d Unit normal: N= ( a, b ) d = a n xi + b n i = 1 n ∑ (^) i = 1 yi n ∑ =^ ax^ +^ by Solution to ( U T U ) N = 0, subject to || N || 2 = 1: eigenvector of U T U associated with the smallest eigenvalue (least squares solution to homogeneous linear system UN = 0 )
N = ( a , b ) second moment matrix
Least squares as likelihood maximization
Probabilistic fitting: General concepts
Probabilistic fitting: General concepts
Probabilistic fitting: General concepts
( x i , y i
d(( x i , y i
curve C
2
2
2
2