블로그 이미지
Leeway is... the freedom that someone has to take the action they want to or to change their plans.
maetel

Notice

Recent Post

Recent Comment

Recent Trackback

Archive

calendar

1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
  • total
  • today
  • yesterday

Category

2010. 9. 24. 23:16 Computer Vision
Janne Heikkila, Olli Silven, "A Four-step Camera Calibration Procedure with Implicit Image Correction," cvpr, pp.1106, 1997 IEEE Computer Society Conference on Computer Vision and Pattern Recognition (CVPR'97), 1997


Matlab toolbox: http://www.ee.oulu.fi/~jth/calibr/

JanneHeikkilä - Machine Vision Group, Computer Science and Engineering Laboratory, University of Oulu
Olli Silven - Information Processing Laboratory, University of Oulu

cf.
http://www.vision.caltech.edu/bouguetj/calib_doc/htmls/parameters.html


1. Introduction

4-step
1) DLT (direct linear transformation) for initial parameter values [Tsai 1987, Abdel-Aziz 1971, Melen 1994]
2) Nonlinear parameter estimation for final parameter values [Slama 1980]
3) Correcting errors sourced from feature extraction
4) image correction: new implicit model to interpolate the correct image points


2. Explicit camera calibration

The pinhole camera model is based on the principle of collinearity, where each point in the object space is projected by a straight line through the projection center into the image plane.

http://en.wikipedia.org/wiki/Euler_angle











posted by maetel