Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
hugin_base/panotools/PanoToolsOptimizerWrapper.h
Go to the documentation of this file.00001 // -*- c-basic-offset: 4 -*- 00026 #ifndef _PANOTOOLS_PTOPTIMISE_H 00027 #define _PANOTOOLS_PTOPTIMISE_H 00028 00029 #include <panodata/PanoramaData.h> 00030 00031 00032 namespace HuginBase 00033 { 00034 namespace PTools 00035 { 00036 00037 /* 00038 unsigned int optimize_PT(const PT::Panorama & pano, 00039 const PT::UIntVector &imgs, 00040 const PT::OptimizeVector & optvec, 00041 PT::VariableMapVector & vars, 00042 PT::CPVector & cps, 00043 int maxIter=1000); 00044 */ 00045 00046 00058 IMPEX unsigned int optimize(PanoramaData & pano, 00059 const char * script = 0); 00060 00061 } // namespace 00062 } // namespace 00063 00064 #endif // _H
1.3.9.1