refactor(camodocal): remove ceres depend

This commit is contained in:
TinyOh
2019-01-24 17:20:34 +08:00
parent 0b71d05813
commit 54eae3e2d0
492 changed files with 29 additions and 304467 deletions

View File

@@ -76,21 +76,10 @@ struct glog_init {
#include "mynteye/mynteye.h"
#ifdef WITH_CAM_MODELS
#define MAX_LOG_LEVEL google::INFO
// include ceres miniglog
#include "glog/logging.h"
#else
#define MYNTEYE_MAX_LOG_LEVEL google::INFO
#include "mynteye/miniglog.h"
#endif
#endif
#endif // MYNTEYE_LOGGER_H_