mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 10:00:23 +08:00
Added Bundle Adjustment options to OdometryF2M (OdomF2M/BundleAdjustment) and RegistrationVis (Vis/BundleAdjustment). Added logger thread filter. RegistrationVis: Copy back corresponding input word IDs to output words when available. Memory::computeTransform() added option to use already computed corespondences if possible (proximity detection by time uses this). Updated Optimizer::optimizeBA() interface.
This commit is contained in:
@@ -169,6 +169,7 @@ MainWindow::MainWindow(PreferencesDialog * prefDialog, QWidget * parent) :
|
||||
_firstCall(true),
|
||||
_progressCanceled(false)
|
||||
{
|
||||
ULogger::registerCurrentThread("MainWindow");
|
||||
UDEBUG("");
|
||||
|
||||
initGuiResource();
|
||||
@@ -3474,6 +3475,7 @@ void MainWindow::applyPrefSettings(PreferencesDialog::PANEL_FLAGS flags)
|
||||
(_preferencesDialog->getWorkingDirectory()+QDir::separator()+LOG_FILE_NAME).toStdString(), true);
|
||||
ULogger::setPrintTime(_preferencesDialog->getGeneralLoggerPrintTime());
|
||||
ULogger::setPrintThreadId(_preferencesDialog->getGeneralLoggerPrintThreadId());
|
||||
ULogger::setTreadIdFilter(_preferencesDialog->getGeneralLoggerThreads());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user