diff --git a/modules/odm_georef/src/Georef.cpp b/modules/odm_georef/src/Georef.cpp index 3676a65a..348cae03 100644 --- a/modules/odm_georef/src/Georef.cpp +++ b/modules/odm_georef/src/Georef.cpp @@ -1,3 +1,7 @@ +// to format log_ output +#include +#include +using namespace std; // PCL #include #include @@ -15,7 +19,7 @@ std::ostream& operator<<(std::ostream &os, const GeorefSystem &geo) } GeorefGCP::GeorefGCP() - :x_(0.0), y_(0.0), z_(0.0), use_(false), localX_(0.0), localY_(0.0), localZ_(0.0),cameraIndex_(0), pixelX_(0), pixelY_(0.0), image_("") + :x_(0.0), y_(0.0), z_(0.0), use_(false), localX_(0.0), localY_(0.0), localZ_(0.0),cameraIndex_(0), pixelX_(0.0), pixelY_(0.0), image_("") { } @@ -682,7 +686,8 @@ void Georef::readGCPs() gcps_.push_back(gcp); ++nrGCPs; - log_<<"x_: "<