DBViewer: fixed StereoSGBM panel not shown. Odometry: fixed Odom/GuessSmoothingDelay type

This commit is contained in:
matlabbe
2020-05-31 13:26:54 -04:00
parent d5cfd8013d
commit caffb56246
2 changed files with 2 additions and 1 deletions

View File

@@ -90,7 +90,7 @@ private:
bool _force3DoF;
bool _holonomic;
bool guessFromMotion_;
bool guessSmoothingDelay_;
float guessSmoothingDelay_;
int _filteringStrategy;
int _particleSize;
float _particleNoiseT;