#include <config.h>
#include "panoinc_WX.h"
#include "panoinc.h"
#include <fstream>
#include "PT/Panorama.h"
#include "PT/ImageGraph.h"
#include <hugin_utils/platform.h>
#include <wx/app.h>
#include "hugin/config_defaults.h"
#include "icpfind/AutoCtrlPointCreator.h"
#include <algorithms/optimizer/PTOptimizer.h>
#include <algorithms/basic/CalculateOverlap.h>
#include "base_wx/MyExternalCmdExecDialog.h"
#include "base_wx/platform.h"
#include "base_wx/huginConfig.h"
#include "base_wx/wxPlatform.h"
#include <wx/utils.h>
#include <wx/cmdline.h>
Include dependency graph for AutoCtrlPointCreator.cpp:

Go to the source code of this file.
Classes | |
| struct | img_ev |
| struct | stack_img |
Functions | |
| void | CPMessage (const wxString message, const wxString caption, wxWindow *parent) |
| int | CPExecute (wxString prog, wxString args, wxString caption, wxWindow *parent) |
| wxString | GetProgPath (wxString progName) |
| bool | CanStartProg (wxString progName, wxWindow *parent) |
| bool | sort_img_ev (img_ev i1, img_ev i2) |
| void | AddControlPointsWithCheck (CPVector &cpv, CPVector &new_cp, Panorama *pano=NULL) |
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 AutoCtrlPointCreator.cpp.
|
||||||||||||||||
|
Definition at line 782 of file AutoCtrlPointCreator.cpp. Referenced by AutoPanoSiftPreAlign::automatch(), AutoPanoSiftMultiRowStack::automatch(), AutoPanoSiftMultiRow::automatch(), and AutoPanoSiftStack::automatch(). |
|
||||||||||||
|
Definition at line 215 of file AutoCtrlPointCreator.cpp. References CPMessage(), and getExePath(). Referenced by AutoCtrlPointCreator::automatch(). |
|
||||||||||||||||||||
|
Definition at line 79 of file AutoCtrlPointCreator.cpp. References MyExecuteCommandOnDialog(). Referenced by AutoPanoKolor::automatch(), AutoPanoSift::automatch(), and AutoCtrlPointCreator::Cleanup(). |
|
||||||||||||||||
|
Definition at line 67 of file AutoCtrlPointCreator.cpp. Referenced by AutoPanoKolor::automatch(), AutoPanoSift::automatch(), and CanStartProg(). |
|
|
Definition at line 190 of file AutoCtrlPointCreator.cpp. References getExePath(). Referenced by AutoPanoSift::automatch(), and AutoCtrlPointCreator::Cleanup(). |
|
||||||||||||
|
Definition at line 780 of file AutoCtrlPointCreator.cpp. References img_ev::ev. |
1.3.9.1