OpenDroneMap-ODM/modules/odm_georef/src/main.cpp

9 wiersze
109 B
C++
Executable File

#include "Georef.hpp"
int main(int argc, char* argv[])
{
Georef ref;
return ref.run(argc, argv);
}