cloudFromDisparity(): adjusting decimation if not valid with current image size. Standalone: ask user to set other parameters to default if some were set on command line.

This commit is contained in:
matlabbe
2017-04-28 11:43:27 -04:00
parent 1ea94c0356
commit 14baca125d
4 changed files with 58 additions and 6 deletions

View File

@@ -131,7 +131,7 @@ public:
rtabmap::ParametersMap getAllParameters() const;
std::string getParameter(const std::string & key) const;
void updateParameters(const ParametersMap & parameters);
void updateParameters(const ParametersMap & parameters, bool setOtherParametersToDefault = false);
//General panel
int getGeneralLoggerLevel() const;