Skip to content

Commit

Permalink
Fix features module compilation. openMVG#274
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoulon committed May 4, 2015
1 parent b70fc34 commit 78a33ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/openMVG/features/regions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include "openMVG/numeric/numeric.h"
#include "openMVG/features/feature.hpp"
#include "openMVG/features/descriptor.hpp"
#include "cereal/types/vector.hpp"
#include <string>
#include <typeinfo>

Expand Down
4 changes: 2 additions & 2 deletions src/openMVG/features/regions_factory.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ typedef Binary_Regions<SIOPointFeature,64> AKAZE_Binary_Regions;
//--
#include <cereal/cereal.hpp>
#include <cereal/types/polymorphic.hpp>
#include <cereal/archives/json.hpp>/*
#include <cereal/archives/json.hpp>
CEREAL_REGISTER_TYPE_WITH_NAME(openMVG::features::SIFT_Regions, "SIFT_Regions");
CEREAL_REGISTER_TYPE_WITH_NAME(openMVG::features::AKAZE_Float_Regions, "AKAZE_Float_Regions");
CEREAL_REGISTER_TYPE_WITH_NAME(openMVG::features::AKAZE_Liop_Regions, "AKAZE_Liop_Regions");
CEREAL_REGISTER_TYPE_WITH_NAME(openMVG::features::AKAZE_Binary_Regions, "AKAZE_Binary_Regions");*/
CEREAL_REGISTER_TYPE_WITH_NAME(openMVG::features::AKAZE_Binary_Regions, "AKAZE_Binary_Regions");

#endif // OPENMVG_FEATURES_REGIONS_FACTORY_HPP

0 comments on commit 78a33ca

Please sign in to comment.