Added Aruco/MaxDepthError parameter

This commit is contained in:
matlabbe
2019-03-01 18:34:49 -05:00
parent c272f9538a
commit 530da08145
5 changed files with 73 additions and 80 deletions

View File

@@ -1219,6 +1219,7 @@ PreferencesDialog::PreferencesDialog(QWidget * parent) :
// Aruco marker
_ui->ArucoDictionary->setObjectName(Parameters::kArucoDictionary().c_str());
_ui->ArucoMarkerLength->setObjectName(Parameters::kArucoMarkerLength().c_str());
_ui->ArucoMaxDepthError->setObjectName(Parameters::kArucoMaxDepthError().c_str());
_ui->ArucoVarianceLinear->setObjectName(Parameters::kArucoVarianceLinear().c_str());
_ui->ArucoVarianceAngular->setObjectName(Parameters::kArucoVarianceAngular().c_str());
_ui->ArucoCornerRefinementMethod->setObjectName(Parameters::kArucoCornerRefinementMethod().c_str());