mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
OdometryEvent: fixed velocity() returning always empty. Export: added options to filter blurred cameras based on laplacian threshold or velocity (#225).
This commit is contained in:
@@ -67,6 +67,7 @@ class StatsToolBox;
|
||||
class ProgressDialog;
|
||||
class TwistGridWidget;
|
||||
class ExportCloudsDialog;
|
||||
class ExportBundlerDialog;
|
||||
class PostProcessingDialog;
|
||||
class DepthCalibrationDialog;
|
||||
class DataRecorder;
|
||||
@@ -265,6 +266,7 @@ private:
|
||||
PreferencesDialog * _preferencesDialog;
|
||||
AboutDialog * _aboutDialog;
|
||||
ExportCloudsDialog * _exportCloudsDialog;
|
||||
ExportBundlerDialog * _exportBundlerDialog;
|
||||
PostProcessingDialog * _postProcessingDialog;
|
||||
DepthCalibrationDialog * _depthCalibrationDialog;
|
||||
DataRecorder * _dataRecorder;
|
||||
|
||||
Reference in New Issue
Block a user