Title: ECE 549CS 543: COMPUTER VISON LECTURE 4
1ECE 549/CS 543 COMPUTER VISON LECTURE
4 CAMERAS AND CAMERA MODELS III
- Analytical Euclidean Geometry
- The Intrinsic Parameters of a Camera
- The Extrinsic Parameters of a Camera
- The Calibration Problem
Reading Chapters 2 and 3 Slides http//www-cvr.a
i.uiuc.edu/ponce/fall04/lect4.ppt
2Coordinate Changes Pure Translations
OBP OBOA OAP , BP AP BOA
3Coordinate Changes Pure Rotations
4Coordinate Changes Rotations about the z Axis
5A rotation matrix is characterized by the
following properties
- Its inverse is equal to its transpose, and
- its determinant is equal to 1.
Or equivalently
- Its rows (or columns) form a right-handed
- orthonormal coordinate system.
6Coordinate Changes Pure Rotations
7Coordinate Changes Rigid Transformations
8Block Matrix Multiplication
What is AB ?
Homogeneous Representation of Rigid
Transformations
9Rigid Transformations as Mappings
10Rigid Transformations as Mappings Rotation about
the k Axis
11(No Transcript)
12The Intrinsic Parameters of a Camera
Units
k,l pixel/m
f m
a,b
pixel
Physical Image Coordinates
Normalized Image Coordinates
13The Intrinsic Parameters of a Camera
Calibration Matrix
The Perspective Projection Equation
14The Extrinsic Parameters of a Camera
15Explicit Form of the Projection Matrix
Note
M is only defined up to scale in this setting!!
16Theorem (Faugeras, 1993)
17Calibration Problem
18Linear 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
19How do you solve overconstrained linear equations
??
20Homogeneous 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
21How do you solve overconstrained homogeneous
linear equations ??
The solution is e .
1
22Example 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