Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
hugin_base/panotools/PanoToolsUtils.h
Go to the documentation of this file.00001 // -*- c-basic-offset: 4 -*- 00026 #ifndef _PANOTOOLS_PTUTILS_H 00027 #define _PANOTOOLS_PTUTILS_H 00028 00029 #include <hugin_shared.h> 00030 #include <panodata/PanoramaData.h> 00031 00032 00033 namespace HuginBase 00034 { 00035 namespace PTools 00036 { 00037 00040 IMPEX void calcCtrlPointErrors(PanoramaData & pano); 00041 00042 } // PTools namespace 00043 } // HuginBase namespace 00044 00045 #endif // _H
1.3.9.1