Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
tools/pano_modify.cpp File Reference
program to modify some aspects of a project file on the command line More...
#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/nona/FitPanorama.h>
#include <algorithms/basic/CalculateOptimalScale.h>
#include <algorithms/basic/CalculateOptimalROI.h>
Include dependency graph for pano_modify.cpp:

Functions | |
| char | toupper_2 (char c) |
| std::string | strToUpper (const std::string &aString) |
| convert string to uppercase letters. | |
| int | main (int argc, char *argv[]) |
Detailed Description
program to modify some aspects of a project file on the command line
- Author:
- Thomas Modes
Function Documentation
|
||||||||||||
|
|
|
|
convert string to uppercase letters.
|
|
|
|
1.3.9.1