Hugin trunk 0.1
Loading...
Searching...
No Matches
Classes | Typedefs | Functions
pto_lensstack.cpp File Reference

program to manipulate lens and stack assignment in pto files More...

#include <fstream>
#include <sstream>
#include <getopt.h>
#include <panodata/Panorama.h>
#include <panodata/StandardImageVariableGroups.h>
#include "hugin_utils/utils.h"
#include <panodata/image_variables.h>
Include dependency graph for pto_lensstack.cpp:

Go to the source code of this file.

Classes

struct  ParsedImg
 

Typedefs

typedef std::vector< ParsedImgParseImgVec
 

Functions

void ParseSingleImage (ParseImgVec &varVec, const std::string &s)
 
void ParseImageLensStackString (ParseImgVec &parseVec, std::string input)
 
void NewPart (HuginBase::Panorama &pano, std::set< HuginBase::ImageVariableGroup::ImageVariableEnum > vars, unsigned int imgNr)
 
static void usage (const char *name)
 
int main (int argc, char *argv[])
 

Detailed Description

program to manipulate lens and stack assignment in pto files

Author
T. Modes

Definition in file pto_lensstack.cpp.

Typedef Documentation

◆ ParseImgVec

Definition at line 41 of file pto_lensstack.cpp.

Function Documentation

◆ main()

int main ( int  argc,
char argv[] 
)

◆ NewPart()

void NewPart ( HuginBase::Panorama pano,
std::set< HuginBase::ImageVariableGroup::ImageVariableEnum vars,
unsigned int  imgNr 
)

Definition at line 97 of file pto_lensstack.cpp.

References threshold().

Referenced by main().

◆ ParseImageLensStackString()

void ParseImageLensStackString ( ParseImgVec parseVec,
std::string  input 
)

Definition at line 87 of file pto_lensstack.cpp.

References ParseSingleImage(), hugin_utils::SplitString(), and threshold().

Referenced by main().

◆ ParseSingleImage()

void ParseSingleImage ( ParseImgVec varVec,
const std::string &  s 
)

◆ usage()

static void usage ( const char name)
static

Definition at line 113 of file pto_lensstack.cpp.

References hugin_utils::GetHuginVersion().