Hugin trunk 0.1
Loading...
Searching...
No Matches
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

◆ main()

int main ( int  argc,
char argv[] 
)

◆ ptinfoDlg()

static int ptinfoDlg ( int  command,
char argument 
)
static

Definition at line 77 of file cpclean.cpp.

Referenced by main().

◆ ptProgress()

static int ptProgress ( int  command,
char argument 
)
static

Definition at line 72 of file cpclean.cpp.

Referenced by main().

◆ usage()

static void usage ( const char name)
static

Definition at line 40 of file cpclean.cpp.

References hugin_utils::GetHuginVersion().