Classes | |
| class | HuginBase::PTools::Transform |
| Holds transformations for Image -> Pano and the other way. More... | |
Functions | |
| VariableMapVector | GetAlignInfoVariables (const AlignInfo &gl) |
| CPVector | GetAlignInfoCtrlPoints (const AlignInfo &gl) |
| void | setDestImage (Image &image, vigra::Diff2D size, unsigned char *imageData, const PanoramaOptions::ProjectionFormat &format, const std::vector< double > &projParams, double destHFOV) |
set an output image, with properties from opts, that points to the bitmap data of imgData | |
| void | initCPrefs (cPrefs &p, const VariableMap &vars) |
| void | setFullImage (Image &image, vigra::Diff2D size, unsigned char *imageData, const VariableMap &vars, const Lens::LensProjectionFormat format, bool correctDistortions) |
fills image with a complete input image, including distortion correction parameters if correctDistortions is set. | |
| void | createAdjustTrform (TrformStr &trf) |
| void | freeImage (Image &img) |
| free the pointer storage needed by Image | |
| unsigned int | optimize (PanoramaData &pano, const char *userScript) |
optimize the images imgs, for variables optvec, using vars as start. | |
| void | calcCtrlPointErrors (PanoramaData &pano) |
| Update the Ctrl Point errors without optimizing. | |
|
|
|
Definition at line 520 of file PanoToolsInterface.cpp. |
|
|
free the pointer storage needed by Image does NOT free the data referenced by image Definition at line 535 of file PanoToolsInterface.cpp. Referenced by HuginBase::PTools::Transform::updatePTData(), and HuginBase::PTools::Transform::~Transform(). |
|
|
Definition at line 319 of file PanoToolsInterface.cpp. References HuginBase::CPVector. Referenced by calcCtrlPointErrors(), and optimize(). |
|
|
Definition at line 285 of file PanoToolsInterface.cpp. References HuginBase::VariableMap, and HuginBase::VariableMapVector. Referenced by optimize(). |
|
||||||||||||
|
Definition at line 370 of file PanoToolsInterface.cpp. References const_map_get(). Referenced by setFullImage(). |
|
||||||||||||
|
||||||||||||||||||||||||||||
|
set an output image, with properties from
Definition at line 334 of file PanoToolsInterface.cpp. References DEBUG_DEBUG, hugin_utils::TDiff2D< T >::x, and hugin_utils::TDiff2D< T >::y. Referenced by HuginBase::PTools::Transform::updatePTData(). |
|
||||||||||||||||||||||||||||
|
fills
Definition at line 444 of file PanoToolsInterface.cpp. References const_map_get(), DEBUG_FATAL, initCPrefs(), hugin_utils::TDiff2D< T >::x, and hugin_utils::TDiff2D< T >::y. Referenced by HuginBase::PTools::Transform::updatePTData(). |
1.3.9.1