hugin1/hugin/OptimizePhotometricPanel.cpp File Reference
implementation of OptimizePhotometricPanel More...
#include <config.h>
#include "panoinc_WX.h"
#include "panoinc.h"
#include "common/stl_utils.h"
#include <PT/RandomPointSampler.h>
#include <PT/PhotometricOptimizer.h>
#include <PT/PTOptimise.h>
#include "hugin/OptimizePhotometricPanel.h"
#include "hugin/CommandHistory.h"
#include "hugin/MainFrame.h"
#include "base_wx/MyProgressDialog.h"
#include "hugin/config_defaults.h"
#include "base_wx/ImageCache.h"
Include dependency graph for OptimizePhotometricPanel.cpp:

Enumerations | |
| enum | OptimizeMode { OPT_LDR = 0, OPT_LDR_WB, OPT_HDR, OPT_HDR_WB, OPT_CUSTOM, OPT_END_MARKER } |
Functions | |
| EVT_BUTTON (XRCID("optimize_photo_frame_optimize"), OptimizePhotometricPanel::OnOptimizeButton) EVT_BUTTON(XRCID("opt_exp_select") | |
| OptimizePhotometricPanel::OnSelExposure | EVT_BUTTON (XRCID("opt_exp_clear"), OptimizePhotometricPanel::OnDelExposure) EVT_BUTTON(XRCID("opt_wb_select") |
| OptimizePhotometricPanel::OnSelExposure OptimizePhotometricPanel::OnSelWB | EVT_BUTTON (XRCID("opt_wb_clear"), OptimizePhotometricPanel::OnDelWB) EVT_CHOICE(XRCID("optimize_photo_panel_mode") |
Detailed Description
implementation of OptimizePhotometricPanel
- 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
Enumeration Type Documentation
|
|
|
Function Documentation
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
1.3.9.1