Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
martinruenz committed Jun 27, 2019
2 parents 565be69 + 4b68701 commit 7b8dd32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Utils/RGBDOdometry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ RGBDOdometry::RGBDOdometry(int width, int height, float cx, float cy, float fx,
vmaps_tmp.create(height * 4 * width);
nmaps_tmp.create(height * 4 * width);

minimumGradientMagnitudes.reserve(NUM_PYRS);
minimumGradientMagnitudes.resize(NUM_PYRS);
minimumGradientMagnitudes[0] = 5;
minimumGradientMagnitudes[1] = 3;
minimumGradientMagnitudes[2] = 1;
Expand Down

0 comments on commit 7b8dd32

Please sign in to comment.