|
Hugintrunk
0.1
|
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 "base_wx/wxutils.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"
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 |
implementation of LensCal main frame class
Definition in file LensCalFrame.cpp.
| #define DEFAULT_LENSCAL_SCALE 2.0 |
Definition at line 48 of file LensCalFrame.cpp.
Referenced by LensCalFrame::LensCalFrame(), and LensCalFrame::OnReset().
| #define DEFAULT_LENSCAL_THRESHOLD 4.0 |
Definition at line 49 of file LensCalFrame.cpp.
Referenced by LensCalFrame::LensCalFrame(), and LensCalFrame::OnReset().
| #define DEFAULT_MINLINELENGTH 0.3 |
Definition at line 51 of file LensCalFrame.cpp.
Referenced by LensCalFrame::LensCalFrame(), and LensCalFrame::OnReset().
| #define DEFAULT_RESIZE_DIMENSION 1600 |
Definition at line 50 of file LensCalFrame.cpp.
Referenced by LensCalFrame::LensCalFrame(), and LensCalFrame::OnReset().
| const unsigned int cps_per_line =10 |
Definition at line 46 of file LensCalFrame.cpp.
Referenced by LensCalFrame::GetPanorama().
1.8.5