Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
hugin1/PT/SpaceTransform.h
Go to the documentation of this file.00001 // -*- c-basic-offset: 4 -*- 00002 00027 #ifndef _Hgn1_SPACETRANSFORM_H 00028 #define _Hgn1_SPACETRANSFORM_H 00029 00030 00031 #include <nona/SpaceTransform.h> 00032 00033 #include "PT/Panorama.h" 00034 00035 00036 namespace PT { 00037 00038 using HuginBase::Nona::_FuncParams; 00039 using HuginBase::Nona::trfn; 00040 using HuginBase::Nona:: _fDesc; 00041 using HuginBase::Nona::SpaceTransform; 00042 using HuginBase::Nona::combinePolynom4; 00043 using HuginBase::Nona::traceImageOutline; 00044 using HuginBase::Nona::estScaleFactorForFullFrame; 00045 using HuginBase::Nona::estRadialScaleCrop; 00046 00047 } 00048 00049 #endif
1.3.9.1