kopia lustrzana https://github.com/OpenDroneMap/ODM
Uninitialized variable
rodzic
c8a38de12e
commit
feb9720eb6
|
@ -244,6 +244,7 @@ Georef::Georef() : log_(false)
|
|||
transformFilename_ = "";
|
||||
exportCoordinateFile_ = false;
|
||||
exportGeorefSystem_ = false;
|
||||
useTransform_ = false;
|
||||
}
|
||||
|
||||
Georef::~Georef()
|
||||
|
@ -972,7 +973,7 @@ void Georef::createGeoreferencedModelFromGCPData()
|
|||
void Georef::createGeoreferencedModelFromExifData()
|
||||
{
|
||||
readCameras();
|
||||
|
||||
|
||||
// Read coords from coord file generated by extract_utm tool
|
||||
std::ifstream coordStream(inputCoordFilename_.c_str());
|
||||
if (!coordStream.good())
|
||||
|
|
Ładowanie…
Reference in New Issue