Hugintrunk
0.1
|
program to remove wrong control points by statistical method More...
#include <fstream>
#include <sstream>
#include <getopt.h>
#include <algorithms/optimizer/PTOptimizer.h>
#include <algorithms/optimizer/ImageGraph.h>
#include <algorithms/control_points/CleanCP.h>
#include "panotools/PanoToolsInterface.h"
Go to the source code of this file.
Functions | |
static void | usage (const char *name) |
static int | ptProgress (int command, char *argument) |
static int | ptinfoDlg (int command, char *argument) |
int | main (int argc, char *argv[]) |
program to remove wrong control points by statistical method
the algorithm is based on ptoclean by Bruno Postle
$Id$
Definition in file cpclean.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 82 of file cpclean.cpp.
References HuginBase::getCPoutsideLimit(), HuginBase::getCPoutsideLimit_pair(), HuginBase::Panorama::getNrOfCtrlPoints(), HuginBase::Panorama::getNrOfImages(), hugin_utils::GetOutputFilename(), hugin_utils::getPathPrefix(), HuginGraph::ImageGraph::IsConnected(), ptinfoDlg(), ptProgress(), HuginBase::Panorama::ReadPTOFile(), HuginBase::Panorama::removeCtrlPoint(), hugin_utils::stripPath(), usage(), and HuginBase::Panorama::WritePTOFile().
|
static |
Definition at line 77 of file cpclean.cpp.
Referenced by main().
|
static |
Definition at line 72 of file cpclean.cpp.
Referenced by main().
|
static |
Definition at line 40 of file cpclean.cpp.
References hugin_utils::GetHuginVersion().