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

implementation of LensCal main frame class More...

#include "panoinc_WX.h"
#include "panoinc.h"
#include "base_wx/platform.h"
#include "base_wx/wxPlatform.h"
#include "base_wx/LensTools.h"
#include "base_wx/GraphTools.h"
#include "huginapp/ImageCache.h"
#include "LensCalFrame.h"
#include <wx/app.h>
#include "LensCalApp.h"
#include "hugin/config_defaults.h"
#include <algorithms/optimizer/PTOptimizer.h>
#include "lensdb/LensDB.h"
#include "base_wx/wxLensDB.h"
#include "panodata/StandardImageVariableGroups.h"
Include dependency graph for LensCalFrame.cpp:

Go to the source code of this file.

Macros

#define DEFAULT_LENSCAL_SCALE   2.0
 
#define DEFAULT_LENSCAL_THRESHOLD   4.0
 
#define DEFAULT_RESIZE_DIMENSION   1600
 
#define DEFAULT_MINLINELENGTH   0.3
 

Variables

const unsigned int cps_per_line =10
 

Detailed Description

implementation of LensCal main frame class

Author
T. Modes

Definition in file LensCalFrame.cpp.

Macro Definition Documentation

#define DEFAULT_LENSCAL_SCALE   2.0

Definition at line 47 of file LensCalFrame.cpp.

Referenced by LensCalFrame::LensCalFrame(), and LensCalFrame::OnReset().

#define DEFAULT_LENSCAL_THRESHOLD   4.0

Definition at line 48 of file LensCalFrame.cpp.

Referenced by LensCalFrame::LensCalFrame(), and LensCalFrame::OnReset().

#define DEFAULT_MINLINELENGTH   0.3

Definition at line 50 of file LensCalFrame.cpp.

Referenced by LensCalFrame::LensCalFrame(), and LensCalFrame::OnReset().

#define DEFAULT_RESIZE_DIMENSION   1600

Definition at line 49 of file LensCalFrame.cpp.

Referenced by LensCalFrame::LensCalFrame(), and LensCalFrame::OnReset().

Variable Documentation

const unsigned int cps_per_line =10

Definition at line 45 of file LensCalFrame.cpp.

Referenced by LensCalFrame::GetPanorama().