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
3 files
+ 12
4
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -35,4 +35,6 @@ int main(int argc, char** argv)
CornerMatching.findLoopClosure(scan1);
std::cout << "matching number : " << CornerMatching.matchingNumber << std::endl;
}
Loading