Skip to content
Snippets Groups Projects

Resolve "Implementation of Falko lib"

Merged Sergi Pujol Badell requested to merge 26-implementation-of-falko-lib into master
2 files
+ 1
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 0
1
@@ -27,7 +27,6 @@ struct MatchLoopClosure {
bool match;
int keypoints_number_match;
double score;
double id;
};
typedef std::shared_ptr<MatchLoopClosure> matchLoopClosurePtr;
Loading