Options Class Reference

Global State and Parameters used to initialize Vision Computor. More...

#include <options.h>

List of all members.

Public Member Functions

 Options ()
 ~Options ()
void printOptions ()
void usage (int argc, char **argv)
 Test Program Usage.
void parseArguments (int argc, char **argv)
 parse cmdline arguments.
void passArguments (GpuVis_Options &gopt)
 pass the relevant parameters to the GPU Library (Some Values are Hardcoded here)

Public Attributes

bool sequenceInput
 Flag indicates whether input is image or image_sequence.
char infile [MAX_STR_LEN]
 Input Image Filename.
char imgPrefix [MAX_STR_LEN]
 Input Image Filename Prefix.
char imgSuffix [16]
 Input Image Filename Suffix.
int currentImage
 Parameters needed for reading Image Sequences.
char ** filenames
 Generated Filenames for Image Sequence.
char CGdir [MAX_STR_LEN]
 CG Folder Location.
TimerClassT
 Timer for internal timing.
char imgFormat
 Image Format.
bool verbose
 Flag indicates verbosity of output.
bool subTiming
 Flag inidicates if substeps will be timed.
int levels
 number of levels in pyramid
int search_range
 search range for KLT features.
bool displayCorners
 If true, show the corners.


Detailed Description

Global State and Parameters used to initialize Vision Computor.

Stores global state and parameters and other flags.


Constructor & Destructor Documentation

Options::Options  )  [inline]
 

Constructor

Options::~Options  )  [inline]
 

Desctructor


Member Function Documentation

void Options::parseArguments int  argc,
char **  argv
 

parse cmdline arguments.

Parse Arguments at Cmd Line.

void Options::passArguments GpuVis_Options gopt  ) 
 

pass the relevant parameters to the GPU Library (Some Values are Hardcoded here)

Pass Arguments to GpuVis class

void Options::printOptions  ) 
 

Print Options

void Options::usage int  argc,
char **  argv
 

Test Program Usage.

Print Usage


The documentation for this class was generated from the following files:
Generated on Sat Apr 15 01:22:18 2006 for GpuVis by  doxygen 1.4.6-NO