#include <GpuVis_Options.h>
Public Member Functions | |
GpuVis_Options () | |
Constructor. | |
~GpuVis_Options () | |
Destructor. | |
void | setCGShadersDirPath (char *directory) |
Set Shader Path. | |
void | setMiscOptions (bool subTiming, bool verbose, int windowWidth, int windowHeight, int nFrames, int nLevels, int search_range) |
Set other Parameters. | |
Public Attributes | |
char | _CGdirectory [64] |
Folder where all CG shaders are located. | |
bool | _enableTiming |
Flag indicates if substeps will be timed. | |
bool | _verbose |
Flag indicates verbosity of output. | |
int | _nLevels |
Store info for so many video frames in GPU memory. num levels in pyramid. | |
int | winH |
GPU VIS library needs image size as it has to call glutCreateWindow(..). | |
int | _klt_search_range |
Pixel range in which to search for features while tracking. | |
int | _kltwin |
KLT Window Size. | |
int | _kltborder |
Window Border Size to be avoided. | |
int | _kltnumfeats |
Number of features. | |
float | _klteigenthreshold |
Eigen Value threshold for Cornerness. | |
int | _kltmindist |
Minimum Distance between KLT features. | |
int | _kltiterations |
Number of track iterations within the same klt_pyramid level. |
Created during startup and used for initializing the GPU VIS Computor.
|
Set other Parameters.
|