Hugintrunk
0.1
|
Transform between image <-> panorama coordinates. More...
#include <fstream>
#include <sstream>
#include <getopt.h>
#include <panodata/Panorama.h>
#include <panotools/PanoToolsInterface.h>
Go to the source code of this file.
Functions | |
static void | usage (const char *name) |
void | work_on_triplets (const HuginBase::Panorama &pano, bool reverse) |
int | main (int argc, char *argv[]) |
Transform between image <-> panorama coordinates.
Definition in file pano_trafo.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 112 of file pano_trafo.cpp.
References HuginBase::PTools::Transform::createInvTransform(), HuginBase::PTools::Transform::createTransform(), HuginBase::Panorama::getNrOfImages(), HuginBase::Panorama::getOptions(), hugin_utils::getPathPrefix(), HuginBase::Panorama::getSrcImage(), HuginBase::Panorama::ReadPTOFile(), hugin_utils::stripPath(), HuginBase::PTools::Transform::transformImgCoord(), usage(), and work_on_triplets().
|
static |
Definition at line 43 of file pano_trafo.cpp.
References hugin_utils::GetHuginVersion().
void work_on_triplets | ( | const HuginBase::Panorama & | pano, |
bool | reverse | ||
) |
Definition at line 66 of file pano_trafo.cpp.
References 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().