#include <options.h>
List of all members.
Detailed Description
The options class contains a basic interface for accessing information stored in configuration files.
A configuration file as written in plain text with one line per option. The first word of the line is the name of the option, while the rest of the line should contain the value of the option. As an example, the following text could be the contents of a configuration file.
In this case the file contains three options, all having string values.
Constructor & Destructor Documentation
Constructor for the options class. This class contains the information stored in configuration files. The information is read from the configuration file once by the constructor and the file is never touched again.
In general function names correspond to the name of the options in the configuration file.
- Parameters:
-
[in] | filename | The name of the configuration file. |
Member Function Documentation
double options::bone_size |
( |
const std::string |
name |
) |
const |
double options::convex_lambda |
( |
|
) |
const |
double options::data_scaling |
( |
|
) |
const |
int options::data_start_idx |
( |
|
) |
const |
A string in printf format with the path of the file containing the data to be analysed. The string should allow for one integer to be insterted by printf. This integer will correspond to the number of the current frame.
As an example, the following
Movies3D/triangles/stick2_060110/stick2_060110_%.3d.points
is a valid string for this option.
const std::string & options::depth_background |
( |
|
) |
const |
double options::depth_threshold |
( |
|
) |
const |
const matrix3 & options::external_rotation |
( |
|
) |
const |
const vector3 & options::external_translation |
( |
|
) |
const |
bool options::extrapolate |
( |
|
) |
const |
const matrix3 & options::intrinsic_matrix |
( |
|
) |
const |
const std::string & options::kinect_calibration |
( |
|
) |
const |
int options::measure_downsampling |
( |
|
) |
const |
double options::measure_threshold |
( |
|
) |
const |
double options::measure_variance |
( |
|
) |
const |
int options::num_particles |
( |
|
) |
const |
double options::pred_noise |
( |
|
) |
const |
The documentation for this class was generated from the following files:
- /home/hauberg/Dokumenter/Capture/humim-tracker-0.1/src/options.h
- /home/hauberg/Dokumenter/Capture/humim-tracker-0.1/src/options.cc