Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
cpclean.cpp File Reference

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"
Include dependency graph for cpclean.cpp:

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[])
 

Detailed Description

program to remove wrong control points by statistical method

the algorithm is based on ptoclean by Bruno Postle

Author
Thomas Modes

$Id$

Definition in file cpclean.cpp.

Function Documentation

int main ( int  argc,
char *  argv[] 
)
static int ptinfoDlg ( int  command,
char *  argument 
)
static

Definition at line 77 of file cpclean.cpp.

Referenced by main().

static int ptProgress ( int  command,
char *  argument 
)
static

Definition at line 72 of file cpclean.cpp.

Referenced by main().

static void usage ( const char *  name)
static

Definition at line 40 of file cpclean.cpp.

References hugin_utils::GetHuginVersion().