do you save keypoints through frames ? #319
-
In your paper, it is mentioned that you do tracking, however I am unable to find where in the source code you keep track of the features detected. Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
There is a misunderstanding. The paper is a copyrighted work of AIST. I am not a member of AIST, hence the name change to OpenVSLAM. Hence the name change from OpenVSLAM to stella_vslam, see #267.
Feature points are not directly tracked. Landmarks are generated from the feature points and the camera pose and landmarks are tracked. See |
Beta Was this translation helpful? Give feedback.
There is a misunderstanding. The paper is a copyrighted work of AIST. I am not a member of AIST, hence the name change to OpenVSLAM. Hence the name change from OpenVSLAM to stella_vslam, see #267.
Feature points are not directly tracked. Landmarks are generated from the feature points and the camera pose and landmarks are tracked. See
stella_vslam/src/stella_vslam/tracking_module.cc
Line 200 in e6d8fa5