Difference between revisions of "Simultaneous localization and mapping"
Jump to navigation
Jump to search
m (added Category:Pose tracking using HotCat) |
m (Text replacement - ". [[Categ" to ". ==References== {{Reflist}} [[Categ") |
||
Line 6: | Line 6: | ||
The [[Oculus Quest 2]] uses a tracking system that is some kind of SLAM or VIO. | The [[Oculus Quest 2]] uses a tracking system that is some kind of SLAM or VIO. | ||
+ | |||
+ | ==References== | ||
+ | {{Reflist}} | ||
[[Category:3D tracking]] | [[Category:3D tracking]] |
Revision as of 19:46, 18 August 2024
Simultaneous localization and mapping is a method of 3D tracking based on camera data of an environment. It uses one or more cameras that are mounted on a rigid body like a headset. It operates based on computer vision, heavily relying on feature detection. It is similar in concept to visual inertial odometry (VIO).
One method of SLAM is ORB_SLAM2. Another method is ORB_SLAM3. Another SLAM-like method is RTAB-Map.
The Hololens 1 and the Magic Leap 1 both use a SLAM-type system for their 3D tracking.
The Oculus Quest 2 uses a tracking system that is some kind of SLAM or VIO.