Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PanoToolsOptimizerWrapper.h
Go to the documentation of this file.
1 // -*- c-basic-offset: 4 -*-
26 #ifndef _PANOTOOLS_PTOPTIMISE_H
27 #define _PANOTOOLS_PTOPTIMISE_H
28 
29 #include <panodata/PanoramaData.h>
30 
31 
32 namespace HuginBase
33 {
34 namespace PTools
35 {
36 
37  /*
38  unsigned int optimize_PT(const HuginBase::Panorama & pano,
39  const PanoCommand::UIntVector &imgs,
40  const PanoCommand::OptimizeVector & optvec,
41  PanoCommand::VariableMapVector & vars,
42  PanoCommand::CPVector & cps,
43  int maxIter=1000);
44  */
45 
46 
58  IMPEX unsigned int optimize(PanoramaData & pano,
59  const char * script = 0);
60 
61 } // namespace
62 } // namespace
63 
64 #endif // _H
#define IMPEX
Definition: hugin_shared.h:39
unsigned int optimize(PanoramaData &pano, const char *userScript)
optimize the images imgs, for variables optvec, using vars as start.