Points&Forces (survey)
Software tools facilitating the task of surveying architecture
Classes | Enumerations | Functions | Variables
im2li.cxx File Reference
#include <iostream>
#include <sstream>
#include <vil/vil_load.h>
#include <vil/vil_convert.h>
#include <vil/vil_image_view.h>
#include <vil1/vil1_vil.h>
#include <vil1/vil1_memory_image_of.h>
#include <osl/osl_canny_ox_params.h>
#include <osl/osl_canny_ox.h>
#include "vtkKochanekSpline.h"
#include "SimpleOpt.h"
#include "im2li.help"
+ Include dependency graph for im2li.cxx:

Go to the source code of this file.

Classes

class  a_line
 

Enumerations

enum  { OPT_HELP , OPT_SIGMA , OPT_SPLINE , OPT_VERBOSE }
 

Functions

std::ostream & operator<< (std::ostream &o, const a_line &l)
 
int error (int val)
 
double round (double val)
 
int main (int argc, char **argv)
 

Variables

CSimpleOpt::SOption g_rgOptions []
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
OPT_HELP 
OPT_SIGMA 
OPT_SPLINE 
OPT_VERBOSE 

Definition at line 30 of file im2li.cxx.

Function Documentation

◆ error()

int error ( int  val)

Definition at line 70 of file im2li.cxx.

+ Here is the caller graph for this function:

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 81 of file im2li.cxx.

+ Here is the call graph for this function:

◆ operator<<()

std::ostream& operator<< ( std::ostream &  o,
const a_line l 
)

Definition at line 64 of file im2li.cxx.

◆ round()

double round ( double  val)

Definition at line 76 of file im2li.cxx.

+ Here is the caller graph for this function:

Variable Documentation

◆ g_rgOptions

CSimpleOpt::SOption g_rgOptions[]
Initial value:
= {
{ OPT_SIGMA, _T("-s"), SO_REQ_SEP },
{ OPT_SIGMA, _T("--sigma"), SO_REQ_SEP },
{ OPT_SPLINE, _T("-r"), SO_REQ_SEP },
{ OPT_SPLINE, _T("--regularize"), SO_REQ_SEP },
{ OPT_VERBOSE, _T("-v"), SO_NONE },
{ OPT_VERBOSE, _T("--verbose"), SO_NONE },
{ OPT_HELP, _T("-?"), SO_NONE },
{ OPT_HELP, _T("-h"), SO_NONE },
{ OPT_HELP, _T("--help"), SO_NONE },
SO_END_OF_OPTIONS
}
@ OPT_SPLINE
Definition: im2li.cxx:30
@ OPT_VERBOSE
Definition: im2li.cxx:30
@ OPT_HELP
Definition: im2li.cxx:30
@ OPT_SIGMA
Definition: im2li.cxx:30

Definition at line 32 of file im2li.cxx.