|
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.
|
TimerClass * | T |
| 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.
|
Stores global state and parameters and other flags.