Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
raulmur committed Dec 14, 2015
1 parent fb70390 commit 3791aa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/Frame.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ class Frame
std::vector<bool> mvbOutlier;

// Keypoints are assigned to cells in a grid to reduce matching complexity when projecting MapPoints
float mfGridElementWidthInv;
float mfGridElementHeightInv;
static float mfGridElementWidthInv;
static float mfGridElementHeightInv;
std::vector<std::size_t> mGrid[FRAME_GRID_COLS][FRAME_GRID_ROWS];

// Camera Pose
Expand Down

0 comments on commit 3791aa8

Please sign in to comment.