#include <config.h>
#include "panoinc_WX.h"
#include "panoinc.h"
#include <time.h>
#include "base_wx/platform.h"
#include "base_wx/wxPlatform.h"
#include <vector>
#include <map>
#include "hugin/ImagesPanel.h"
#include "hugin/CommandHistory.h"
#include "hugin/TextKillFocusHandler.h"
#include "hugin/CPEditorPanel.h"
#include "hugin/ImagesList.h"
#include "hugin/MainFrame.h"
#include "hugin/huginApp.h"
#include "icpfind/AutoCtrlPointCreator.h"
#include "hugin/config_defaults.h"
#include "base_wx/MyProgressDialog.h"
#include "base_wx/PTWXDlg.h"
#include <PT/PTOptimise.h>
#include "base_wx/LensTools.h"
#include "hugin/ImagesTree.h"
#include "panodata/OptimizerSwitches.h"
#include <panodata/StandardImageVariableGroups.h>
Include dependency graph for ImagesPanel.cpp:

Go to the source code of this file.
Functions | |
| EVT_TREE_SEL_CHANGED (XRCID("images_tree_ctrl"), ImagesPanel::OnSelectionChanged) EVT_CHOICE(XRCID("images_lens_type") | |
| ImagesPanel::OnLensTypeChanged | EVT_CHOICE (XRCID("images_group_mode"), ImagesPanel::OnGroupModeChanged) EVT_RADIOBOX(XRCID("images_column_radiobox") |
| ImagesPanel::OnLensTypeChanged ImagesPanel::OnDisplayModeChanged | EVT_CHOICE (XRCID("images_optimize_mode"), ImagesPanel::OnOptimizerSwitchChanged) EVT_CHOICE(XRCID("images_photo_optimize_mode") |
| ImagesPanel::OnLensTypeChanged ImagesPanel::OnDisplayModeChanged ImagesPanel::OnPhotometricOptimizerSwitchChanged | EVT_TEXT_ENTER (XRCID("images_focal_length"), ImagesPanel::OnFocalLengthChanged) EVT_TEXT_ENTER(XRCID("images_crop_factor") |
| ImagesPanel::OnLensTypeChanged ImagesPanel::OnDisplayModeChanged ImagesPanel::OnPhotometricOptimizerSwitchChanged ImagesPanel::OnCropFactorChanged | EVT_TEXT_ENTER (XRCID("images_overlap"), ImagesPanel::OnMinimumOverlapChanged) EVT_TEXT_ENTER(XRCID("images_maxev") |
| ImagesPanel::OnLensTypeChanged ImagesPanel::OnDisplayModeChanged ImagesPanel::OnPhotometricOptimizerSwitchChanged ImagesPanel::OnCropFactorChanged ImagesPanel::OnMaxEvDiffChanged | EVT_BUTTON (XRCID("images_feature_matching"), ImagesPanel::CPGenerate) EVT_BUTTON(XRCID("images_optimize") |
| ImagesPanel::OnLensTypeChanged ImagesPanel::OnDisplayModeChanged ImagesPanel::OnPhotometricOptimizerSwitchChanged ImagesPanel::OnCropFactorChanged ImagesPanel::OnMaxEvDiffChanged ImagesPanel::OnOptimizeButton | EVT_BUTTON (XRCID("images_photo_optimize"), ImagesPanel::OnPhotometricOptimizeButton) ImagesPanel |
| void | DeleteClientData (wxChoice *cb) |
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this software; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Definition in file ImagesPanel.cpp.
|
|
Definition at line 170 of file ImagesPanel.cpp. Referenced by ImagesPanel::FillGroupChoice(), ImagesPanel::FillOptimizerChoice(), and ImagesPanel::~ImagesPanel(). |
|
||||||||||||
|
Definition at line 75 of file ImagesPanel.cpp. |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
1.3.9.1