문제 제기) Tukey biweight estimator 란것이 patch tracking에 쓰이는데 정확히 모하는건지 궁금하다.
http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3247745/
5.2. Camera Tracking
Once a successful relocalisation has been done, the next step is to track the natural features in the input video sequence to compute camera poses for registration use. To find a single mapped feature in the current frame, a fixed-range patch search surrounding the feature’s predicted image location is carried out. To perform this search, the corresponding patch is first warped by using affine transform to take account of viewpoint changes between the patch’s first observation and the current camera position. With the feature matches obtained, we then use the Tukey biweight estimator [30] and Levenberg-Marquardt algorithm to eliminate outliers and compute the camera pose simultaneously.
1.) Tukey biweight estimator (or tukey biweight objective function) ??
2) Levenberg-Marquardt algorithm ??
이 두 알고리즘으로 oultiers를 제거하고 camera pose를 계산한다고 했는데.
1) 은 outlier ??
2) 는 pose ??
인가??
* M-estimators 라는것이 있는데 Tukey biweight estimator 이 그 중의 하나인듯.
* http://library.kaist.ac.kr/thesis02/2011/2011M020093574_S1Ver2.pdf 에서,
1) (반복적으로)tukey biweight objective function의 re-projection error가 최소가 되는 것을 이용하여 포즈를 추정(estimate)한다,
'Camera Calibration' 카테고리의 다른 글
Step by Step Camera Pose Estimation for Visual Tracking and Planar Markers (0) | 2013.03.22 |
---|---|
Homography to camera pose(extrinsic) (0) | 2013.03.21 |
solvePnP (0) | 2013.03.18 |
OpenCV API - Geometric Image Transformations (0) | 2013.03.18 |
Perspective Projection (0) | 2013.03.18 |