User Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
cs:slam:start [2019/08/18 15:31]
Steve Hemm [Tracking]
cs:slam:start [2019/08/18 16:20]
Steve Hemm [Tracking]
Line 51: Line 51:
 ==== Tracking ==== ==== Tracking ====
  
--Tracking localizes the camera by comparing features in a local map.+-Tracking localizes the camera by comparing features in a local map.  
  
 -Detects features using the [[https://​docs.opencv.org/​3.0-beta/​doc/​py_tutorials/​py_feature2d/​py_fast/​py_fast.html|FAST Algorithm]]. -Detects features using the [[https://​docs.opencv.org/​3.0-beta/​doc/​py_tutorials/​py_feature2d/​py_fast/​py_fast.html|FAST Algorithm]].
  
--Describes features using ORB algorithm.+-Describes features using [[https://​opencv-python-tutroals.readthedocs.io/​en/​latest/​py_tutorials/​py_feature2d/​py_orb/​py_orb.html|ORB Algorithm]].
  
 -Selects a new keyframe. -Selects a new keyframe.
  
 -If localization is lost, uses Place Recognition module to relocate. -If localization is lost, uses Place Recognition module to relocate.
 +
 +
 +
 ==== Local Mapping ==== ==== Local Mapping ====