Points&Forces (survey)
Software tools facilitating the task of surveying architecture
Classes | Enumerations | Functions | Variables
radial.cxx File Reference
#include <osl/osl_fit_circle.h>
#include <osl/osl_easy_canny.h>
#include <osl/osl_save_topology.h>
#include <vil1/vil1_load.h>
#include <list>
#include <vector>
#include <iostream>
#include <vnl/vnl_least_squares_function.h>
#include <vnl/algo/vnl_levenberg_marquardt.h>
#include <mvl/HMatrix2D.h>
#include <mvl/HMatrix2DComputeLinear.h>
#include <math.h>
#include <stdlib.h>
#include "a_point.h"
#include "SimpleOpt.h"
#include "radial.help"
+ Include dependency graph for radial.cxx:

Go to the source code of this file.

Classes

class  a_radial_function
 camera solver with radial distortions More...
 

Enumerations

enum  {
  OPT_HELP , OPT_NX , OPT_NY , OPT_DATA ,
  OPT_RATIO , OPT_TOL
}
 

Functions

int error (int val)
 camera solver with radial distortions More...
 
int main (int argc, char *argv[])
 

Variables

CSimpleOpt::SOption g_rgOptions []
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
OPT_HELP 
OPT_NX 
OPT_NY 
OPT_DATA 
OPT_RATIO 
OPT_TOL 

Definition at line 33 of file radial.cxx.

Function Documentation

◆ error()

int error ( int  val)

camera solver with radial distortions

Definition at line 99 of file radial.cxx.

+ Here is the caller graph for this function:

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 105 of file radial.cxx.

+ Here is the call graph for this function:

Variable Documentation

◆ g_rgOptions

CSimpleOpt::SOption g_rgOptions[]
Initial value:
= {
{ OPT_NX, _T("-nx"), SO_REQ_SEP },
{ OPT_NY, _T("-ny"), SO_REQ_SEP },
{ OPT_RATIO, _T("-r"), SO_REQ_SEP },
{ OPT_RATIO, _T("--ratio"), SO_REQ_SEP },
{ OPT_TOL, _T("-t"), SO_REQ_SEP },
{ OPT_TOL, _T("--tolerance"), SO_REQ_SEP },
{ OPT_DATA, _T("-d"), SO_NONE },
{ OPT_DATA, _T("--data"), SO_NONE },
{ OPT_HELP, _T("-?"), SO_NONE },
{ OPT_HELP, _T("-h"), SO_NONE },
{ OPT_HELP, _T("--help"), SO_NONE },
SO_END_OF_OPTIONS
}
@ OPT_NY
Definition: radial.cxx:33
@ OPT_TOL
Definition: radial.cxx:33
@ OPT_NX
Definition: radial.cxx:33
@ OPT_HELP
Definition: radial.cxx:33
@ OPT_DATA
Definition: radial.cxx:33
@ OPT_RATIO
Definition: radial.cxx:33

Definition at line 35 of file radial.cxx.