ProcessArgs.
ProcessArgs takes command line arguments and modifies the given StereoAcquisitionParams object accordingly.
- Parameters
-
[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. |
- Returns
- true if the arguments are valid, false otherwise.
ProcessArgs takes command line arguments and modifies the given StereoAcquisitionParams object accordingly.
- Parameters
-
[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. |
- Returns
- true if the arguments are valid, false otherwise.