Inverse depth parametrization

In computer vision, the inverse depth parametrization is a parametrization used in methods for 3D reconstruction from multiple images such as simultaneous localization and mapping (SLAM).[1][2] Given a point in 3D space observed by a monocular pinhole camera from multiple views, the inverse depth parametrization of the point's position is a 6D vector that encodes the optical centre of the camera when in first observed the point, and the position of the point along the ray passing through and .[3]

In inverse depth parametrization, a point is identified by its inverse depth along the ray, with direction , from which it was first observed.

Inverse depth parametrization generally improves numerical stability and allows to represent points with zero parallax. Moreover, the error associated to the observation of the point's position can be modelled with a Gaussian distribution when expressed in inverse depth. This is an important property required to apply methods, such as Kalman filters, that assume normality of the measurement error distribution. The major drawback is the larger memory consumption, since the dimensionality of the point's representation is doubled.[3]

Definition

Given 3D point with world coordinates in a reference frame , observed from different views, the inverse depth parametrization of is given by:

where the first five components encode the camera pose in the first observation of the point, being the optical centre, the azimuth, the elevation angle, and the inverse depth of at the first observation.[3]

gollark: I have a list of extra necessary stuff:```* Tags* Revision history* Media handling* Metadata/structured data support? At least for media* Usable mobile support* Search!* Efficient space use - compression?* Make inter-device synchronization possible* Consistent scrolling behavior* Probably some kind of macro-y or extension feature for important stuff like embedding maths/PDFs```which I expect to never finish.
gollark: So far I have:- page viewing capability (Markdown → virtual-DOM HTML)- page editing/creating capability (literally a `textarea`)but that's... basically it?
gollark: Anyway, if anyone wants to contribute code that would be appreciated. I'm not releasing the current code because I do not like it and it is unfinished, so just guess what code I might want and send me it.
gollark: The sanity thing, I mean.
gollark: Wait, what? When was that?

References

  1. Piniés et al. (2007)
  2. Sunderhauf et al. (2007)
  3. Civiera et al. (2008)
  • Montiel, JM Martínez; Civera, Javier; Davison, Andrew J (2006). "Unified inverse depth parametrization for monocular SLAM". Robotics: Science and Systems. Cite journal requires |journal= (help)
  • Civera, Javier; Davison, Andrew J; Montiel, JM Martínez (2008). "Inverse depth parametrization for monocular SLAM". IEEE transactions on robotics. IEEE. 24 (5): 932–945.
  • Piniés, Pedro; Lupton, Todd; Sukkarieh, Salah; Tardós, Juan D (2007). "Inertial aiding of inverse depth SLAM using a monocular camera". Proceedings 2007 IEEE International Conference on Robotics and Automation. IEEE: 2797–2802.
  • Sunderhauf, Niko; Lange, Sven; Protzel, Peter (2007). "Using the unscented Kalman filter in mono-SLAM with inverse depth parametrization for autonomous airship control". 2007 IEEE International Workshop on Safety, Security and Rescue Robotics. IEEE: 1–6.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.