hugin1/hugin/AssistantPanel.cpp File Reference
implementation of AssistantPanel Class More...
#include <config.h>
#include "panoinc_WX.h"
#include "panoinc.h"
#include "base_wx/platform.h"
#include "common/stl_utils.h"
#include <map>
#include <PT/RandomPointSampler.h>
#include <PT/PhotometricOptimizer.h>
#include <PT/PTOptimise.h>
#include "common/wxPlatform.h"
#include "hugin/AssistantPanel.h"
#include "hugin/CommandHistory.h"
#include "base_wx/ImageCache.h"
#include "hugin/ImagesList.h"
#include "hugin/LensPanel.h"
#include "hugin/MainFrame.h"
#include "hugin/huginApp.h"
#include "hugin/AutoCtrlPointCreator.h"
#include "hugin/TextKillFocusHandler.h"
#include "base_wx/PTWXDlg.h"
#include "base_wx/MyProgressDialog.h"
#include "hugin/HFOVDialog.h"
#include "hugin/config_defaults.h"
#include <algorithms/control_points/CleanCP.h>
#include "Celeste.h"
#include "CelesteGlobals.h"
#include "Utilities.h"
Include dependency graph for AssistantPanel.cpp:

Functions | |
| EVT_CHECKBOX (XRCID("ass_exif_cb"), AssistantPanel::OnExifToggle) EVT_CHOICE(XRCID("ass_lens_proj_choice") | |
| AssistantPanel::OnLensTypeChanged | EVT_TEXT_ENTER (XRCID("ass_focallength_text"), AssistantPanel::OnFocalLengthChanged) EVT_TEXT_ENTER(XRCID("ass_cropfactor_text") |
| AssistantPanel::OnLensTypeChanged AssistantPanel::OnCropFactorChanged | EVT_BUTTON (XRCID("ass_load_lens_button"), AssistantPanel::OnLoadLens) EVT_BUTTON(XRCID("ass_load_images_button") |
| AssistantPanel::OnLensTypeChanged AssistantPanel::OnCropFactorChanged AssistantPanel::OnLoadImages | EVT_BUTTON (XRCID("ass_align_button"), AssistantPanel::OnAlign) EVT_BUTTON(XRCID("ass_create_button") |
Detailed Description
implementation of AssistantPanel Class
- Author:
- Pablo d'Angelo <pablo.dangelo@web.de>
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
Function Documentation
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
1.3.9.1