Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
pano_trafo.cpp File Reference

Transform between image <-> panorama coordinates. More...

#include <fstream>
#include <sstream>
#include <getopt.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

static void usage (const char *name)
 
void work_on_triplets (const HuginBase::Panorama &pano, bool reverse)
 
int main (int argc, char *argv[])
 

Detailed Description

Transform between image <-> panorama coordinates.

Author
Pablo d'Angelo, Kay F. Jahnke
Id:
cpclean.cpp 4822 2009-12-19 23:17:06Z brunopostle

Definition in file pano_trafo.cpp.

Function Documentation

int main ( int  argc,
char *  argv[] 
)
static void usage ( const char *  name)
static

Definition at line 43 of file pano_trafo.cpp.

References hugin_utils::GetHuginVersion().

void work_on_triplets ( const HuginBase::Panorama pano,
bool  reverse 
)