Preferences: fixed SuperGlue/Indoor widget not found

This commit is contained in:
matlabbe
2020-05-11 14:10:49 -04:00
parent d2673ed2fa
commit 1b675c3dcb

View File

@@ -969,7 +969,7 @@ PreferencesDialog::PreferencesDialog(QWidget * parent) :
_ui->sgpytorch_matchThreshold->setObjectName(Parameters::kSuperGlueMatchThreshold().c_str());
_ui->sgpytorch_iterations->setObjectName(Parameters::kSuperGlueIterations().c_str());
_ui->checkBox_sgpytorch_cuda->setObjectName(Parameters::kSuperGlueCuda().c_str());
_ui->checkBox_sgpytorch_indoor->setObjectName(Parameters::kSuperGlueCuda().c_str());
_ui->checkBox_sgpytorch_indoor->setObjectName(Parameters::kSuperGlueIndoor().c_str());
// GMS
_ui->checkBox_gms_withRotation->setObjectName(Parameters::kGMSWithRotation().c_str());