Skip to content
Snippets Groups Projects
Commit fad84847 authored by Sergi Pujol's avatar Sergi Pujol
Browse files

added id to sceneFalko

parent 084e3ae5
No related branches found
No related tags found
1 merge request!4Resolve "Implementation of Falko lib"
......@@ -27,7 +27,6 @@ struct MatchLoopClosure {
bool match;
int keypoints_number_match;
double score;
double id;
};
typedef std::shared_ptr<MatchLoopClosure> matchLoopClosurePtr;
......
......@@ -38,6 +38,7 @@ namespace laserscanutils {
template <typename D> struct SceneFalko : public SceneBase {
std::vector<falkolib::FALKO> keypoints_list_;
std::vector<D> descriptors_list_;
int id;
};
template <typename D> struct SceneFalkoList : public SceneBaseList {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment