You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In feature.h you create a struct FeaturePoint and define variables oldFeaturePointsLeft and currentFeaturePointsLeft in main.cpp, but it doesn't appear that these variables are ever used. I am assuming the intention of this was to be used to describe features with unique identifiers and age, as described by Fig. 2 in the Cvisic paper. Can you confirm that this struct is not used? It appears that feature age is implemented in the FeatureSet struct, but that features are identified by row when necessary
Thanks,
Chris
The text was updated successfully, but these errors were encountered:
Hi Zhengao,
In feature.h you create a struct FeaturePoint and define variables oldFeaturePointsLeft and currentFeaturePointsLeft in main.cpp, but it doesn't appear that these variables are ever used. I am assuming the intention of this was to be used to describe features with unique identifiers and age, as described by Fig. 2 in the Cvisic paper. Can you confirm that this struct is not used? It appears that feature age is implemented in the FeatureSet struct, but that features are identified by row when necessary
Thanks,
Chris
The text was updated successfully, but these errors were encountered: