#include <hugin_version.h>
#include <fstream>
#include <sstream>
#include <unistd.h>
#include <panodata/Panorama.h>
#include <panotools/PanoToolsInterface.h>
Include dependency graph for pano_trafo.cpp:

Go to the source code of this file.
Functions | |
| void | usage (const char *name) |
| void | work_on_triplets (Panorama pano, bool reverse) |
| int | main (int argc, char *argv[]) |
Definition in file pano_trafo.cpp.
|
||||||||||||
|
|
Definition at line 53 of file pano_trafo.cpp. References cout. |
|
||||||||||||
|
Definition at line 76 of file pano_trafo.cpp. References cerr, cout, HuginBase::PTools::Transform::createInvTransform(), HuginBase::PTools::Transform::createTransform(), HuginBase::Panorama::getNrOfImages(), HuginBase::Panorama::getOptions(), HuginBase::Panorama::getSrcImage(), and HuginBase::PTools::Transform::transformImgCoord(). Referenced by main(). |
1.3.9.1