add some function of reconstruciton

This commit is contained in:
Tang1705
2020-02-03 19:48:30 +08:00
parent 8ae4c44bec
commit 0e7376ccd5
34 changed files with 251 additions and 36 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -1,4 +1,4 @@
Reading Qt configuration (D:\Qt\5.12.3\msvc2017_64\bin\qmake.exe)
CameraArguments.cpp
CoreAlgorithm.cpp
正在创建库 D:\BJTU\Reconstruction\x64\Debug\Reconstruction.lib 和对象 D:\BJTU\Reconstruction\x64\Debug\Reconstruction.exp
Reconstruction.vcxproj -> D:\BJTU\Reconstruction\x64\Debug\Reconstruction.exe

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -21,8 +21,8 @@ QT_BEGIN_MOC_NAMESPACE
QT_WARNING_PUSH
QT_WARNING_DISABLE_DEPRECATED
struct qt_meta_stringdata_Reconstruction_t {
QByteArrayData data[18];
char stringdata0[405];
QByteArrayData data[20];
char stringdata0[425];
};
#define QT_MOC_LITERAL(idx, ofs, len) \
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
@@ -48,7 +48,9 @@ QT_MOC_LITERAL(13, 280, 24), // "on_pushButton_12_clicked"
QT_MOC_LITERAL(14, 305, 24), // "on_pushButton_13_clicked"
QT_MOC_LITERAL(15, 330, 24), // "on_pushButton_14_clicked"
QT_MOC_LITERAL(16, 355, 24), // "on_pushButton_15_clicked"
QT_MOC_LITERAL(17, 380, 24) // "on_pushButton_16_clicked"
QT_MOC_LITERAL(17, 380, 24), // "on_pushButton_16_clicked"
QT_MOC_LITERAL(18, 405, 12), // "setPicAction"
QT_MOC_LITERAL(19, 418, 6) // "action"
},
"Reconstruction\0on_pushButton_clicked\0"
@@ -63,7 +65,8 @@ QT_MOC_LITERAL(17, 380, 24) // "on_pushButton_16_clicked"
"on_pushButton_13_clicked\0"
"on_pushButton_14_clicked\0"
"on_pushButton_15_clicked\0"
"on_pushButton_16_clicked"
"on_pushButton_16_clicked\0setPicAction\0"
"action"
};
#undef QT_MOC_LITERAL
@@ -73,7 +76,7 @@ static const uint qt_meta_data_Reconstruction[] = {
8, // revision
0, // classname
0, 0, // classinfo
16, 14, // methods
17, 14, // methods
0, 0, // properties
0, 0, // enums/sets
0, 0, // constructors
@@ -81,22 +84,23 @@ static const uint qt_meta_data_Reconstruction[] = {
0, // signalCount
// slots: name, argc, parameters, tag, flags
1, 0, 94, 2, 0x08 /* Private */,
3, 0, 95, 2, 0x08 /* Private */,
4, 0, 96, 2, 0x08 /* Private */,
5, 0, 97, 2, 0x08 /* Private */,
6, 0, 98, 2, 0x08 /* Private */,
7, 0, 99, 2, 0x08 /* Private */,
8, 0, 100, 2, 0x08 /* Private */,
9, 0, 101, 2, 0x08 /* Private */,
10, 0, 102, 2, 0x08 /* Private */,
11, 0, 103, 2, 0x08 /* Private */,
12, 0, 104, 2, 0x08 /* Private */,
13, 0, 105, 2, 0x08 /* Private */,
14, 0, 106, 2, 0x08 /* Private */,
15, 0, 107, 2, 0x08 /* Private */,
16, 0, 108, 2, 0x08 /* Private */,
17, 0, 109, 2, 0x08 /* Private */,
1, 0, 99, 2, 0x08 /* Private */,
3, 0, 100, 2, 0x08 /* Private */,
4, 0, 101, 2, 0x08 /* Private */,
5, 0, 102, 2, 0x08 /* Private */,
6, 0, 103, 2, 0x08 /* Private */,
7, 0, 104, 2, 0x08 /* Private */,
8, 0, 105, 2, 0x08 /* Private */,
9, 0, 106, 2, 0x08 /* Private */,
10, 0, 107, 2, 0x08 /* Private */,
11, 0, 108, 2, 0x08 /* Private */,
12, 0, 109, 2, 0x08 /* Private */,
13, 0, 110, 2, 0x08 /* Private */,
14, 0, 111, 2, 0x08 /* Private */,
15, 0, 112, 2, 0x08 /* Private */,
16, 0, 113, 2, 0x08 /* Private */,
17, 0, 114, 2, 0x08 /* Private */,
18, 1, 115, 2, 0x08 /* Private */,
// slots: parameters
QMetaType::Void,
@@ -115,6 +119,7 @@ static const uint qt_meta_data_Reconstruction[] = {
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void, QMetaType::QString, 19,
0 // eod
};
@@ -141,10 +146,10 @@ void Reconstruction::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _
case 13: _t->on_pushButton_14_clicked(); break;
case 14: _t->on_pushButton_15_clicked(); break;
case 15: _t->on_pushButton_16_clicked(); break;
case 16: _t->setPicAction((*reinterpret_cast< QString(*)>(_a[1]))); break;
default: ;
}
}
Q_UNUSED(_a);
}
QT_INIT_METAOBJECT const QMetaObject Reconstruction::staticMetaObject = { {
@@ -176,13 +181,13 @@ int Reconstruction::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
if (_id < 0)
return _id;
if (_c == QMetaObject::InvokeMetaMethod) {
if (_id < 16)
if (_id < 17)
qt_static_metacall(this, _c, _id, _a);
_id -= 16;
_id -= 17;
} else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
if (_id < 16)
if (_id < 17)
*reinterpret_cast<int*>(_a[0]) = -1;
_id -= 16;
_id -= 17;
}
return _id;
}

Binary file not shown.

Binary file not shown.

View File

@@ -108,7 +108,7 @@ public:
{
if (ReconstructionClass->objectName().isEmpty())
ReconstructionClass->setObjectName(QString::fromUtf8("ReconstructionClass"));
ReconstructionClass->resize(1111, 604);
ReconstructionClass->resize(1111, 601);
centralWidget = new QWidget(ReconstructionClass);
centralWidget->setObjectName(QString::fromUtf8("centralWidget"));
line = new QFrame(centralWidget);
@@ -118,7 +118,7 @@ public:
line->setFrameShadow(QFrame::Sunken);
stackedWidget = new QStackedWidget(centralWidget);
stackedWidget->setObjectName(QString::fromUtf8("stackedWidget"));
stackedWidget->setGeometry(QRect(249, -1, 851, 551));
stackedWidget->setGeometry(QRect(249, -1, 851, 531));
page = new QWidget();
page->setObjectName(QString::fromUtf8("page"));
label_2 = new QLabel(page);
@@ -467,7 +467,7 @@ public:
retranslateUi(ReconstructionClass);
stackedWidget->setCurrentIndex(2);
stackedWidget->setCurrentIndex(0);
QMetaObject::connectSlotsByName(ReconstructionClass);

Binary file not shown.