Classes | |
| struct | StereoAcquisitionParams |
Functions | |
| bool | ProcessArgs (int argc, char *argv[], StereoAcquisitionParams ¶ms) |
| ProcessArgs. More... | |
| void | DisplayHelp (const std::string &pszProgramName, const StereoAcquisitionParams ¶ms) |
| void DisplayHelp | ( | const std::string & | pszProgramName, |
| const StereoAcquisitionParams & | params | ||
| ) |
| bool ProcessArgs | ( | int | argc, |
| char * | argv[], | ||
| StereoAcquisitionParams & | params | ||
| ) |
ProcessArgs.
ProcessArgs takes command line arguments and modifies the given StereoAcquisitionParams object accordingly.
| [in] | argc | The number of arguments passed to the program. |
| [in] | argv | The command line arguments passed to the program. |
| [in,out] | params | A StereoAcquisitionParams object to be modified by the function. |