Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamposm committed Jul 23, 2020
1 parent 6441137 commit 10069d9
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 458 deletions.
60 changes: 0 additions & 60 deletions include/LucasKanadeTracker.h

This file was deleted.

1 change: 0 additions & 1 deletion include/Tracking.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
#include "MapDrawer.h"
#include "System.h"
#include "ImuTypes.h"
#include "LucasKanadeTracker.h"

#include "GeometricCamera.h"

Expand Down
6 changes: 3 additions & 3 deletions src/LoopClosing.cc
Original file line number Diff line number Diff line change
Expand Up @@ -566,9 +566,9 @@ bool LoopClosing::DetectCommonRegionsFromBoW(std::vector<KeyFrame*> &vpBowCand,
{
nBoWMatches = 20;
nBoWInliers = 15;
nSim3Inliers = 30;
nProjMatches = 50;
nProjOptMatches = 70;
nSim3Inliers = 20;
nProjMatches = 35;
nProjOptMatches = 50;
}*/

set<KeyFrame*> spConnectedKeyFrames = mpCurrentKF->GetConnectedKeyFrames();
Expand Down
Loading

0 comments on commit 10069d9

Please sign in to comment.