Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PanoToolsUtils.h
Go to the documentation of this file.
1 // -*- c-basic-offset: 4 -*-
26 #ifndef _PANOTOOLS_PTUTILS_H
27 #define _PANOTOOLS_PTUTILS_H
28 
29 #include <hugin_shared.h>
30 #include <panodata/PanoramaData.h>
31 
32 
33 namespace HuginBase
34 {
35 namespace PTools
36 {
37 
40  IMPEX void calcCtrlPointErrors(PanoramaData & pano);
41 
42 } // PTools namespace
43 } // HuginBase namespace
44 
45 #endif // _H
void calcCtrlPointErrors(PanoramaData &pano)
Update the Ctrl Point errors without optimizing.
#define IMPEX
Definition: hugin_shared.h:39