mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 01:50:24 +08:00
Disabled FAST parameters OpenCV2 related parameters in OpenCV3
This commit is contained in:
@@ -171,6 +171,11 @@ PreferencesDialog::PreferencesDialog(QWidget * parent) :
|
||||
_ui->reextract_type->setItemData(6, 0, Qt::UserRole - 1);
|
||||
#endif
|
||||
}
|
||||
|
||||
#if CV_MAJOR_VERSION == 3
|
||||
_ui->groupBox_fast_opencv2->setEnabled(false);
|
||||
#endif
|
||||
|
||||
_ui->comboBox_cameraImages_gtFormat->setItemData(4, 0, Qt::UserRole - 1);
|
||||
if(!Optimizer::isAvailable(Optimizer::kTypeG2O))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user