Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Typedefs | Functions
LensTools.h File Reference

some helper classes for graphes More...

#include <hugin_shared.h>
#include "panoinc_WX.h"
#include "panoinc.h"
#include "base_wx/Command.h"
Include dependency graph for LensTools.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  HuginLensTools::LensInfo
 structure to name of lens projections and their ids More...
 

Namespaces

 HuginLensTools
 
 FormatString
 

Typedefs

typedef std::vector< LensInfo > HuginLensTools::LensInfoVector
 vector of LensInfo to hold all available lens types More...
 

Functions

WXIMPEX void FillLensProjectionList (wxControlWithItems *list)
 Fills a wxControlWithItem with all input projection formats, the client data contains the associated projection number. More...
 
WXIMPEX
HuginLensTools::LensInfoVector 
GetLensProjectionList ()
 return a vector with all available projections More...
 
WXIMPEX void FillBlenderList (wxControlWithItems *list)
 Fills a wxControlWithItem with all possible blender options, the client data contains the associated blender mod from PanoramaOptions. More...
 
WXIMPEX void SelectListValue (wxControlWithItems *list, size_t newValue)
 Selects the given value (stored in the client data) in the given list item. More...
 
WXIMPEX size_t GetSelectedValue (wxControlWithItems *list)
 Returns the client value of the selected item from list. More...
 
WXIMPEX wxString getProjectionString (const HuginBase::SrcPanoImage &img)
 Returns translated projection for given image. More...
 
WXIMPEX wxString getResponseString (const HuginBase::SrcPanoImage &img)
 Returns translated response type for given SrcPanoImage. More...
 
WXIMPEX void SaveLensParameters (const wxString filename, HuginBase::Panorama *pano, unsigned int imgNr)
 save the lens parameters of the image to a lens file named filename More...
 
WXIMPEX void SaveLensParametersToIni (wxWindow *parent, HuginBase::Panorama *pano, const HuginBase::UIntSet images)
 saves the lens parameters to ini files, provides all necessary dialogs More...
 
WXIMPEX bool ApplyLensParameters (wxWindow *parent, HuginBase::Panorama *pano, HuginBase::UIntSet images, PanoCommand::PanoCommand *&command)
 applies lens parameter from user selected file to pano using GlobalCmdHist More...
 
WXIMPEX bool LoadLensParametersChoose (wxWindow *parent, HuginBase::Lens &lens, bool &cropped, bool &autoCenterCrop, vigra::Rect2D &cropRect)
 load lens parameters from lens ini file More...
 
WXIMPEX bool CheckLensStacks (HuginBase::Panorama *pano, bool allowCancel)
 check, if lens and stacks are correctly linked shows message box with short information if not More...
 
wxString FormatString::GetExifDateTime (const HuginBase::SrcPanoImage *img)
 returns Exif DateTimeOriginal as formatted wxString More...
 
wxString FormatString::GetFocalLength (const HuginBase::SrcPanoImage *img)
 return focallength and focallength 35 mm as wxString More...
 
wxString FormatString::GetAperture (const HuginBase::SrcPanoImage *img)
 returns formatted aperture value More...
 
wxString FormatString::GetExposureTime (const HuginBase::SrcPanoImage *img)
 returns formatted exposure time More...
 
wxString FormatString::GetIso (const HuginBase::SrcPanoImage *img)
 returns formatted iso value More...
 

Detailed Description

some helper classes for graphes

some helper classes for working with lenses

Author
T. Modes

Definition in file LensTools.h.

Function Documentation

WXIMPEX bool ApplyLensParameters ( wxWindow *  parent,
HuginBase::Panorama pano,
HuginBase::UIntSet  images,
PanoCommand::PanoCommand *&  command 
)

applies lens parameter from user selected file to pano using GlobalCmdHist

Parameters
parentparent window for showing message boxes
panoPanorama in which the lens data should read
imagesimages for which the lens parameters should be set, check image sizes before running this function
commandpointer to PanoCommand::PanoCommand for insertion into command history
Returns
true if sucessful loaded lens parameters

Referenced by PanoOperation::LoadLensOperation::GetInternalCommand().

WXIMPEX bool CheckLensStacks ( HuginBase::Panorama pano,
bool  allowCancel 
)

check, if lens and stacks are correctly linked shows message box with short information if not

Parameters
panoPanorama which should be checked
allowCancelif true the message box contains also a Cancel button, if false there is only ok button
Returns
true, if all conditions are satisfied, false if user selected cancel in dialog box

Definition at line 446 of file LensTools.cpp.

References flags, HuginBase::Panorama::getImage(), and HuginBase::Panorama::getNrOfImages().

Referenced by OptimizePanel::OnOptimizeButton(), and PanoCommand::wxLoadPTProjectCmd::processPanorama().

WXIMPEX void FillBlenderList ( wxControlWithItems *  list)

Fills a wxControlWithItem with all possible blender options, the client data contains the associated blender mod from PanoramaOptions.

Definition at line 81 of file LensTools.cpp.

References HuginBase::PanoramaOptions::ENBLEND_BLEND, and HuginBase::PanoramaOptions::INTERNAL_BLEND.

Referenced by PanoPanel::Create(), FindPanoDialog::FindPanoDialog(), and PreferencesDialog::PreferencesDialog().

WXIMPEX void FillLensProjectionList ( wxControlWithItems *  list)

Fills a wxControlWithItem with all input projection formats, the client data contains the associated projection number.

Definition at line 35 of file LensTools.cpp.

References GetLensProjectionList().

Referenced by ImagesPanel::Create(), HFOVDialog::HFOVDialog(), and LensCalFrame::LensCalFrame().

WXIMPEX HuginLensTools::LensInfoVector GetLensProjectionList ( )
WXIMPEX wxString getProjectionString ( const HuginBase::SrcPanoImage img)
WXIMPEX wxString getResponseString ( const HuginBase::SrcPanoImage img)
WXIMPEX size_t GetSelectedValue ( wxControlWithItems *  list)
WXIMPEX bool LoadLensParametersChoose ( wxWindow *  parent,
HuginBase::Lens lens,
bool &  cropped,
bool &  autoCenterCrop,
vigra::Rect2D &  cropRect 
)

load lens parameters from lens ini file

Parameters
parentparent window, for showing messageboxes
lenslens, for reading projection and lensparameters
croppedread if cropped enabled
autoCenterCropread if automatic center crop
cropRectread crop rect
Returns
true if lens parameters were sucessful read

Definition at line 290 of file LensTools.cpp.

References DEBUG_DEBUG, HuginBase::Lens::getImageSize(), vigra_ext::EMoR::h, map_get(), HuginBase::Lens::setCropFactor(), HuginBase::Lens::setProjection(), HuginBase::Lens::variableNames, and HuginBase::Lens::variables.

Referenced by HFOVDialog::OnLoadLensParameters().

WXIMPEX void SaveLensParameters ( const wxString  filename,
HuginBase::Panorama pano,
unsigned int  imgNr 
)
WXIMPEX void SaveLensParametersToIni ( wxWindow *  parent,
HuginBase::Panorama pano,
const HuginBase::UIntSet  images 
)

saves the lens parameters to ini files, provides all necessary dialogs

Definition at line 410 of file LensTools.cpp.

References SaveLensParameters().

Referenced by PanoOperation::SaveLensOperation::GetInternalCommand().

WXIMPEX void SelectListValue ( wxControlWithItems *  list,
size_t  newValue 
)