kopia lustrzana https://github.com/OpenDroneMap/ODM
commit
a12d674942
|
@ -28,7 +28,7 @@ GeorefGCP::~GeorefGCP()
|
||||||
|
|
||||||
void GeorefGCP::extractGCP(std::istringstream &gcpStream)
|
void GeorefGCP::extractGCP(std::istringstream &gcpStream)
|
||||||
{
|
{
|
||||||
gcpStream >> x_ >> y_ >> z_ >> pixelY_ >> pixelX_ >> image_;
|
gcpStream >> x_ >> y_ >> z_ >> pixelX_ >> pixelY_ >> image_;
|
||||||
}
|
}
|
||||||
|
|
||||||
Vec3 GeorefGCP::getPos()
|
Vec3 GeorefGCP::getPos()
|
||||||
|
|
Ładowanie…
Reference in New Issue