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
Next revision Both sides next revision
cs:slam:start [2019/05/05 19:41]
Steve Hemm
cs:slam:start [2019/08/18 15:37]
Steve Hemm [Tracking]
Line 53: Line 53:
 -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 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.