Robotics Perception
课程链接:https://www.coursera.org/learn/robotics-perception/
Week 1
Pinhole Model
Assuming image plane is in front of the lens
Vanishing Points
- Any two parallel lines have the same vanishing point
- The ray from C through v point is parallel to the lines
- An image may have more than one vanishing point
Vanishing Lines
- Any set of parallel lines on the plane define a vanishing point
- The union of all of these vanishing points is the horizon line (also called vanishing line)
- Note that different planes define different vanishing lines
Point and Line Duality
- Line:
- Point:
- Points and lines are dual in projective space: given any formula, can switch the meanings of points and lines to get another formula
Point at Infinity
Line intersects at .
Perspective Projection
1. Camera Projection Matrix
2. Intrinsic Camera Parameters
- from optical world ( ) to pixel world ()
- : pixel scaling factor
- : principle point
- : slant factor
3. 3rd Person to 1st Person 3D Mapping (World to Camera)
World coordinates to camera coordinates
Camera coordinates to pixel coordinates
Combine 1, 2, 3 here, we have
or
Camera Calibration
Calibration estimates intrinsic parameters
- focal length
- image center
- radical distortion parameters
Week 3
RANSAC
Problem of Minimum Square Error: outliers will affect result significantly.
本作品采用知识共享署名-非商业性使用 3.0 版本许可协议进行许可,欢迎转载,演绎,但是必须保留本文的署名 zellux(包含链接),且不得用于商业目的。