hugin1/hugin/AutoCtrlPointCreator.cpp File Reference
implementation of AutoCtrlPointCreator Class More...
#include <config.h>
#include "panoinc_WX.h"
#include "panoinc.h"
#include <fstream>
#include "PT/Panorama.h"
#include "PT/ImageGraph.h"
#include "hugin/huginApp.h"
#include "hugin/config_defaults.h"
#include "hugin/AutoCtrlPointCreator.h"
#include "hugin/CommandHistory.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 "common/wxPlatform.h"
#include <wx/utils.h>
#include <wx/cmdline.h>
Include dependency graph for AutoCtrlPointCreator.cpp:

Classes | |
| struct | img_ev |
| struct | stack_img |
Functions | |
| wxString | GetProgPath (wxString progName) |
| bool | CanStartProg (wxString progName, wxWindow *parent) |
| void | RemoveKeyfiles (vector< wxString > &keyFiles) |
| bool | sort_img_ev (img_ev i1, img_ev i2) |
| void | AddControlPointsWithCheck (CPVector &cpv, CPVector &new_cp, Panorama *pano=NULL) |
Detailed Description
implementation of AutoCtrlPointCreator 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