Skip to content

Commit

Permalink
Minor tune-ups
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-alexandrov committed Jul 13, 2024
1 parent 3e5e724 commit c7a4dbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/asp/Camera/BundleAdjustCostFuns.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#include <asp/Core/BundleAdjustUtils.h>

// Turn off warnings from eigen
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-local-typedefs"
#include <ceres/ceres.h>
#include <ceres/loss_function.h>
Expand Down
3 changes: 1 addition & 2 deletions src/asp/Tools/bundle_adjust.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
/// \file bundle_adjust.cc

// TODO(oalexan1): Break this up into several files grouped by functionality.
// Also for bundle_adjust.h. See existing BundleAdjustCamera.cc and
// BundleAdjustUtils.cc.
// See existing BundleAdjustCamera.cc, etc.
#include <asp/Sessions/StereoSession.h>
#include <asp/Sessions/StereoSessionFactory.h>
#include <asp/Sessions/CameraUtils.h>
Expand Down

0 comments on commit c7a4dbb

Please sign in to comment.