| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527 |
- /********************************************************************************
- ** Form generated from reading UI file 'camSensorProjectDlg.ui'
- **
- ** Created by: Qt User Interface Compiler version 5.15.10
- **
- ** WARNING! All changes made in this file will be lost when recompiling UI file!
- ********************************************************************************/
- #ifndef UI_CAMSENSORPROJECTDLG_H
- #define UI_CAMSENSORPROJECTDLG_H
- #include <QtCore/QVariant>
- #include <QtWidgets/QApplication>
- #include <QtWidgets/QCheckBox>
- #include <QtWidgets/QDialog>
- #include <QtWidgets/QDialogButtonBox>
- #include <QtWidgets/QDoubleSpinBox>
- #include <QtWidgets/QFormLayout>
- #include <QtWidgets/QGridLayout>
- #include <QtWidgets/QHBoxLayout>
- #include <QtWidgets/QLabel>
- #include <QtWidgets/QLineEdit>
- #include <QtWidgets/QSpacerItem>
- #include <QtWidgets/QSpinBox>
- #include <QtWidgets/QTabWidget>
- #include <QtWidgets/QTextEdit>
- #include <QtWidgets/QVBoxLayout>
- #include <QtWidgets/QWidget>
- QT_BEGIN_NAMESPACE
- class Ui_CamSensorProjectDialog
- {
- public:
- QVBoxLayout *verticalLayout;
- QTabWidget *propertiesTabWidget;
- QWidget *tabOrientation;
- QGridLayout *gridLayout_2;
- QLineEdit *y2rot;
- QLineEdit *posZEdit;
- QLabel *label_2;
- QLineEdit *x2rot;
- QLineEdit *x3rot;
- QLabel *label_8;
- QLineEdit *posXEdit;
- QLineEdit *z1rot;
- QLineEdit *z3rot;
- QLabel *label_6;
- QSpacerItem *spacerItem;
- QLineEdit *y3rot;
- QLineEdit *x1rot;
- QLabel *label_7;
- QLineEdit *posYEdit;
- QLineEdit *y1rot;
- QLineEdit *z2rot;
- QCheckBox *inWorldCSCheckBox;
- QWidget *tabOther;
- QFormLayout *formLayout;
- QLabel *label;
- QDoubleSpinBox *focalDoubleSpinBox;
- QLabel *label_5;
- QDoubleSpinBox *fovDoubleSpinBox;
- QLabel *label_13;
- QHBoxLayout *horizontalLayout;
- QSpinBox *arrayWSpinBox;
- QLabel *label_14;
- QSpinBox *arrayHSpinBox;
- QSpacerItem *horizontalSpacer;
- QLabel *label_3;
- QHBoxLayout *horizontalLayout_2;
- QDoubleSpinBox *pixWDoubleSpinBox;
- QLabel *label_15;
- QDoubleSpinBox *pixHDoubleSpinBox;
- QSpacerItem *horizontalSpacer_2;
- QLabel *label_11;
- QDoubleSpinBox *zNearDoubleSpinBox;
- QLabel *label_12;
- QDoubleSpinBox *zFarDoubleSpinBox;
- QLabel *label_4;
- QDoubleSpinBox *skewDoubleSpinBox;
- QHBoxLayout *horizontalLayout_3;
- QDoubleSpinBox *cxDoubleSpinBox;
- QLabel *label_16;
- QDoubleSpinBox *cyDoubleSpinBox;
- QSpacerItem *horizontalSpacer_3;
- QLabel *label_9;
- QWidget *tab;
- QVBoxLayout *verticalLayout_2;
- QTextEdit *distInfoTextEdit;
- QDialogButtonBox *buttonBox;
- void setupUi(QDialog *CamSensorProjectDialog)
- {
- if (CamSensorProjectDialog->objectName().isEmpty())
- CamSensorProjectDialog->setObjectName(QString::fromUtf8("CamSensorProjectDialog"));
- CamSensorProjectDialog->resize(517, 359);
- verticalLayout = new QVBoxLayout(CamSensorProjectDialog);
- verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
- propertiesTabWidget = new QTabWidget(CamSensorProjectDialog);
- propertiesTabWidget->setObjectName(QString::fromUtf8("propertiesTabWidget"));
- tabOrientation = new QWidget();
- tabOrientation->setObjectName(QString::fromUtf8("tabOrientation"));
- gridLayout_2 = new QGridLayout(tabOrientation);
- gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
- y2rot = new QLineEdit(tabOrientation);
- y2rot->setObjectName(QString::fromUtf8("y2rot"));
- y2rot->setText(QString::fromUtf8("1"));
- gridLayout_2->addWidget(y2rot, 2, 3, 1, 1);
- posZEdit = new QLineEdit(tabOrientation);
- posZEdit->setObjectName(QString::fromUtf8("posZEdit"));
- posZEdit->setText(QString::fromUtf8("0.0"));
- gridLayout_2->addWidget(posZEdit, 3, 5, 1, 1);
- label_2 = new QLabel(tabOrientation);
- label_2->setObjectName(QString::fromUtf8("label_2"));
- label_2->setAlignment(Qt::AlignCenter);
- gridLayout_2->addWidget(label_2, 0, 5, 1, 1);
- x2rot = new QLineEdit(tabOrientation);
- x2rot->setObjectName(QString::fromUtf8("x2rot"));
- x2rot->setText(QString::fromUtf8("0"));
- gridLayout_2->addWidget(x2rot, 1, 3, 1, 1);
- x3rot = new QLineEdit(tabOrientation);
- x3rot->setObjectName(QString::fromUtf8("x3rot"));
- x3rot->setText(QString::fromUtf8("0"));
- gridLayout_2->addWidget(x3rot, 1, 4, 1, 1);
- label_8 = new QLabel(tabOrientation);
- label_8->setObjectName(QString::fromUtf8("label_8"));
- label_8->setAlignment(Qt::AlignCenter);
- gridLayout_2->addWidget(label_8, 0, 4, 1, 1);
- posXEdit = new QLineEdit(tabOrientation);
- posXEdit->setObjectName(QString::fromUtf8("posXEdit"));
- posXEdit->setText(QString::fromUtf8("0.0"));
- gridLayout_2->addWidget(posXEdit, 1, 5, 1, 1);
- z1rot = new QLineEdit(tabOrientation);
- z1rot->setObjectName(QString::fromUtf8("z1rot"));
- z1rot->setText(QString::fromUtf8("0"));
- gridLayout_2->addWidget(z1rot, 3, 2, 1, 1);
- z3rot = new QLineEdit(tabOrientation);
- z3rot->setObjectName(QString::fromUtf8("z3rot"));
- z3rot->setText(QString::fromUtf8("1"));
- gridLayout_2->addWidget(z3rot, 3, 4, 1, 1);
- label_6 = new QLabel(tabOrientation);
- label_6->setObjectName(QString::fromUtf8("label_6"));
- label_6->setAlignment(Qt::AlignCenter);
- gridLayout_2->addWidget(label_6, 0, 2, 1, 1);
- spacerItem = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
- gridLayout_2->addItem(spacerItem, 5, 3, 1, 1);
- y3rot = new QLineEdit(tabOrientation);
- y3rot->setObjectName(QString::fromUtf8("y3rot"));
- y3rot->setText(QString::fromUtf8("0"));
- gridLayout_2->addWidget(y3rot, 2, 4, 1, 1);
- x1rot = new QLineEdit(tabOrientation);
- x1rot->setObjectName(QString::fromUtf8("x1rot"));
- x1rot->setText(QString::fromUtf8("1"));
- gridLayout_2->addWidget(x1rot, 1, 2, 1, 1);
- label_7 = new QLabel(tabOrientation);
- label_7->setObjectName(QString::fromUtf8("label_7"));
- label_7->setAlignment(Qt::AlignCenter);
- gridLayout_2->addWidget(label_7, 0, 3, 1, 1);
- posYEdit = new QLineEdit(tabOrientation);
- posYEdit->setObjectName(QString::fromUtf8("posYEdit"));
- posYEdit->setText(QString::fromUtf8("0.0"));
- gridLayout_2->addWidget(posYEdit, 2, 5, 1, 1);
- y1rot = new QLineEdit(tabOrientation);
- y1rot->setObjectName(QString::fromUtf8("y1rot"));
- y1rot->setText(QString::fromUtf8("0"));
- gridLayout_2->addWidget(y1rot, 2, 2, 1, 1);
- z2rot = new QLineEdit(tabOrientation);
- z2rot->setObjectName(QString::fromUtf8("z2rot"));
- z2rot->setText(QString::fromUtf8("0"));
- gridLayout_2->addWidget(z2rot, 3, 3, 1, 1);
- inWorldCSCheckBox = new QCheckBox(tabOrientation);
- inWorldCSCheckBox->setObjectName(QString::fromUtf8("inWorldCSCheckBox"));
- inWorldCSCheckBox->setChecked(true);
- gridLayout_2->addWidget(inWorldCSCheckBox, 4, 5, 1, 1);
- propertiesTabWidget->addTab(tabOrientation, QString());
- tabOther = new QWidget();
- tabOther->setObjectName(QString::fromUtf8("tabOther"));
- formLayout = new QFormLayout(tabOther);
- formLayout->setObjectName(QString::fromUtf8("formLayout"));
- label = new QLabel(tabOther);
- label->setObjectName(QString::fromUtf8("label"));
- formLayout->setWidget(0, QFormLayout::LabelRole, label);
- focalDoubleSpinBox = new QDoubleSpinBox(tabOther);
- focalDoubleSpinBox->setObjectName(QString::fromUtf8("focalDoubleSpinBox"));
- focalDoubleSpinBox->setDecimals(6);
- focalDoubleSpinBox->setMaximum(1000000000.000000000000000);
- focalDoubleSpinBox->setValue(1.000000000000000);
- formLayout->setWidget(0, QFormLayout::FieldRole, focalDoubleSpinBox);
- label_5 = new QLabel(tabOther);
- label_5->setObjectName(QString::fromUtf8("label_5"));
- formLayout->setWidget(1, QFormLayout::LabelRole, label_5);
- fovDoubleSpinBox = new QDoubleSpinBox(tabOther);
- fovDoubleSpinBox->setObjectName(QString::fromUtf8("fovDoubleSpinBox"));
- fovDoubleSpinBox->setMaximum(180.000000000000000);
- fovDoubleSpinBox->setValue(45.000000000000000);
- formLayout->setWidget(1, QFormLayout::FieldRole, fovDoubleSpinBox);
- label_13 = new QLabel(tabOther);
- label_13->setObjectName(QString::fromUtf8("label_13"));
- formLayout->setWidget(2, QFormLayout::LabelRole, label_13);
- horizontalLayout = new QHBoxLayout();
- horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
- arrayWSpinBox = new QSpinBox(tabOther);
- arrayWSpinBox->setObjectName(QString::fromUtf8("arrayWSpinBox"));
- arrayWSpinBox->setMaximum(65536);
- arrayWSpinBox->setSingleStep(100);
- arrayWSpinBox->setValue(800);
- horizontalLayout->addWidget(arrayWSpinBox);
- label_14 = new QLabel(tabOther);
- label_14->setObjectName(QString::fromUtf8("label_14"));
- label_14->setText(QString::fromUtf8("x"));
- horizontalLayout->addWidget(label_14);
- arrayHSpinBox = new QSpinBox(tabOther);
- arrayHSpinBox->setObjectName(QString::fromUtf8("arrayHSpinBox"));
- arrayHSpinBox->setMaximum(65536);
- arrayHSpinBox->setSingleStep(100);
- arrayHSpinBox->setValue(600);
- horizontalLayout->addWidget(arrayHSpinBox);
- horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- horizontalLayout->addItem(horizontalSpacer);
- formLayout->setLayout(2, QFormLayout::FieldRole, horizontalLayout);
- label_3 = new QLabel(tabOther);
- label_3->setObjectName(QString::fromUtf8("label_3"));
- formLayout->setWidget(4, QFormLayout::LabelRole, label_3);
- horizontalLayout_2 = new QHBoxLayout();
- horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
- pixWDoubleSpinBox = new QDoubleSpinBox(tabOther);
- pixWDoubleSpinBox->setObjectName(QString::fromUtf8("pixWDoubleSpinBox"));
- pixWDoubleSpinBox->setDecimals(6);
- pixWDoubleSpinBox->setMaximum(1000000000.000000000000000);
- pixWDoubleSpinBox->setValue(1.000000000000000);
- horizontalLayout_2->addWidget(pixWDoubleSpinBox);
- label_15 = new QLabel(tabOther);
- label_15->setObjectName(QString::fromUtf8("label_15"));
- label_15->setText(QString::fromUtf8("x"));
- horizontalLayout_2->addWidget(label_15);
- pixHDoubleSpinBox = new QDoubleSpinBox(tabOther);
- pixHDoubleSpinBox->setObjectName(QString::fromUtf8("pixHDoubleSpinBox"));
- pixHDoubleSpinBox->setDecimals(6);
- pixHDoubleSpinBox->setMaximum(1000000000.000000000000000);
- pixHDoubleSpinBox->setValue(1.000000000000000);
- horizontalLayout_2->addWidget(pixHDoubleSpinBox);
- horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- horizontalLayout_2->addItem(horizontalSpacer_2);
- formLayout->setLayout(4, QFormLayout::FieldRole, horizontalLayout_2);
- label_11 = new QLabel(tabOther);
- label_11->setObjectName(QString::fromUtf8("label_11"));
- formLayout->setWidget(5, QFormLayout::LabelRole, label_11);
- zNearDoubleSpinBox = new QDoubleSpinBox(tabOther);
- zNearDoubleSpinBox->setObjectName(QString::fromUtf8("zNearDoubleSpinBox"));
- zNearDoubleSpinBox->setDecimals(6);
- zNearDoubleSpinBox->setMaximum(1000000000.000000000000000);
- formLayout->setWidget(5, QFormLayout::FieldRole, zNearDoubleSpinBox);
- label_12 = new QLabel(tabOther);
- label_12->setObjectName(QString::fromUtf8("label_12"));
- formLayout->setWidget(6, QFormLayout::LabelRole, label_12);
- zFarDoubleSpinBox = new QDoubleSpinBox(tabOther);
- zFarDoubleSpinBox->setObjectName(QString::fromUtf8("zFarDoubleSpinBox"));
- zFarDoubleSpinBox->setDecimals(6);
- zFarDoubleSpinBox->setMaximum(1000000000.000000000000000);
- zFarDoubleSpinBox->setValue(100.000000000000000);
- formLayout->setWidget(6, QFormLayout::FieldRole, zFarDoubleSpinBox);
- label_4 = new QLabel(tabOther);
- label_4->setObjectName(QString::fromUtf8("label_4"));
- formLayout->setWidget(7, QFormLayout::LabelRole, label_4);
- skewDoubleSpinBox = new QDoubleSpinBox(tabOther);
- skewDoubleSpinBox->setObjectName(QString::fromUtf8("skewDoubleSpinBox"));
- skewDoubleSpinBox->setMaximum(1000000000.000000000000000);
- formLayout->setWidget(7, QFormLayout::FieldRole, skewDoubleSpinBox);
- horizontalLayout_3 = new QHBoxLayout();
- horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
- cxDoubleSpinBox = new QDoubleSpinBox(tabOther);
- cxDoubleSpinBox->setObjectName(QString::fromUtf8("cxDoubleSpinBox"));
- cxDoubleSpinBox->setDecimals(3);
- cxDoubleSpinBox->setMinimum(-100000.000000000000000);
- cxDoubleSpinBox->setMaximum(1000000.000000000000000);
- cxDoubleSpinBox->setValue(400.000000000000000);
- horizontalLayout_3->addWidget(cxDoubleSpinBox);
- label_16 = new QLabel(tabOther);
- label_16->setObjectName(QString::fromUtf8("label_16"));
- label_16->setText(QString::fromUtf8("x"));
- horizontalLayout_3->addWidget(label_16);
- cyDoubleSpinBox = new QDoubleSpinBox(tabOther);
- cyDoubleSpinBox->setObjectName(QString::fromUtf8("cyDoubleSpinBox"));
- cyDoubleSpinBox->setDecimals(3);
- cyDoubleSpinBox->setMinimum(-1000000.000000000000000);
- cyDoubleSpinBox->setMaximum(10000000.000000000000000);
- cyDoubleSpinBox->setValue(300.000000000000000);
- horizontalLayout_3->addWidget(cyDoubleSpinBox);
- horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- horizontalLayout_3->addItem(horizontalSpacer_3);
- formLayout->setLayout(3, QFormLayout::FieldRole, horizontalLayout_3);
- label_9 = new QLabel(tabOther);
- label_9->setObjectName(QString::fromUtf8("label_9"));
- formLayout->setWidget(3, QFormLayout::LabelRole, label_9);
- propertiesTabWidget->addTab(tabOther, QString());
- tab = new QWidget();
- tab->setObjectName(QString::fromUtf8("tab"));
- verticalLayout_2 = new QVBoxLayout(tab);
- verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
- distInfoTextEdit = new QTextEdit(tab);
- distInfoTextEdit->setObjectName(QString::fromUtf8("distInfoTextEdit"));
- distInfoTextEdit->setReadOnly(true);
- verticalLayout_2->addWidget(distInfoTextEdit);
- propertiesTabWidget->addTab(tab, QString());
- verticalLayout->addWidget(propertiesTabWidget);
- buttonBox = new QDialogButtonBox(CamSensorProjectDialog);
- buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
- buttonBox->setOrientation(Qt::Horizontal);
- buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
- verticalLayout->addWidget(buttonBox);
- QWidget::setTabOrder(propertiesTabWidget, x1rot);
- QWidget::setTabOrder(x1rot, y1rot);
- QWidget::setTabOrder(y1rot, z1rot);
- QWidget::setTabOrder(z1rot, x2rot);
- QWidget::setTabOrder(x2rot, y2rot);
- QWidget::setTabOrder(y2rot, z2rot);
- QWidget::setTabOrder(z2rot, x3rot);
- QWidget::setTabOrder(x3rot, y3rot);
- QWidget::setTabOrder(y3rot, z3rot);
- QWidget::setTabOrder(z3rot, focalDoubleSpinBox);
- QWidget::setTabOrder(focalDoubleSpinBox, fovDoubleSpinBox);
- QWidget::setTabOrder(fovDoubleSpinBox, arrayWSpinBox);
- QWidget::setTabOrder(arrayWSpinBox, arrayHSpinBox);
- QWidget::setTabOrder(arrayHSpinBox, cxDoubleSpinBox);
- QWidget::setTabOrder(cxDoubleSpinBox, cyDoubleSpinBox);
- QWidget::setTabOrder(cyDoubleSpinBox, pixWDoubleSpinBox);
- QWidget::setTabOrder(pixWDoubleSpinBox, pixHDoubleSpinBox);
- QWidget::setTabOrder(pixHDoubleSpinBox, zNearDoubleSpinBox);
- QWidget::setTabOrder(zNearDoubleSpinBox, zFarDoubleSpinBox);
- QWidget::setTabOrder(zFarDoubleSpinBox, skewDoubleSpinBox);
- QWidget::setTabOrder(skewDoubleSpinBox, distInfoTextEdit);
- retranslateUi(CamSensorProjectDialog);
- QObject::connect(buttonBox, SIGNAL(accepted()), CamSensorProjectDialog, SLOT(accept()));
- QObject::connect(buttonBox, SIGNAL(rejected()), CamSensorProjectDialog, SLOT(reject()));
- propertiesTabWidget->setCurrentIndex(0);
- QMetaObject::connectSlotsByName(CamSensorProjectDialog);
- } // setupUi
- void retranslateUi(QDialog *CamSensorProjectDialog)
- {
- CamSensorProjectDialog->setWindowTitle(QCoreApplication::translate("CamSensorProjectDialog", "Sensor parameters", nullptr));
- #if QT_CONFIG(tooltip)
- label_2->setToolTip(QCoreApplication::translate("CamSensorProjectDialog", "sensor center", nullptr));
- #endif // QT_CONFIG(tooltip)
- label_2->setText(QCoreApplication::translate("CamSensorProjectDialog", "Center", nullptr));
- #if QT_CONFIG(tooltip)
- label_8->setToolTip(QCoreApplication::translate("CamSensorProjectDialog", "sensor vertical direction (pitch = 0)", nullptr));
- #endif // QT_CONFIG(tooltip)
- label_8->setText(QCoreApplication::translate("CamSensorProjectDialog", "Z (inv. view dir.)", nullptr));
- #if QT_CONFIG(tooltip)
- label_6->setToolTip(QCoreApplication::translate("CamSensorProjectDialog", "sensor front direction (yaw = 0)", nullptr));
- #endif // QT_CONFIG(tooltip)
- label_6->setText(QCoreApplication::translate("CamSensorProjectDialog", "X (right)", nullptr));
- #if QT_CONFIG(tooltip)
- label_7->setToolTip(QCoreApplication::translate("CamSensorProjectDialog", "sensor lateral direction", nullptr));
- #endif // QT_CONFIG(tooltip)
- label_7->setText(QCoreApplication::translate("CamSensorProjectDialog", "Y (up)", nullptr));
- #if QT_CONFIG(tooltip)
- inWorldCSCheckBox->setToolTip(QCoreApplication::translate("CamSensorProjectDialog", "center is expressed in the world coordinate system", nullptr));
- #endif // QT_CONFIG(tooltip)
- inWorldCSCheckBox->setText(QCoreApplication::translate("CamSensorProjectDialog", "in world C.S.", nullptr));
- propertiesTabWidget->setTabText(propertiesTabWidget->indexOf(tabOrientation), QCoreApplication::translate("CamSensorProjectDialog", "Position + Orientation", nullptr));
- label->setText(QCoreApplication::translate("CamSensorProjectDialog", "vert. focal", nullptr));
- #if QT_CONFIG(tooltip)
- focalDoubleSpinBox->setToolTip(QCoreApplication::translate("CamSensorProjectDialog", "vertical focal (in pixels)", nullptr));
- #endif // QT_CONFIG(tooltip)
- focalDoubleSpinBox->setSuffix(QCoreApplication::translate("CamSensorProjectDialog", " pix", nullptr));
- label_5->setText(QCoreApplication::translate("CamSensorProjectDialog", "vert. f.o.v.", nullptr));
- #if QT_CONFIG(tooltip)
- fovDoubleSpinBox->setToolTip(QCoreApplication::translate("CamSensorProjectDialog", "Vertical field of view (degrees)", nullptr));
- #endif // QT_CONFIG(tooltip)
- fovDoubleSpinBox->setSuffix(QCoreApplication::translate("CamSensorProjectDialog", " deg.", nullptr));
- label_13->setText(QCoreApplication::translate("CamSensorProjectDialog", "array size", nullptr));
- #if QT_CONFIG(tooltip)
- arrayWSpinBox->setToolTip(QCoreApplication::translate("CamSensorProjectDialog", "CCD array width (pixels)", nullptr));
- #endif // QT_CONFIG(tooltip)
- arrayWSpinBox->setSuffix(QCoreApplication::translate("CamSensorProjectDialog", " pix.", nullptr));
- #if QT_CONFIG(tooltip)
- arrayHSpinBox->setToolTip(QCoreApplication::translate("CamSensorProjectDialog", "CCD array height (pixels)", nullptr));
- #endif // QT_CONFIG(tooltip)
- arrayHSpinBox->setSuffix(QCoreApplication::translate("CamSensorProjectDialog", " pix.", nullptr));
- #if QT_CONFIG(tooltip)
- label_3->setToolTip(QCoreApplication::translate("CamSensorProjectDialog", "Pixel size (metric units)", nullptr));
- #endif // QT_CONFIG(tooltip)
- label_3->setText(QCoreApplication::translate("CamSensorProjectDialog", "pixel size", nullptr));
- #if QT_CONFIG(tooltip)
- pixWDoubleSpinBox->setToolTip(QCoreApplication::translate("CamSensorProjectDialog", "CCD pixel width (metric units)", nullptr));
- #endif // QT_CONFIG(tooltip)
- #if QT_CONFIG(tooltip)
- pixHDoubleSpinBox->setToolTip(QCoreApplication::translate("CamSensorProjectDialog", "CCD pixel height (metric units)", nullptr));
- #endif // QT_CONFIG(tooltip)
- label_11->setText(QCoreApplication::translate("CamSensorProjectDialog", "zNear", nullptr));
- #if QT_CONFIG(tooltip)
- zNearDoubleSpinBox->setToolTip(QCoreApplication::translate("CamSensorProjectDialog", "Near cutting plane (CCD pixel width (metric units - for display)", nullptr));
- #endif // QT_CONFIG(tooltip)
- label_12->setText(QCoreApplication::translate("CamSensorProjectDialog", "zFar", nullptr));
- #if QT_CONFIG(tooltip)
- zFarDoubleSpinBox->setToolTip(QCoreApplication::translate("CamSensorProjectDialog", "Far cutting plane (CCD pixel width (metric units - for display)", nullptr));
- #endif // QT_CONFIG(tooltip)
- label_4->setText(QCoreApplication::translate("CamSensorProjectDialog", "skew", nullptr));
- #if QT_CONFIG(tooltip)
- skewDoubleSpinBox->setToolTip(QCoreApplication::translate("CamSensorProjectDialog", "Skew parameter", nullptr));
- #endif // QT_CONFIG(tooltip)
- #if QT_CONFIG(tooltip)
- cxDoubleSpinBox->setToolTip(QCoreApplication::translate("CamSensorProjectDialog", "Principal point X coordinate (in pixels)", nullptr));
- #endif // QT_CONFIG(tooltip)
- cxDoubleSpinBox->setSuffix(QCoreApplication::translate("CamSensorProjectDialog", " pix.", nullptr));
- #if QT_CONFIG(tooltip)
- cyDoubleSpinBox->setToolTip(QCoreApplication::translate("CamSensorProjectDialog", "Principal point Y coordinate (in pixels)", nullptr));
- #endif // QT_CONFIG(tooltip)
- cyDoubleSpinBox->setSuffix(QCoreApplication::translate("CamSensorProjectDialog", " pix.", nullptr));
- label_9->setText(QCoreApplication::translate("CamSensorProjectDialog", "principal point", nullptr));
- propertiesTabWidget->setTabText(propertiesTabWidget->indexOf(tabOther), QCoreApplication::translate("CamSensorProjectDialog", "Intrinsic params", nullptr));
- propertiesTabWidget->setTabText(propertiesTabWidget->indexOf(tab), QCoreApplication::translate("CamSensorProjectDialog", "Distortion / uncertainty", nullptr));
- } // retranslateUi
- };
- namespace Ui {
- class CamSensorProjectDialog: public Ui_CamSensorProjectDialog {};
- } // namespace Ui
- QT_END_NAMESPACE
- #endif // UI_CAMSENSORPROJECTDLG_H
|