00001 // -*- c-basic-offset: 4 -*- 00010 /* 00011 * This is free software; you can redistribute it and/or 00012 * modify it under the terms of the GNU General Public 00013 * License as published by the Free Software Foundation; either 00014 * version 2 of the License, or (at your option) any later version. 00015 * 00016 * This software is distributed in the hope that it will be useful, 00017 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00018 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00019 * Lesser General Public License for more details. 00020 * 00021 * You should have received a copy of the GNU General Public 00022 * License along with this software; if not, write to the Free Software 00023 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 00024 * 00025 */ 00026 00027 #ifndef WXLENSDB_H 00028 #define WXLENSDB_H 00029 00030 #include <hugin_shared.h> 00031 #include "panoinc_WX.h" 00032 #include "panoinc.h" 00033 00041 WXIMPEX bool ApplyLensDBParameters(wxWindow * parent, PT::Panorama *pano, HuginBase::UIntSet images, PT::PanoCommand*& cmd); 00042 00048 WXIMPEX bool SaveLensParameters(wxWindow * parent, const HuginBase::SrcPanoImage& img, bool includeVignetting=true); 00053 WXIMPEX bool SaveCameraCropFactor(wxWindow * parent, const HuginBase::SrcPanoImage& img); 00054 00055 #endif // WXLENSDB_H
1.3.9.1