Title: ECE 549CS 543: COMPUTER VISON LECTURE 5
1ECE 549/CS 543 COMPUTER VISON LECTURE 5 CAMERA
CALIBRATION
- Intrinsic and extrinsic camera parameters
- The calibration problem
- Least-squares techniques
- MATLAB tutorial
Reading Chapters 2 and 3 Slides
http//www-cvr.ai.uiuc.edu/ponce/fall04/lect5.ppt
Programming assignment 1, due Tue. Sep. 22
http//www-cvr.ai.uiuc.edu/ponce/fall04/hw1/hw1.
pdf
2Data courtesy of T. Papadopoulo and RealViz
A Mosaic
3The Intrinsic Parameters of a Camera
Units
k,l pixel/m
f m
a,b
pixel
Physical Image Coordinates
Normalized Image Coordinates
4The Intrinsic Parameters of a Camera
Calibration Matrix
The Perspective Projection Equation
5The Extrinsic Parameters of a Camera
6Explicit Form of the Projection Matrix
Note
M is only defined up to scale in this setting!!
7Theorem (Faugeras, 1993)
8Calibration Problem
9Linear Systems
Square system
A
x
b
- unique solution
- Gaussian elimination
Rectangular system ??
- underconstrained
- infinity of solutions
A
x
b
- overconstrained
- no solution
Minimize Ax-b
2
10How do you solve overconstrained linear equations
??
11Homogeneous Linear Systems
Square system
A
x
0
- unique solution 0
- unless Det(A)0
Rectangular system ??
A
x
0
2
Minimize Ax under the constraint x 1
2
12How do you solve overconstrained homogeneous
linear equations ??
The solution is e .
1
13Example Line Fitting
Problem minimize with respect to (a,b,d).
- Minimize E with respect to d
n
- Minimize E with respect to a,b
where