Added Parameters::parseArguments() and Parameters::showUsage() functions for convenience. Updated OdometryViewer and Console tools to use parseArguments().

This commit is contained in:
matlabbe
2016-03-11 16:54:54 -05:00
parent 33525b292f
commit 0ae17ff17d
13 changed files with 363 additions and 667 deletions

View File

@@ -37,6 +37,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
class QSpinBox;
class QDoubleSpinBox;
class QLabel;
class QCheckBox;
namespace rtabmap {
@@ -77,6 +78,9 @@ private:
QDoubleSpinBox * voxelSpin_;
QSpinBox * decimationSpin_;
QDoubleSpinBox * maxDepthSpin_;
QCheckBox * cloudShown_;
QCheckBox * scanShown_;
QCheckBox * featuresShown_;
QLabel * timeLabel_;
int validDecimationValue_;
};