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
4 files
+ 23
9
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -54,7 +54,7 @@ namespace laserscanutils{
@@ -54,7 +54,7 @@ namespace laserscanutils{
extractor_.compute(*scanFALKO,newScene->keypointsList, newScene->descriptorsList);
extractor_.compute(*scanFALKO,newScene->keypointsList, newScene->descriptorsList);
return newScene;
return newScene;
}
}
/*
template <typename D,typename Extr, typename M>
template <typename D,typename Extr, typename M>
typename loopClosureFalko<D,Extr, M>::matchLoopClosurePtr matchScene(std::shared_ptr<sceneFalko<D>> scene1,std::shared_ptr<sceneFalko<D>> scene2){
typename loopClosureFalko<D,Extr, M>::matchLoopClosurePtr matchScene(std::shared_ptr<sceneFalko<D>> scene1,std::shared_ptr<sceneFalko<D>> scene2){
std::vector<std::pair<int, int> > assoNN;
std::vector<std::pair<int, int> > assoNN;
@@ -72,7 +72,7 @@ namespace laserscanutils{
@@ -72,7 +72,7 @@ namespace laserscanutils{
return new_match;
return new_match;
}
}
*/
//void findLoopClosure(std::list<sceneFalko>& scenes, const cornerScene newScene){}
//void findLoopClosure(std::list<sceneFalko>& scenes, const cornerScene newScene){}
//Explicitly compile all the templates
//Explicitly compile all the templates
Loading