#include <hugin_version.h>
#include <fstream>
#include <sstream>
#include <getopt.h>
#include <unistd.h>
#include <panodata/Panorama.h>
#include <algorithms/nona/CenterHorizontally.h>
#include <algorithms/basic/StraightenPanorama.h>
#include <algorithms/basic/RotatePanorama.h>
#include <algorithms/basic/TranslatePanorama.h>
#include <algorithms/nona/FitPanorama.h>
#include <algorithms/basic/CalculateOptimalScale.h>
#include <algorithms/basic/CalculateOptimalROI.h>
#include <algorithms/basic/LayerStacks.h>
Include dependency graph for pano_modify.cpp:

Go to the source code of this file.
Functions | |
| void | usage (const char *name) |
| char | toupper_2 (char c) |
| std::string | strToUpper (const std::string &aString) |
| convert string to uppercase letters. | |
| int | main (int argc, char *argv[]) |
Definition in file pano_modify.cpp.
|
||||||||||||
|
|
convert string to uppercase letters.
Definition at line 87 of file pano_modify.cpp. |
|
|
Definition at line 81 of file pano_modify.cpp. |
|
|
Definition at line 51 of file pano_modify.cpp. References cout. |
1.3.9.1