diff --git a/DialogButtonRight.ui b/DialogButtonRight.ui
deleted file mode 100644
index 75b84d9..0000000
--- a/DialogButtonRight.ui
+++ /dev/null
@@ -1,93 +0,0 @@
-
-
- AboutDialog
-
-
-
- 0
- 0
- 407
- 300
-
-
-
- Dialog
-
-
-
- true
-
-
-
- 13
- 16
- 271
- 271
-
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'SimSun'; font-size:9pt; font-weight:400; font-style:normal;">
-<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">结构光三维重建软件 V1.0</span></p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"><br /></p>
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;"> 基于相机和结构光投影仪实现的三维重构软件。通过投影基于 DeBruijn 序列编码的条纹图案,对捕获的图片进行结构光解码,获得物体的三维点云数据并可视化展示。</span></p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"><br /></p>
-<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">版权所有:北京交通大学</span></p>
-<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">17301138@bjtu.edu.cn</span></p></body></html>
-
-
-
-
-
- 300
- 220
- 93
- 28
-
-
-
- 关闭
-
-
-
-
-
- 300
- 60
- 91
- 91
-
-
-
-
-
-
- Resources/image/common/logo.png
-
-
- true
-
-
-
-
-
-
- closeButton
- clicked()
- AboutDialog
- accept()
-
-
- 351
- 38
-
-
- 233
- 29
-
-
-
-
-
diff --git a/Doc/结构光三维重建软件用户手册.pdf b/Doc/结构光三维重建软件用户手册.pdf
index 4f8bbbc..768b512 100644
Binary files a/Doc/结构光三维重建软件用户手册.pdf and b/Doc/结构光三维重建软件用户手册.pdf differ
diff --git a/Readme.md b/Readme.md
index a9d7727..3e4ced7 100644
--- a/Readme.md
+++ b/Readme.md
@@ -12,7 +12,7 @@
-
-
-
高铁轮轨姿态反映了车轮与钢轨之间复杂的动态相互作用和约束关系,掌握他们之间真实接触姿态是保障高速铁路安全运营的重要基础。如何能够精确获得高铁轮轨姿态一直是国内铁路科研的热门研究领域。但单单从二维图像上获取轮轨接触姿态是不精确、不可靠的,而将轮轨表面的特征点提取出来,重建出一个三维模型能更加真实、准确地获得轮轨接触姿态。
由于高铁列车运行速度快,轮轨表面相对光滑且无明显特征点,给基于特征点提取的三维重建带来了极大挑战。
@@ -74,9 +71,7 @@
-在 Youtube 上观看视频
-
-
+
De Bruijn 序列由n种不同元素构成,任意长度为m的连续子序列只出现一次。复现的论文以 B(3,4) 序列进行编码,条纹作为结构光编码图案的基本元素,红、蓝、绿三种颜色作为标记条纹代表的不同数值,窗口大小为
,以条纹中心点作为特征点。同时在 HSV 颜色空间模型中,以余弦函数对条纹的 V 通道进行编码。在结构光解码时,除了提取条纹中心点作为特征点,同时对拍摄到的图像的 V 通道进行加窗傅里叶变换分析,通过分析得到的相位进而增加特征点的密度。根据论文的基本思路,可在提高提取点云进度的同时增加点云的稠密度,实验效果较好。根据项目内容和有关研究的进展,在研究论文和实验的基础上,对复现论文的算法进行改进,提出适合项目场景的算法流程。部分论文如下。
@@ -108,6 +103,5 @@ De Bruijn 序列由n种不同元素构成,任意长度为m的连续子序列
- 点云渲染界面
-在 Youtube 上观看视频
+
-
diff --git a/Reconstruction.vcxproj b/Reconstruction.vcxproj
index da952f2..3ffff5f 100644
--- a/Reconstruction.vcxproj
+++ b/Reconstruction.vcxproj
@@ -13,13 +13,13 @@
{3C281B59-4E57-4CE3-A978-01D36E144E94}
QtVS_v302
- 10.0
+ 10.0.17763.0
$(MSBuildProjectDirectory)\QtMsBuild
Application
- v142
+ v141
Application
diff --git a/Resources/Reconstruction.qrc b/Resources/Reconstruction.qrc
index 4729607..f938d6e 100644
--- a/Resources/Reconstruction.qrc
+++ b/Resources/Reconstruction.qrc
@@ -24,12 +24,12 @@
image/reconstruction/loading.png
image/reconstruction/surface.png
image/reconstruction/help2.png
- image/common/icon.png
- icon1.ico
image/projection/image.png
image/projection/projector.png
image/projection/save.png
image/projection/three_d.png
+ icon1.ico
+ image/common/icon.png
qss/flat.qss
diff --git a/Resources/icon1.ico b/Resources/icon1.ico
index 72be3d3..6a52037 100644
Binary files a/Resources/icon1.ico and b/Resources/icon1.ico differ
diff --git a/Resources/image/common/icon.ico b/Resources/image/common/icon.ico
index d4a8333..6a52037 100644
Binary files a/Resources/image/common/icon.ico and b/Resources/image/common/icon.ico differ
diff --git a/Resources/image/common/icon.png b/Resources/image/common/icon.png
index b1804c8..03c8763 100644
Binary files a/Resources/image/common/icon.png and b/Resources/image/common/icon.png differ
diff --git a/x64/Debug/API.obj b/x64/Debug/API.obj
index 1503bb7..d91fbbf 100644
Binary files a/x64/Debug/API.obj and b/x64/Debug/API.obj differ
diff --git a/x64/Debug/ProjectorLC4500.obj b/x64/Debug/ProjectorLC4500.obj
index 0ce2772..37407ce 100644
Binary files a/x64/Debug/ProjectorLC4500.obj and b/x64/Debug/ProjectorLC4500.obj differ
diff --git a/x64/Debug/Reconstruction.exe b/x64/Debug/Reconstruction.exe
index 9b00352..ed0b928 100644
Binary files a/x64/Debug/Reconstruction.exe and b/x64/Debug/Reconstruction.exe differ
diff --git a/x64/Debug/Reconstruction.exp b/x64/Debug/Reconstruction.exp
index 94c06e1..c291a50 100644
Binary files a/x64/Debug/Reconstruction.exp and b/x64/Debug/Reconstruction.exp differ
diff --git a/x64/Debug/Reconstruction.ilk b/x64/Debug/Reconstruction.ilk
index 6253c17..aaab612 100644
Binary files a/x64/Debug/Reconstruction.ilk and b/x64/Debug/Reconstruction.ilk differ
diff --git a/x64/Debug/Reconstruction.lib b/x64/Debug/Reconstruction.lib
index 23225c5..d641e56 100644
Binary files a/x64/Debug/Reconstruction.lib and b/x64/Debug/Reconstruction.lib differ
diff --git a/x64/Debug/Reconstruction.log b/x64/Debug/Reconstruction.log
index 592e86c..bdd1a46 100644
--- a/x64/Debug/Reconstruction.log
+++ b/x64/Debug/Reconstruction.log
@@ -1 +1,332 @@
- Reconstruction.cpp
+ Reading Qt configuration (D:\Qt\5.12.3\msvc2017_64\bin\qmake.exe)
+ uic UI\AboutDialog.ui
+ uic UI\DisplayPic.ui
+ uic UI\Help.ui
+ uic UI\Loading.ui
+ uic UI\Reconstruction.ui
+ rcc Resources\Reconstruction.qrc
+ moc Classes\Reconstruction.h
+ moc Classes\AboutDialog.h
+ moc Classes\Loading.h
+ moc Classes\DisplayPic.h
+ moc Classes\Help.h
+ AboutDialog.cpp
+ API.cpp
+ bsxfun.cpp
+ CalibrationData.cpp
+ Calibrator.cpp
+ Camera.cpp
+ CameraPointGrey.cpp
+ CameraArguments.cpp
+ CoreAlgorithm.cpp
+ cvtools.cpp
+d:\bjtu\reconstruction\lib\flycapture2\include\flycapture2.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\CameraPointGrey.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\flycapture2.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\Camera.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\error.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\CameraPointGrey.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\camerabase.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\CameraPointGrey.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\error.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\Camera.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\gigecamera.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\CameraPointGrey.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\camerabase.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\Camera.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\image.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\CameraPointGrey.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\utilities.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\CameraPointGrey.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\gigecamera.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\Camera.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\image.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\Camera.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\utilities.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\Camera.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\avirecorder.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\CameraPointGrey.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\topologynode.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\CameraPointGrey.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\imagestatistics.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\CameraPointGrey.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\avirecorder.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\Camera.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\topologynode.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\Camera.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\imagestatistics.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\Camera.cpp)
+ cwt.cpp
+ cwtfilterbank.cpp
+ cwtfreqlimits.cpp
+ cwt_data.cpp
+ cwt_emxAPI.cpp
+ cwt_emxutil.cpp
+ cwt_initialize.cpp
+ cwt_rtwutil.cpp
+ cwt_terminate.cpp
+ Device.cpp
+ DisplayPic.cpp
+d:\bjtu\reconstruction\lib\flycapture2\include\flycapture2.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\Device.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\error.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\Device.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\camerabase.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\Device.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\gigecamera.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\Device.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\image.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\Device.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\utilities.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\Device.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\avirecorder.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\Device.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\topologynode.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\Device.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\imagestatistics.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\Device.cpp)
+d:\bjtu\reconstruction\classes\calibrator.cpp(117): warning C4804: “>”: 在操作中使用类型“bool”不安全
+d:\bjtu\reconstruction\classes\cameraarguments.cpp(36): warning C4715: “CameraArguments::getInstance”: 不是所有的控件路径都返回值
+ fft.cpp
+ fft1.cpp
+ fstools.cpp
+ gammaln.cpp
+ Help.cpp
+ HisThread.cpp
+ ifft.cpp
+ Loading.cpp
+ log2.cpp
+ main.cpp
+ MyThread.cpp
+ PointCloudData.cpp
+ Unknown compiler version - please run the configure tests and report the results
+ ProjectorLC4500.cpp
+d:\bjtu\reconstruction\lib\pcl\pcl 1.8.1\include\pcl-1.8\pcl\point_traits.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\PointCloudData.cpp)
+ Unknown compiler version - please run the configure tests and report the results
+d:\bjtu\reconstruction\lib\pcl\pcl 1.8.1\include\pcl-1.8\pcl\point_traits.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\HisThread.cpp)
+ Unknown compiler version - please run the configure tests and report the results
+ Reconstruction.cpp
+d:\bjtu\reconstruction\lib\pcl\pcl 1.8.1\include\pcl-1.8\pcl\point_traits.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\MyThread.cpp)
+ rtGetInf.cpp
+ rtGetNaN.cpp
+ rt_nonfinite.cpp
+ structured_light.cpp
+ TreeModel.cpp
+d:\bjtu\reconstruction\classes\structured_light.cpp(48): warning C4838: 从“int”转换到“const unsigned int”需要收缩转换
+d:\bjtu\reconstruction\classes\structured_light.cpp(49): warning C4838: 从“int”转换到“const unsigned int”需要收缩转换
+ usb.cpp
+ wavCFandSD.cpp
+ YourThread.cpp
+ Unknown compiler version - please run the configure tests and report the results
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(17): warning C4005: “M_E”: 宏重定义 (编译源文件 Classes\Loading.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(155): note: 参见“M_E”的前一个定义 (编译源文件 Classes\Loading.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(18): warning C4005: “M_LOG2E”: 宏重定义 (编译源文件 Classes\Loading.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(159): note: 参见“M_LOG2E”的前一个定义 (编译源文件 Classes\Loading.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(19): warning C4005: “M_LOG10E”: 宏重定义 (编译源文件 Classes\Loading.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(163): note: 参见“M_LOG10E”的前一个定义 (编译源文件 Classes\Loading.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(20): warning C4005: “M_LN2”: 宏重定义 (编译源文件 Classes\Loading.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(167): note: 参见“M_LN2”的前一个定义 (编译源文件 Classes\Loading.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(21): warning C4005: “M_LN10”: 宏重定义 (编译源文件 Classes\Loading.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(171): note: 参见“M_LN10”的前一个定义 (编译源文件 Classes\Loading.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(22): warning C4005: “M_PI”: 宏重定义 (编译源文件 Classes\Loading.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(175): note: 参见“M_PI”的前一个定义 (编译源文件 Classes\Loading.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(23): warning C4005: “M_PI_2”: 宏重定义 (编译源文件 Classes\Loading.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(179): note: 参见“M_PI_2”的前一个定义 (编译源文件 Classes\Loading.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(24): warning C4005: “M_PI_4”: 宏重定义 (编译源文件 Classes\Loading.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(183): note: 参见“M_PI_4”的前一个定义 (编译源文件 Classes\Loading.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(25): warning C4005: “M_1_PI”: 宏重定义 (编译源文件 Classes\Loading.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(187): note: 参见“M_1_PI”的前一个定义 (编译源文件 Classes\Loading.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(26): warning C4005: “M_2_PI”: 宏重定义 (编译源文件 Classes\Loading.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(191): note: 参见“M_2_PI”的前一个定义 (编译源文件 Classes\Loading.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(27): warning C4005: “M_2_SQRTPI”: 宏重定义 (编译源文件 Classes\Loading.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(195): note: 参见“M_2_SQRTPI”的前一个定义 (编译源文件 Classes\Loading.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(28): warning C4005: “M_SQRT2”: 宏重定义 (编译源文件 Classes\Loading.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(199): note: 参见“M_SQRT2”的前一个定义 (编译源文件 Classes\Loading.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(29): warning C4005: “M_SQRT1_2”: 宏重定义 (编译源文件 Classes\Loading.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(203): note: 参见“M_SQRT1_2”的前一个定义 (编译源文件 Classes\Loading.cpp)
+d:\bjtu\reconstruction\lib\pcl\pcl 1.8.1\include\pcl-1.8\pcl\point_traits.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\Loading.cpp)
+ Unknown compiler version - please run the configure tests and report the results
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(17): warning C4005: “M_E”: 宏重定义 (编译源文件 Classes\main.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(155): note: 参见“M_E”的前一个定义 (编译源文件 Classes\main.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(18): warning C4005: “M_LOG2E”: 宏重定义 (编译源文件 Classes\main.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(159): note: 参见“M_LOG2E”的前一个定义 (编译源文件 Classes\main.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(19): warning C4005: “M_LOG10E”: 宏重定义 (编译源文件 Classes\main.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(163): note: 参见“M_LOG10E”的前一个定义 (编译源文件 Classes\main.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(20): warning C4005: “M_LN2”: 宏重定义 (编译源文件 Classes\main.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(167): note: 参见“M_LN2”的前一个定义 (编译源文件 Classes\main.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(21): warning C4005: “M_LN10”: 宏重定义 (编译源文件 Classes\main.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(171): note: 参见“M_LN10”的前一个定义 (编译源文件 Classes\main.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(22): warning C4005: “M_PI”: 宏重定义 (编译源文件 Classes\main.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(175): note: 参见“M_PI”的前一个定义 (编译源文件 Classes\main.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(23): warning C4005: “M_PI_2”: 宏重定义 (编译源文件 Classes\main.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(179): note: 参见“M_PI_2”的前一个定义 (编译源文件 Classes\main.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(24): warning C4005: “M_PI_4”: 宏重定义 (编译源文件 Classes\main.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(183): note: 参见“M_PI_4”的前一个定义 (编译源文件 Classes\main.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(25): warning C4005: “M_1_PI”: 宏重定义 (编译源文件 Classes\main.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(187): note: 参见“M_1_PI”的前一个定义 (编译源文件 Classes\main.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(26): warning C4005: “M_2_PI”: 宏重定义 (编译源文件 Classes\main.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(191): note: 参见“M_2_PI”的前一个定义 (编译源文件 Classes\main.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(27): warning C4005: “M_2_SQRTPI”: 宏重定义 (编译源文件 Classes\main.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(195): note: 参见“M_2_SQRTPI”的前一个定义 (编译源文件 Classes\main.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(28): warning C4005: “M_SQRT2”: 宏重定义 (编译源文件 Classes\main.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(199): note: 参见“M_SQRT2”的前一个定义 (编译源文件 Classes\main.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(29): warning C4005: “M_SQRT1_2”: 宏重定义 (编译源文件 Classes\main.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(203): note: 参见“M_SQRT1_2”的前一个定义 (编译源文件 Classes\main.cpp)
+d:\bjtu\reconstruction\lib\pcl\pcl 1.8.1\include\pcl-1.8\pcl\point_traits.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\main.cpp)
+ Unknown compiler version - please run the configure tests and report the results
+d:\bjtu\reconstruction\lib\pcl\pcl 1.8.1\include\pcl-1.8\pcl\point_traits.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\YourThread.cpp)
+ Unknown compiler version - please run the configure tests and report the results
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(17): warning C4005: “M_E”: 宏重定义 (编译源文件 Classes\Reconstruction.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(155): note: 参见“M_E”的前一个定义 (编译源文件 Classes\Reconstruction.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(18): warning C4005: “M_LOG2E”: 宏重定义 (编译源文件 Classes\Reconstruction.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(159): note: 参见“M_LOG2E”的前一个定义 (编译源文件 Classes\Reconstruction.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(19): warning C4005: “M_LOG10E”: 宏重定义 (编译源文件 Classes\Reconstruction.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(163): note: 参见“M_LOG10E”的前一个定义 (编译源文件 Classes\Reconstruction.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(20): warning C4005: “M_LN2”: 宏重定义 (编译源文件 Classes\Reconstruction.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(167): note: 参见“M_LN2”的前一个定义 (编译源文件 Classes\Reconstruction.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(21): warning C4005: “M_LN10”: 宏重定义 (编译源文件 Classes\Reconstruction.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(171): note: 参见“M_LN10”的前一个定义 (编译源文件 Classes\Reconstruction.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(22): warning C4005: “M_PI”: 宏重定义 (编译源文件 Classes\Reconstruction.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(175): note: 参见“M_PI”的前一个定义 (编译源文件 Classes\Reconstruction.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(23): warning C4005: “M_PI_2”: 宏重定义 (编译源文件 Classes\Reconstruction.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(179): note: 参见“M_PI_2”的前一个定义 (编译源文件 Classes\Reconstruction.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(24): warning C4005: “M_PI_4”: 宏重定义 (编译源文件 Classes\Reconstruction.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(183): note: 参见“M_PI_4”的前一个定义 (编译源文件 Classes\Reconstruction.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(25): warning C4005: “M_1_PI”: 宏重定义 (编译源文件 Classes\Reconstruction.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(187): note: 参见“M_1_PI”的前一个定义 (编译源文件 Classes\Reconstruction.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(26): warning C4005: “M_2_PI”: 宏重定义 (编译源文件 Classes\Reconstruction.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(191): note: 参见“M_2_PI”的前一个定义 (编译源文件 Classes\Reconstruction.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(27): warning C4005: “M_2_SQRTPI”: 宏重定义 (编译源文件 Classes\Reconstruction.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(195): note: 参见“M_2_SQRTPI”的前一个定义 (编译源文件 Classes\Reconstruction.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(28): warning C4005: “M_SQRT2”: 宏重定义 (编译源文件 Classes\Reconstruction.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(199): note: 参见“M_SQRT2”的前一个定义 (编译源文件 Classes\Reconstruction.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(29): warning C4005: “M_SQRT1_2”: 宏重定义 (编译源文件 Classes\Reconstruction.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(203): note: 参见“M_SQRT1_2”的前一个定义 (编译源文件 Classes\Reconstruction.cpp)
+d:\bjtu\reconstruction\lib\pcl\pcl 1.8.1\include\pcl-1.8\pcl\point_traits.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\Reconstruction.cpp)
+d:\bjtu\reconstruction\lib\pcl\pcl 1.8.1\include\pcl-1.8\pcl\visualization\interactor_style.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\PointCloudData.cpp)
+d:\bjtu\reconstruction\lib\pcl\pcl 1.8.1\include\pcl-1.8\pcl\visualization\pcl_visualizer.h(1584): warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\PointCloudData.cpp)
+d:\bjtu\reconstruction\lib\pcl\pcl 1.8.1\include\pcl-1.8\pcl\visualization\interactor_style.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\MyThread.cpp)
+d:\bjtu\reconstruction\lib\pcl\pcl 1.8.1\include\pcl-1.8\pcl\visualization\pcl_visualizer.h(1584): warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\MyThread.cpp)
+d:\bjtu\reconstruction\lib\pcl\pcl 1.8.1\include\pcl-1.8\pcl\visualization\interactor_style.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\Loading.cpp)
+d:\bjtu\reconstruction\lib\pcl\pcl 1.8.1\include\pcl-1.8\pcl\visualization\interactor_style.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\main.cpp)
+d:\bjtu\reconstruction\lib\pcl\pcl 1.8.1\include\pcl-1.8\pcl\visualization\interactor_style.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\YourThread.cpp)
+d:\bjtu\reconstruction\lib\pcl\pcl 1.8.1\include\pcl-1.8\pcl\visualization\interactor_style.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\Reconstruction.cpp)
+d:\bjtu\reconstruction\lib\pcl\pcl 1.8.1\include\pcl-1.8\pcl\visualization\pcl_visualizer.h(1584): warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\YourThread.cpp)
+d:\bjtu\reconstruction\lib\pcl\pcl 1.8.1\include\pcl-1.8\pcl\visualization\pcl_visualizer.h(1584): warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\Loading.cpp)
+d:\bjtu\reconstruction\lib\pcl\pcl 1.8.1\include\pcl-1.8\pcl\visualization\pcl_visualizer.h(1584): warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\main.cpp)
+d:\bjtu\reconstruction\lib\pcl\pcl 1.8.1\include\pcl-1.8\pcl\visualization\pcl_visualizer.h(1584): warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\Reconstruction.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\flycapture2.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\PointCloudData.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\flycapture2.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\main.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\flycapture2.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\Loading.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\flycapture2.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\YourThread.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\flycapture2.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\Reconstruction.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\flycapture2.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\MyThread.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\error.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\Loading.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\error.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\PointCloudData.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\error.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\Reconstruction.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\error.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\YourThread.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\error.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\main.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\error.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\MyThread.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\camerabase.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\Loading.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\camerabase.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\PointCloudData.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\camerabase.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\Reconstruction.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\camerabase.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\YourThread.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\camerabase.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\main.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\camerabase.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\MyThread.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\gigecamera.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\Loading.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\gigecamera.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\PointCloudData.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\image.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\Loading.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\gigecamera.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\Reconstruction.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\gigecamera.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\YourThread.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\gigecamera.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\main.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\image.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\PointCloudData.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\gigecamera.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\MyThread.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\utilities.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\Loading.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\image.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\Reconstruction.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\image.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\YourThread.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\utilities.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\PointCloudData.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\avirecorder.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\Loading.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\image.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\main.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\image.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\MyThread.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\utilities.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\Reconstruction.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\topologynode.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\Loading.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\avirecorder.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\PointCloudData.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\utilities.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\YourThread.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\utilities.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\main.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\avirecorder.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\Reconstruction.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\utilities.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\MyThread.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\imagestatistics.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\Loading.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\topologynode.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\PointCloudData.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\avirecorder.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\YourThread.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\topologynode.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\Reconstruction.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\avirecorder.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\main.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\avirecorder.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\MyThread.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\imagestatistics.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\PointCloudData.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\topologynode.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\YourThread.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\imagestatistics.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\Reconstruction.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\topologynode.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\main.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\topologynode.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\MyThread.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\imagestatistics.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\YourThread.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\imagestatistics.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\main.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\imagestatistics.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 Classes\MyThread.cpp)
+d:\bjtu\reconstruction\classes\reconstruction.cpp(15): warning C4806: “==”: 不安全操作: 从类型“bool”提升到类型“int”的值不能等于给定的常量
+ hid.Win.c
+ qrc_Reconstruction.cpp
+ moc_Reconstruction.cpp
+ moc_AboutDialog.cpp
+ moc_Loading.cpp
+ moc_DisplayPic.cpp
+ moc_Help.cpp
+ Unknown compiler version - please run the configure tests and report the results
+ Unknown compiler version - please run the configure tests and report the results
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(17): warning C4005: “M_E”: 宏重定义 (编译源文件 x64\Debug\moc\moc_Reconstruction.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(155): note: 参见“M_E”的前一个定义 (编译源文件 x64\Debug\moc\moc_Reconstruction.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(17): warning C4005: “M_E”: 宏重定义 (编译源文件 x64\Debug\moc\moc_Loading.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(155): note: 参见“M_E”的前一个定义 (编译源文件 x64\Debug\moc\moc_Loading.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(18): warning C4005: “M_LOG2E”: 宏重定义 (编译源文件 x64\Debug\moc\moc_Reconstruction.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(159): note: 参见“M_LOG2E”的前一个定义 (编译源文件 x64\Debug\moc\moc_Reconstruction.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(18): warning C4005: “M_LOG2E”: 宏重定义 (编译源文件 x64\Debug\moc\moc_Loading.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(159): note: 参见“M_LOG2E”的前一个定义 (编译源文件 x64\Debug\moc\moc_Loading.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(19): warning C4005: “M_LOG10E”: 宏重定义 (编译源文件 x64\Debug\moc\moc_Reconstruction.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(163): note: 参见“M_LOG10E”的前一个定义 (编译源文件 x64\Debug\moc\moc_Reconstruction.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(19): warning C4005: “M_LOG10E”: 宏重定义 (编译源文件 x64\Debug\moc\moc_Loading.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(163): note: 参见“M_LOG10E”的前一个定义 (编译源文件 x64\Debug\moc\moc_Loading.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(20): warning C4005: “M_LN2”: 宏重定义 (编译源文件 x64\Debug\moc\moc_Reconstruction.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(167): note: 参见“M_LN2”的前一个定义 (编译源文件 x64\Debug\moc\moc_Reconstruction.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(20): warning C4005: “M_LN2”: 宏重定义 (编译源文件 x64\Debug\moc\moc_Loading.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(167): note: 参见“M_LN2”的前一个定义 (编译源文件 x64\Debug\moc\moc_Loading.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(21): warning C4005: “M_LN10”: 宏重定义 (编译源文件 x64\Debug\moc\moc_Reconstruction.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(171): note: 参见“M_LN10”的前一个定义 (编译源文件 x64\Debug\moc\moc_Reconstruction.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(21): warning C4005: “M_LN10”: 宏重定义 (编译源文件 x64\Debug\moc\moc_Loading.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(171): note: 参见“M_LN10”的前一个定义 (编译源文件 x64\Debug\moc\moc_Loading.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(22): warning C4005: “M_PI”: 宏重定义 (编译源文件 x64\Debug\moc\moc_Reconstruction.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(175): note: 参见“M_PI”的前一个定义 (编译源文件 x64\Debug\moc\moc_Reconstruction.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(22): warning C4005: “M_PI”: 宏重定义 (编译源文件 x64\Debug\moc\moc_Loading.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(175): note: 参见“M_PI”的前一个定义 (编译源文件 x64\Debug\moc\moc_Loading.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(23): warning C4005: “M_PI_2”: 宏重定义 (编译源文件 x64\Debug\moc\moc_Reconstruction.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(179): note: 参见“M_PI_2”的前一个定义 (编译源文件 x64\Debug\moc\moc_Reconstruction.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(23): warning C4005: “M_PI_2”: 宏重定义 (编译源文件 x64\Debug\moc\moc_Loading.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(179): note: 参见“M_PI_2”的前一个定义 (编译源文件 x64\Debug\moc\moc_Loading.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(24): warning C4005: “M_PI_4”: 宏重定义 (编译源文件 x64\Debug\moc\moc_Reconstruction.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(183): note: 参见“M_PI_4”的前一个定义 (编译源文件 x64\Debug\moc\moc_Reconstruction.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(24): warning C4005: “M_PI_4”: 宏重定义 (编译源文件 x64\Debug\moc\moc_Loading.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(183): note: 参见“M_PI_4”的前一个定义 (编译源文件 x64\Debug\moc\moc_Loading.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(25): warning C4005: “M_1_PI”: 宏重定义 (编译源文件 x64\Debug\moc\moc_Reconstruction.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(187): note: 参见“M_1_PI”的前一个定义 (编译源文件 x64\Debug\moc\moc_Reconstruction.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(25): warning C4005: “M_1_PI”: 宏重定义 (编译源文件 x64\Debug\moc\moc_Loading.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(187): note: 参见“M_1_PI”的前一个定义 (编译源文件 x64\Debug\moc\moc_Loading.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(26): warning C4005: “M_2_PI”: 宏重定义 (编译源文件 x64\Debug\moc\moc_Reconstruction.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(191): note: 参见“M_2_PI”的前一个定义 (编译源文件 x64\Debug\moc\moc_Reconstruction.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(26): warning C4005: “M_2_PI”: 宏重定义 (编译源文件 x64\Debug\moc\moc_Loading.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(191): note: 参见“M_2_PI”的前一个定义 (编译源文件 x64\Debug\moc\moc_Loading.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(27): warning C4005: “M_2_SQRTPI”: 宏重定义 (编译源文件 x64\Debug\moc\moc_Reconstruction.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(195): note: 参见“M_2_SQRTPI”的前一个定义 (编译源文件 x64\Debug\moc\moc_Reconstruction.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(27): warning C4005: “M_2_SQRTPI”: 宏重定义 (编译源文件 x64\Debug\moc\moc_Loading.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(195): note: 参见“M_2_SQRTPI”的前一个定义 (编译源文件 x64\Debug\moc\moc_Loading.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(28): warning C4005: “M_SQRT2”: 宏重定义 (编译源文件 x64\Debug\moc\moc_Reconstruction.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(199): note: 参见“M_SQRT2”的前一个定义 (编译源文件 x64\Debug\moc\moc_Reconstruction.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(28): warning C4005: “M_SQRT2”: 宏重定义 (编译源文件 x64\Debug\moc\moc_Loading.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(199): note: 参见“M_SQRT2”的前一个定义 (编译源文件 x64\Debug\moc\moc_Loading.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(29): warning C4005: “M_SQRT1_2”: 宏重定义 (编译源文件 x64\Debug\moc\moc_Reconstruction.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(203): note: 参见“M_SQRT1_2”的前一个定义 (编译源文件 x64\Debug\moc\moc_Reconstruction.cpp)
+c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\corecrt_math_defines.h(29): warning C4005: “M_SQRT1_2”: 宏重定义 (编译源文件 x64\Debug\moc\moc_Loading.cpp)
+ d:\qt\5.12.3\msvc2017_64\include\qtcore\qmath.h(203): note: 参见“M_SQRT1_2”的前一个定义 (编译源文件 x64\Debug\moc\moc_Loading.cpp)
+d:\bjtu\reconstruction\lib\pcl\pcl 1.8.1\include\pcl-1.8\pcl\point_traits.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 x64\Debug\moc\moc_Reconstruction.cpp)
+d:\bjtu\reconstruction\lib\pcl\pcl 1.8.1\include\pcl-1.8\pcl\point_traits.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 x64\Debug\moc\moc_Loading.cpp)
+d:\bjtu\reconstruction\lib\pcl\pcl 1.8.1\include\pcl-1.8\pcl\visualization\interactor_style.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 x64\Debug\moc\moc_Reconstruction.cpp)
+d:\bjtu\reconstruction\lib\pcl\pcl 1.8.1\include\pcl-1.8\pcl\visualization\interactor_style.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 x64\Debug\moc\moc_Loading.cpp)
+d:\bjtu\reconstruction\lib\pcl\pcl 1.8.1\include\pcl-1.8\pcl\visualization\pcl_visualizer.h(1584): warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 x64\Debug\moc\moc_Reconstruction.cpp)
+d:\bjtu\reconstruction\lib\pcl\pcl 1.8.1\include\pcl-1.8\pcl\visualization\pcl_visualizer.h(1584): warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 x64\Debug\moc\moc_Loading.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\flycapture2.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 x64\Debug\moc\moc_Reconstruction.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\flycapture2.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 x64\Debug\moc\moc_Loading.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\error.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 x64\Debug\moc\moc_Reconstruction.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\error.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 x64\Debug\moc\moc_Loading.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\camerabase.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 x64\Debug\moc\moc_Reconstruction.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\camerabase.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 x64\Debug\moc\moc_Loading.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\gigecamera.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 x64\Debug\moc\moc_Reconstruction.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\gigecamera.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 x64\Debug\moc\moc_Loading.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\image.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 x64\Debug\moc\moc_Reconstruction.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\image.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 x64\Debug\moc\moc_Loading.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\utilities.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 x64\Debug\moc\moc_Reconstruction.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\utilities.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 x64\Debug\moc\moc_Loading.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\avirecorder.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 x64\Debug\moc\moc_Reconstruction.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\avirecorder.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 x64\Debug\moc\moc_Loading.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\topologynode.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 x64\Debug\moc\moc_Loading.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\topologynode.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 x64\Debug\moc\moc_Reconstruction.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\imagestatistics.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 x64\Debug\moc\moc_Reconstruction.cpp)
+d:\bjtu\reconstruction\lib\flycapture2\include\imagestatistics.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 (编译源文件 x64\Debug\moc\moc_Loading.cpp)
+ 正在创建库 D:\BJTU\Reconstruction\x64\Debug\Reconstruction.lib 和对象 D:\BJTU\Reconstruction\x64\Debug\Reconstruction.exp
+ Reconstruction.vcxproj -> D:\BJTU\Reconstruction\x64\Debug\Reconstruction.exe
diff --git a/x64/Debug/Reconstruction.pdb b/x64/Debug/Reconstruction.pdb
index 1fb647c..c1d6ad5 100644
Binary files a/x64/Debug/Reconstruction.pdb and b/x64/Debug/Reconstruction.pdb differ
diff --git a/x64/Debug/Reconstruction.tlog/CL.command.1.tlog b/x64/Debug/Reconstruction.tlog/CL.command.1.tlog
index 7cf438f..f7fd62c 100644
Binary files a/x64/Debug/Reconstruction.tlog/CL.command.1.tlog and b/x64/Debug/Reconstruction.tlog/CL.command.1.tlog differ
diff --git a/x64/Debug/Reconstruction.tlog/CL.read.1.tlog b/x64/Debug/Reconstruction.tlog/CL.read.1.tlog
index ca48eb6..56e8e85 100644
Binary files a/x64/Debug/Reconstruction.tlog/CL.read.1.tlog and b/x64/Debug/Reconstruction.tlog/CL.read.1.tlog differ
diff --git a/x64/Debug/Reconstruction.tlog/CL.write.1.tlog b/x64/Debug/Reconstruction.tlog/CL.write.1.tlog
index 33e502a..13eb240 100644
Binary files a/x64/Debug/Reconstruction.tlog/CL.write.1.tlog and b/x64/Debug/Reconstruction.tlog/CL.write.1.tlog differ
diff --git a/x64/Debug/Reconstruction.tlog/Reconstruction.lastbuildstate b/x64/Debug/Reconstruction.tlog/Reconstruction.lastbuildstate
index da19207..d7ba291 100644
--- a/x64/Debug/Reconstruction.tlog/Reconstruction.lastbuildstate
+++ b/x64/Debug/Reconstruction.tlog/Reconstruction.lastbuildstate
@@ -1,2 +1,2 @@
-PlatformToolSet=v142:VCToolArchitecture=Native32Bit:VCToolsVersion=14.25.28610:TargetPlatformVersion=10.0.18362.0:
+#TargetFrameworkVersion=v4.0:PlatformToolSet=v141:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit:WindowsTargetPlatformVersion=10.0.17763.0
Debug|x64|D:\BJTU\Reconstruction\|
diff --git a/x64/Debug/Reconstruction.tlog/Reconstruction.write.1u.tlog b/x64/Debug/Reconstruction.tlog/Reconstruction.write.1u.tlog
index 15426a4..816e981 100644
Binary files a/x64/Debug/Reconstruction.tlog/Reconstruction.write.1u.tlog and b/x64/Debug/Reconstruction.tlog/Reconstruction.write.1u.tlog differ
diff --git a/x64/Debug/Reconstruction.tlog/link.command.1.tlog b/x64/Debug/Reconstruction.tlog/link.command.1.tlog
index 9eb511b..ae5e653 100644
Binary files a/x64/Debug/Reconstruction.tlog/link.command.1.tlog and b/x64/Debug/Reconstruction.tlog/link.command.1.tlog differ
diff --git a/x64/Debug/Reconstruction.tlog/link.read.1.tlog b/x64/Debug/Reconstruction.tlog/link.read.1.tlog
index 492e74e..eb02be6 100644
Binary files a/x64/Debug/Reconstruction.tlog/link.read.1.tlog and b/x64/Debug/Reconstruction.tlog/link.read.1.tlog differ
diff --git a/x64/Debug/Reconstruction.tlog/link.write.1.tlog b/x64/Debug/Reconstruction.tlog/link.write.1.tlog
index c1e3993..b56ed7e 100644
Binary files a/x64/Debug/Reconstruction.tlog/link.write.1.tlog and b/x64/Debug/Reconstruction.tlog/link.write.1.tlog differ
diff --git a/x64/Debug/Reconstruction.tlog/moc.write.1u.tlog b/x64/Debug/Reconstruction.tlog/moc.write.1u.tlog
index c58fdcc..bd5a711 100644
Binary files a/x64/Debug/Reconstruction.tlog/moc.write.1u.tlog and b/x64/Debug/Reconstruction.tlog/moc.write.1u.tlog differ
diff --git a/x64/Debug/Reconstruction.tlog/rcc.write.1u.tlog b/x64/Debug/Reconstruction.tlog/rcc.write.1u.tlog
index 2f265e6..1810caa 100644
Binary files a/x64/Debug/Reconstruction.tlog/rcc.write.1u.tlog and b/x64/Debug/Reconstruction.tlog/rcc.write.1u.tlog differ
diff --git a/x64/Debug/Reconstruction.tlog/uic.write.1u.tlog b/x64/Debug/Reconstruction.tlog/uic.write.1u.tlog
index 889002b..c79b8b9 100644
Binary files a/x64/Debug/Reconstruction.tlog/uic.write.1u.tlog and b/x64/Debug/Reconstruction.tlog/uic.write.1u.tlog differ
diff --git a/x64/Debug/hid.Win.obj b/x64/Debug/hid.Win.obj
index cc4357a..919ce64 100644
Binary files a/x64/Debug/hid.Win.obj and b/x64/Debug/hid.Win.obj differ
diff --git a/x64/Debug/main.obj b/x64/Debug/main.obj
index 99331a9..4c9bf89 100644
Binary files a/x64/Debug/main.obj and b/x64/Debug/main.obj differ
diff --git a/x64/Debug/moc/Classes/moc_Reconstruction.cpp b/x64/Debug/moc/Classes/moc_Reconstruction.cpp
deleted file mode 100644
index d42a106..0000000
--- a/x64/Debug/moc/Classes/moc_Reconstruction.cpp
+++ /dev/null
@@ -1,218 +0,0 @@
-/****************************************************************************
-** Meta object code from reading C++ file 'Reconstruction.h'
-**
-** Created by: The Qt Meta Object Compiler version 67 (Qt 5.12.3)
-**
-** WARNING! All changes made in this file will be lost!
-*****************************************************************************/
-
-#include "../../../../Classes/Reconstruction.h"
-#include
-#include
-#if !defined(Q_MOC_OUTPUT_REVISION)
-#error "The header file 'Reconstruction.h' doesn't include ."
-#elif Q_MOC_OUTPUT_REVISION != 67
-#error "This file was generated using the moc from 5.12.3. It"
-#error "cannot be used with the include files from this version of Qt."
-#error "(The moc has changed too much.)"
-#endif
-
-QT_BEGIN_MOC_NAMESPACE
-QT_WARNING_PUSH
-QT_WARNING_DISABLE_DEPRECATED
-struct qt_meta_stringdata_Reconstruction_t {
- QByteArrayData data[25];
- char stringdata0[515];
-};
-#define QT_MOC_LITERAL(idx, ofs, len) \
- Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
- qptrdiff(offsetof(qt_meta_stringdata_Reconstruction_t, stringdata0) + ofs \
- - idx * sizeof(QByteArrayData)) \
- )
-static const qt_meta_stringdata_Reconstruction_t qt_meta_stringdata_Reconstruction = {
- {
-QT_MOC_LITERAL(0, 0, 14), // "Reconstruction"
-QT_MOC_LITERAL(1, 15, 21), // "on_pushButton_clicked"
-QT_MOC_LITERAL(2, 37, 0), // ""
-QT_MOC_LITERAL(3, 38, 23), // "on_pushButton_2_clicked"
-QT_MOC_LITERAL(4, 62, 23), // "on_pushButton_3_clicked"
-QT_MOC_LITERAL(5, 86, 23), // "on_pushButton_4_clicked"
-QT_MOC_LITERAL(6, 110, 23), // "on_pushButton_5_clicked"
-QT_MOC_LITERAL(7, 134, 23), // "on_pushButton_6_clicked"
-QT_MOC_LITERAL(8, 158, 23), // "on_pushButton_7_clicked"
-QT_MOC_LITERAL(9, 182, 23), // "on_pushButton_8_clicked"
-QT_MOC_LITERAL(10, 206, 23), // "on_pushButton_9_clicked"
-QT_MOC_LITERAL(11, 230, 24), // "on_pushButton_10_clicked"
-QT_MOC_LITERAL(12, 255, 24), // "on_pushButton_11_clicked"
-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(18, 405, 24), // "on_pushButton_17_clicked"
-QT_MOC_LITERAL(19, 430, 24), // "on_pushButton_18_clicked"
-QT_MOC_LITERAL(20, 455, 24), // "on_pushButton_19_clicked"
-QT_MOC_LITERAL(21, 480, 12), // "setPicAction"
-QT_MOC_LITERAL(22, 493, 6), // "action"
-QT_MOC_LITERAL(23, 500, 8), // "setCloud"
-QT_MOC_LITERAL(24, 509, 5) // "about"
-
- },
- "Reconstruction\0on_pushButton_clicked\0"
- "\0on_pushButton_2_clicked\0"
- "on_pushButton_3_clicked\0on_pushButton_4_clicked\0"
- "on_pushButton_5_clicked\0on_pushButton_6_clicked\0"
- "on_pushButton_7_clicked\0on_pushButton_8_clicked\0"
- "on_pushButton_9_clicked\0"
- "on_pushButton_10_clicked\0"
- "on_pushButton_11_clicked\0"
- "on_pushButton_12_clicked\0"
- "on_pushButton_13_clicked\0"
- "on_pushButton_14_clicked\0"
- "on_pushButton_15_clicked\0"
- "on_pushButton_16_clicked\0"
- "on_pushButton_17_clicked\0"
- "on_pushButton_18_clicked\0"
- "on_pushButton_19_clicked\0setPicAction\0"
- "action\0setCloud\0about"
-};
-#undef QT_MOC_LITERAL
-
-static const uint qt_meta_data_Reconstruction[] = {
-
- // content:
- 8, // revision
- 0, // classname
- 0, 0, // classinfo
- 22, 14, // methods
- 0, 0, // properties
- 0, 0, // enums/sets
- 0, 0, // constructors
- 0, // flags
- 0, // signalCount
-
- // slots: name, argc, parameters, tag, flags
- 1, 0, 124, 2, 0x08 /* Private */,
- 3, 0, 125, 2, 0x08 /* Private */,
- 4, 0, 126, 2, 0x08 /* Private */,
- 5, 0, 127, 2, 0x08 /* Private */,
- 6, 0, 128, 2, 0x08 /* Private */,
- 7, 0, 129, 2, 0x08 /* Private */,
- 8, 0, 130, 2, 0x08 /* Private */,
- 9, 0, 131, 2, 0x08 /* Private */,
- 10, 0, 132, 2, 0x08 /* Private */,
- 11, 0, 133, 2, 0x08 /* Private */,
- 12, 0, 134, 2, 0x08 /* Private */,
- 13, 0, 135, 2, 0x08 /* Private */,
- 14, 0, 136, 2, 0x08 /* Private */,
- 15, 0, 137, 2, 0x08 /* Private */,
- 16, 0, 138, 2, 0x08 /* Private */,
- 17, 0, 139, 2, 0x08 /* Private */,
- 18, 0, 140, 2, 0x08 /* Private */,
- 19, 0, 141, 2, 0x08 /* Private */,
- 20, 0, 142, 2, 0x08 /* Private */,
- 21, 1, 143, 2, 0x08 /* Private */,
- 23, 0, 146, 2, 0x08 /* Private */,
- 24, 0, 147, 2, 0x08 /* Private */,
-
- // slots: parameters
- QMetaType::Void,
- QMetaType::Void,
- QMetaType::Void,
- QMetaType::Void,
- QMetaType::Void,
- QMetaType::Void,
- QMetaType::Void,
- QMetaType::Void,
- QMetaType::Void,
- QMetaType::Void,
- QMetaType::Void,
- QMetaType::Void,
- QMetaType::Void,
- QMetaType::Void,
- QMetaType::Void,
- QMetaType::Void,
- QMetaType::Void,
- QMetaType::Void,
- QMetaType::Void,
- QMetaType::Void, QMetaType::QString, 22,
- QMetaType::Void,
- QMetaType::Void,
-
- 0 // eod
-};
-
-void Reconstruction::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
-{
- if (_c == QMetaObject::InvokeMetaMethod) {
- auto *_t = static_cast(_o);
- Q_UNUSED(_t)
- switch (_id) {
- case 0: _t->on_pushButton_clicked(); break;
- case 1: _t->on_pushButton_2_clicked(); break;
- case 2: _t->on_pushButton_3_clicked(); break;
- case 3: _t->on_pushButton_4_clicked(); break;
- case 4: _t->on_pushButton_5_clicked(); break;
- case 5: _t->on_pushButton_6_clicked(); break;
- case 6: _t->on_pushButton_7_clicked(); break;
- case 7: _t->on_pushButton_8_clicked(); break;
- case 8: _t->on_pushButton_9_clicked(); break;
- case 9: _t->on_pushButton_10_clicked(); break;
- case 10: _t->on_pushButton_11_clicked(); break;
- case 11: _t->on_pushButton_12_clicked(); break;
- case 12: _t->on_pushButton_13_clicked(); break;
- 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->on_pushButton_17_clicked(); break;
- case 17: _t->on_pushButton_18_clicked(); break;
- case 18: _t->on_pushButton_19_clicked(); break;
- case 19: _t->setPicAction((*reinterpret_cast< QString(*)>(_a[1]))); break;
- case 20: _t->setCloud(); break;
- case 21: _t->about(); break;
- default: ;
- }
- }
-}
-
-QT_INIT_METAOBJECT const QMetaObject Reconstruction::staticMetaObject = { {
- &QMainWindow::staticMetaObject,
- qt_meta_stringdata_Reconstruction.data,
- qt_meta_data_Reconstruction,
- qt_static_metacall,
- nullptr,
- nullptr
-} };
-
-
-const QMetaObject *Reconstruction::metaObject() const
-{
- return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
-}
-
-void *Reconstruction::qt_metacast(const char *_clname)
-{
- if (!_clname) return nullptr;
- if (!strcmp(_clname, qt_meta_stringdata_Reconstruction.stringdata0))
- return static_cast(this);
- return QMainWindow::qt_metacast(_clname);
-}
-
-int Reconstruction::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
-{
- _id = QMainWindow::qt_metacall(_c, _id, _a);
- if (_id < 0)
- return _id;
- if (_c == QMetaObject::InvokeMetaMethod) {
- if (_id < 22)
- qt_static_metacall(this, _c, _id, _a);
- _id -= 22;
- } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
- if (_id < 22)
- *reinterpret_cast(_a[0]) = -1;
- _id -= 22;
- }
- return _id;
-}
-QT_WARNING_POP
-QT_END_MOC_NAMESPACE
diff --git a/x64/Debug/moc_Reconstruction.obj b/x64/Debug/moc_Reconstruction.obj
index d581548..32c2d27 100644
Binary files a/x64/Debug/moc_Reconstruction.obj and b/x64/Debug/moc_Reconstruction.obj differ
diff --git a/x64/Debug/qmake/qtvars_x64_Debug.props b/x64/Debug/qmake/qtvars_x64_Debug.props
index 63d43df..55f588b 100644
--- a/x64/Debug/qmake/qtvars_x64_Debug.props
+++ b/x64/Debug/qmake/qtvars_x64_Debug.props
@@ -30,7 +30,7 @@
3.1
5.12.3
$(Qt_INCLUDEPATH_);x64\Debug\moc\Classes;x64\Debug\uic\UI
+ >$(Qt_INCLUDEPATH_);x64\Debug\moc;x64\Debug\uic
5.12.3
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include "QVTKWidget.h"
-
-QT_BEGIN_NAMESPACE
-
-class Ui_ReconstructionClass
-{
-public:
- QAction *actioncamera;
- QAction *actionstyle;
- QWidget *centralWidget;
- QStackedWidget *stackedWidget;
- QWidget *page;
- QLabel *label_2;
- QGroupBox *groupBox;
- QWidget *gridLayoutWidget_2;
- QGridLayout *gridLayout_2;
- QTextBrowser *textBrowser;
- QLabel *label_7;
- QLabel *label_6;
- QLabel *label_5;
- QLabel *label_8;
- QTextBrowser *textBrowser_3;
- QTextBrowser *textBrowser_2;
- QTextBrowser *textBrowser_4;
- QGroupBox *groupBox_2;
- QWidget *gridLayoutWidget_6;
- QGridLayout *gridLayout_6;
- QSpinBox *spinBox;
- QSpinBox *spinBox_2;
- QLabel *label_15;
- QLabel *label_22;
- QSpinBox *spinBox_3;
- QLabel *label_16;
- QGroupBox *groupBox_5;
- QLabel *label_11;
- QGraphicsView *graphicsView_3;
- QPushButton *pushButton_5;
- QPushButton *pushButton_6;
- QPushButton *pushButton_7;
- QPushButton *pushButton_8;
- QGroupBox *groupBox_3;
- QTreeView *treeView;
- QWidget *page_2;
- QLabel *label_3;
- QGroupBox *groupBox_6;
- QLabel *label_21;
- QGraphicsView *graphicsView_2;
- QPushButton *pushButton_4;
- QLineEdit *lineEdit;
- QLabel *label_18;
- QGroupBox *groupBox_7;
- QTextBrowser *textBrowser_8;
- QGroupBox *groupBox_8;
- QPushButton *pushButton_9;
- QPushButton *pushButton_10;
- QPushButton *pushButton_17;
- QPushButton *pushButton_19;
- QWidget *page_3;
- QGroupBox *groupBox_4;
- QLabel *label_12;
- QPushButton *pushButton_11;
- QPushButton *pushButton_12;
- QLabel *label_14;
- QPushButton *pushButton_16;
- QPushButton *pushButton_13;
- QPushButton *pushButton_14;
- QPushButton *pushButton_15;
- QVTKWidget *qvtkWidget;
- QLabel *label_9;
- QPushButton *pushButton_18;
- QWidget *widget;
- QLabel *label;
- QLabel *label_4;
- QWidget *layoutWidget;
- QVBoxLayout *verticalLayout;
- QPushButton *pushButton;
- QPushButton *pushButton_2;
- QPushButton *pushButton_3;
- QStatusBar *statusBar;
- QMenuBar *menuBar;
-
- void setupUi(QMainWindow *ReconstructionClass)
- {
- if (ReconstructionClass->objectName().isEmpty())
- ReconstructionClass->setObjectName(QString::fromUtf8("ReconstructionClass"));
- ReconstructionClass->resize(1240, 680);
- ReconstructionClass->setMinimumSize(QSize(1240, 680));
- ReconstructionClass->setMaximumSize(QSize(1240, 680));
- actioncamera = new QAction(ReconstructionClass);
- actioncamera->setObjectName(QString::fromUtf8("actioncamera"));
- actionstyle = new QAction(ReconstructionClass);
- actionstyle->setObjectName(QString::fromUtf8("actionstyle"));
- centralWidget = new QWidget(ReconstructionClass);
- centralWidget->setObjectName(QString::fromUtf8("centralWidget"));
- centralWidget->setEnabled(true);
- QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred);
- sizePolicy.setHorizontalStretch(0);
- sizePolicy.setVerticalStretch(0);
- sizePolicy.setHeightForWidth(centralWidget->sizePolicy().hasHeightForWidth());
- centralWidget->setSizePolicy(sizePolicy);
- centralWidget->setMinimumSize(QSize(1240, 680));
- centralWidget->setMaximumSize(QSize(1240, 680));
- centralWidget->setAutoFillBackground(false);
- centralWidget->setStyleSheet(QString::fromUtf8(""));
- stackedWidget = new QStackedWidget(centralWidget);
- stackedWidget->setObjectName(QString::fromUtf8("stackedWidget"));
- stackedWidget->setGeometry(QRect(239, -4, 1001, 651));
- stackedWidget->setAutoFillBackground(true);
- stackedWidget->setStyleSheet(QString::fromUtf8(""));
- page = new QWidget();
- page->setObjectName(QString::fromUtf8("page"));
- label_2 = new QLabel(page);
- label_2->setObjectName(QString::fromUtf8("label_2"));
- label_2->setGeometry(QRect(310, 20, 81, 16));
- QFont font;
- font.setFamily(QString::fromUtf8("Adobe Devanagari"));
- font.setPointSize(11);
- font.setBold(true);
- font.setWeight(75);
- label_2->setFont(font);
- groupBox = new QGroupBox(page);
- groupBox->setObjectName(QString::fromUtf8("groupBox"));
- groupBox->setGeometry(QRect(690, 430, 291, 201));
- QFont font1;
- font1.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
- font1.setPointSize(10);
- groupBox->setFont(font1);
- groupBox->setAlignment(Qt::AlignCenter);
- groupBox->setFlat(false);
- gridLayoutWidget_2 = new QWidget(groupBox);
- gridLayoutWidget_2->setObjectName(QString::fromUtf8("gridLayoutWidget_2"));
- gridLayoutWidget_2->setGeometry(QRect(10, 20, 281, 181));
- gridLayout_2 = new QGridLayout(gridLayoutWidget_2);
- gridLayout_2->setSpacing(6);
- gridLayout_2->setContentsMargins(11, 11, 11, 11);
- gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
- gridLayout_2->setSizeConstraint(QLayout::SetMinAndMaxSize);
- gridLayout_2->setHorizontalSpacing(7);
- gridLayout_2->setContentsMargins(10, 10, 10, 10);
- textBrowser = new QTextBrowser(gridLayoutWidget_2);
- textBrowser->setObjectName(QString::fromUtf8("textBrowser"));
- textBrowser->setMaximumSize(QSize(250, 31));
- QFont font2;
- font2.setFamily(QString::fromUtf8("Adobe Devanagari"));
- font2.setPointSize(10);
- textBrowser->setFont(font2);
- textBrowser->setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
- textBrowser->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
-
- gridLayout_2->addWidget(textBrowser, 0, 1, 1, 1);
-
- label_7 = new QLabel(gridLayoutWidget_2);
- label_7->setObjectName(QString::fromUtf8("label_7"));
- label_7->setFont(font2);
- label_7->setAlignment(Qt::AlignCenter);
-
- gridLayout_2->addWidget(label_7, 2, 0, 1, 1);
-
- label_6 = new QLabel(gridLayoutWidget_2);
- label_6->setObjectName(QString::fromUtf8("label_6"));
- label_6->setFont(font2);
- label_6->setAlignment(Qt::AlignCenter);
-
- gridLayout_2->addWidget(label_6, 1, 0, 1, 1);
-
- label_5 = new QLabel(gridLayoutWidget_2);
- label_5->setObjectName(QString::fromUtf8("label_5"));
- label_5->setFont(font2);
- label_5->setAlignment(Qt::AlignCenter);
-
- gridLayout_2->addWidget(label_5, 0, 0, 1, 1);
-
- label_8 = new QLabel(gridLayoutWidget_2);
- label_8->setObjectName(QString::fromUtf8("label_8"));
- label_8->setFont(font2);
- label_8->setAlignment(Qt::AlignCenter);
-
- gridLayout_2->addWidget(label_8, 3, 0, 1, 1);
-
- textBrowser_3 = new QTextBrowser(gridLayoutWidget_2);
- textBrowser_3->setObjectName(QString::fromUtf8("textBrowser_3"));
- textBrowser_3->setMaximumSize(QSize(250, 31));
- textBrowser_3->setFont(font2);
- textBrowser_3->setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
- textBrowser_3->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
-
- gridLayout_2->addWidget(textBrowser_3, 2, 1, 1, 1);
-
- textBrowser_2 = new QTextBrowser(gridLayoutWidget_2);
- textBrowser_2->setObjectName(QString::fromUtf8("textBrowser_2"));
- textBrowser_2->setMaximumSize(QSize(250, 31));
- textBrowser_2->setFont(font2);
- textBrowser_2->setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
- textBrowser_2->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
-
- gridLayout_2->addWidget(textBrowser_2, 1, 1, 1, 1);
-
- textBrowser_4 = new QTextBrowser(gridLayoutWidget_2);
- textBrowser_4->setObjectName(QString::fromUtf8("textBrowser_4"));
- textBrowser_4->setMaximumSize(QSize(250, 31));
- textBrowser_4->setFont(font2);
- textBrowser_4->setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
- textBrowser_4->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
-
- gridLayout_2->addWidget(textBrowser_4, 3, 1, 1, 1);
-
- groupBox_2 = new QGroupBox(page);
- groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
- groupBox_2->setGeometry(QRect(690, 30, 291, 151));
- groupBox_2->setFont(font1);
- groupBox_2->setAlignment(Qt::AlignCenter);
- gridLayoutWidget_6 = new QWidget(groupBox_2);
- gridLayoutWidget_6->setObjectName(QString::fromUtf8("gridLayoutWidget_6"));
- gridLayoutWidget_6->setGeometry(QRect(30, 20, 231, 121));
- gridLayout_6 = new QGridLayout(gridLayoutWidget_6);
- gridLayout_6->setSpacing(6);
- gridLayout_6->setContentsMargins(11, 11, 11, 11);
- gridLayout_6->setObjectName(QString::fromUtf8("gridLayout_6"));
- gridLayout_6->setSizeConstraint(QLayout::SetMinAndMaxSize);
- gridLayout_6->setHorizontalSpacing(7);
- gridLayout_6->setContentsMargins(10, 10, 10, 10);
- spinBox = new QSpinBox(gridLayoutWidget_6);
- spinBox->setObjectName(QString::fromUtf8("spinBox"));
-
- gridLayout_6->addWidget(spinBox, 0, 2, 1, 1);
-
- spinBox_2 = new QSpinBox(gridLayoutWidget_6);
- spinBox_2->setObjectName(QString::fromUtf8("spinBox_2"));
-
- gridLayout_6->addWidget(spinBox_2, 1, 2, 1, 1);
-
- label_15 = new QLabel(gridLayoutWidget_6);
- label_15->setObjectName(QString::fromUtf8("label_15"));
- QFont font3;
- font3.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
- font3.setPointSize(9);
- label_15->setFont(font3);
- label_15->setAlignment(Qt::AlignCenter);
-
- gridLayout_6->addWidget(label_15, 1, 0, 1, 1);
-
- label_22 = new QLabel(gridLayoutWidget_6);
- label_22->setObjectName(QString::fromUtf8("label_22"));
- QFont font4;
- font4.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
- label_22->setFont(font4);
- label_22->setAlignment(Qt::AlignCenter);
-
- gridLayout_6->addWidget(label_22, 0, 0, 1, 1);
-
- spinBox_3 = new QSpinBox(gridLayoutWidget_6);
- spinBox_3->setObjectName(QString::fromUtf8("spinBox_3"));
-
- gridLayout_6->addWidget(spinBox_3, 2, 2, 1, 1);
-
- label_16 = new QLabel(gridLayoutWidget_6);
- label_16->setObjectName(QString::fromUtf8("label_16"));
- label_16->setFont(font3);
- label_16->setAlignment(Qt::AlignCenter);
-
- gridLayout_6->addWidget(label_16, 2, 0, 1, 1);
-
- groupBox_5 = new QGroupBox(page);
- groupBox_5->setObjectName(QString::fromUtf8("groupBox_5"));
- groupBox_5->setGeometry(QRect(30, 40, 640, 512));
- groupBox_5->setFlat(false);
- label_11 = new QLabel(groupBox_5);
- label_11->setObjectName(QString::fromUtf8("label_11"));
- label_11->setGeometry(QRect(0, 0, 640, 512));
- QFont font5;
- font5.setFamily(QString::fromUtf8("Adobe Devanagari"));
- font5.setPointSize(16);
- label_11->setFont(font5);
- label_11->setAlignment(Qt::AlignCenter);
- graphicsView_3 = new QGraphicsView(groupBox_5);
- graphicsView_3->setObjectName(QString::fromUtf8("graphicsView_3"));
- graphicsView_3->setGeometry(QRect(0, 0, 640, 511));
- graphicsView_3->raise();
- label_11->raise();
- pushButton_5 = new QPushButton(page);
- pushButton_5->setObjectName(QString::fromUtf8("pushButton_5"));
- pushButton_5->setGeometry(QRect(50, 580, 120, 51));
- pushButton_5->setMinimumSize(QSize(120, 0));
- pushButton_5->setMaximumSize(QSize(110, 16777215));
- pushButton_5->setFont(font3);
- pushButton_6 = new QPushButton(page);
- pushButton_6->setObjectName(QString::fromUtf8("pushButton_6"));
- pushButton_6->setGeometry(QRect(210, 580, 120, 51));
- pushButton_6->setMinimumSize(QSize(120, 0));
- pushButton_6->setMaximumSize(QSize(110, 16777215));
- pushButton_6->setFont(font3);
- pushButton_7 = new QPushButton(page);
- pushButton_7->setObjectName(QString::fromUtf8("pushButton_7"));
- pushButton_7->setGeometry(QRect(370, 580, 120, 51));
- pushButton_7->setMinimumSize(QSize(120, 0));
- pushButton_7->setMaximumSize(QSize(110, 16777215));
- pushButton_7->setFont(font3);
- pushButton_8 = new QPushButton(page);
- pushButton_8->setObjectName(QString::fromUtf8("pushButton_8"));
- pushButton_8->setGeometry(QRect(530, 580, 120, 51));
- pushButton_8->setMinimumSize(QSize(120, 0));
- pushButton_8->setMaximumSize(QSize(120, 16777215));
- pushButton_8->setFont(font3);
- groupBox_3 = new QGroupBox(page);
- groupBox_3->setObjectName(QString::fromUtf8("groupBox_3"));
- groupBox_3->setGeometry(QRect(690, 200, 291, 231));
- groupBox_3->setFont(font1);
- groupBox_3->setAlignment(Qt::AlignCenter);
- treeView = new QTreeView(groupBox_3);
- treeView->setObjectName(QString::fromUtf8("treeView"));
- treeView->setGeometry(QRect(10, 20, 271, 181));
- stackedWidget->addWidget(page);
- page_2 = new QWidget();
- page_2->setObjectName(QString::fromUtf8("page_2"));
- label_3 = new QLabel(page_2);
- label_3->setObjectName(QString::fromUtf8("label_3"));
- label_3->setGeometry(QRect(310, 30, 81, 16));
- label_3->setFont(font);
- groupBox_6 = new QGroupBox(page_2);
- groupBox_6->setObjectName(QString::fromUtf8("groupBox_6"));
- groupBox_6->setGeometry(QRect(30, 60, 640, 512));
- label_21 = new QLabel(groupBox_6);
- label_21->setObjectName(QString::fromUtf8("label_21"));
- label_21->setGeometry(QRect(0, 0, 640, 512));
- label_21->setFont(font5);
- label_21->setAlignment(Qt::AlignCenter);
- graphicsView_2 = new QGraphicsView(groupBox_6);
- graphicsView_2->setObjectName(QString::fromUtf8("graphicsView_2"));
- graphicsView_2->setGeometry(QRect(0, 0, 640, 512));
- graphicsView_2->raise();
- label_21->raise();
- pushButton_4 = new QPushButton(page_2);
- pushButton_4->setObjectName(QString::fromUtf8("pushButton_4"));
- pushButton_4->setGeometry(QRect(550, 590, 120, 41));
- pushButton_4->setMinimumSize(QSize(120, 0));
- pushButton_4->setFont(font4);
- lineEdit = new QLineEdit(page_2);
- lineEdit->setObjectName(QString::fromUtf8("lineEdit"));
- lineEdit->setGeometry(QRect(150, 590, 381, 41));
- label_18 = new QLabel(page_2);
- label_18->setObjectName(QString::fromUtf8("label_18"));
- label_18->setGeometry(QRect(30, 590, 111, 40));
- label_18->setMinimumSize(QSize(0, 40));
- label_18->setMaximumSize(QSize(16777215, 40));
- label_18->setFont(font3);
- label_18->setAlignment(Qt::AlignCenter);
- groupBox_7 = new QGroupBox(page_2);
- groupBox_7->setObjectName(QString::fromUtf8("groupBox_7"));
- groupBox_7->setGeometry(QRect(700, 50, 281, 291));
- groupBox_7->setFont(font1);
- groupBox_7->setAlignment(Qt::AlignCenter);
- textBrowser_8 = new QTextBrowser(groupBox_7);
- textBrowser_8->setObjectName(QString::fromUtf8("textBrowser_8"));
- textBrowser_8->setGeometry(QRect(10, 20, 261, 261));
- QFont font6;
- font6.setPointSize(9);
- textBrowser_8->setFont(font6);
- groupBox_8 = new QGroupBox(page_2);
- groupBox_8->setObjectName(QString::fromUtf8("groupBox_8"));
- groupBox_8->setGeometry(QRect(710, 350, 261, 281));
- groupBox_8->setFont(font1);
- groupBox_8->setAlignment(Qt::AlignCenter);
- pushButton_9 = new QPushButton(groupBox_8);
- pushButton_9->setObjectName(QString::fromUtf8("pushButton_9"));
- pushButton_9->setGeometry(QRect(70, 80, 120, 51));
- pushButton_9->setMinimumSize(QSize(120, 0));
- pushButton_9->setFont(font4);
- pushButton_10 = new QPushButton(groupBox_8);
- pushButton_10->setObjectName(QString::fromUtf8("pushButton_10"));
- pushButton_10->setGeometry(QRect(70, 150, 120, 51));
- pushButton_10->setMinimumSize(QSize(120, 0));
- pushButton_10->setFont(font4);
- pushButton_17 = new QPushButton(groupBox_8);
- pushButton_17->setObjectName(QString::fromUtf8("pushButton_17"));
- pushButton_17->setGeometry(QRect(70, 220, 120, 51));
- pushButton_17->setMinimumSize(QSize(120, 0));
- pushButton_17->setFont(font4);
- pushButton_19 = new QPushButton(groupBox_8);
- pushButton_19->setObjectName(QString::fromUtf8("pushButton_19"));
- pushButton_19->setGeometry(QRect(70, 10, 120, 51));
- pushButton_19->setMinimumSize(QSize(120, 0));
- pushButton_19->setFont(font4);
- stackedWidget->addWidget(page_2);
- groupBox_8->raise();
- label_3->raise();
- groupBox_6->raise();
- pushButton_4->raise();
- lineEdit->raise();
- label_18->raise();
- groupBox_7->raise();
- page_3 = new QWidget();
- page_3->setObjectName(QString::fromUtf8("page_3"));
- groupBox_4 = new QGroupBox(page_3);
- groupBox_4->setObjectName(QString::fromUtf8("groupBox_4"));
- groupBox_4->setGeometry(QRect(785, 70, 201, 171));
- groupBox_4->setFont(font4);
- groupBox_4->setAlignment(Qt::AlignCenter);
- groupBox_4->setFlat(false);
- label_12 = new QLabel(groupBox_4);
- label_12->setObjectName(QString::fromUtf8("label_12"));
- label_12->setGeometry(QRect(20, 50, 61, 16));
- pushButton_11 = new QPushButton(groupBox_4);
- pushButton_11->setObjectName(QString::fromUtf8("pushButton_11"));
- pushButton_11->setGeometry(QRect(70, 100, 51, 31));
- pushButton_12 = new QPushButton(groupBox_4);
- pushButton_12->setObjectName(QString::fromUtf8("pushButton_12"));
- pushButton_12->setGeometry(QRect(140, 100, 51, 31));
- label_14 = new QLabel(groupBox_4);
- label_14->setObjectName(QString::fromUtf8("label_14"));
- label_14->setGeometry(QRect(10, 110, 51, 16));
- pushButton_16 = new QPushButton(groupBox_4);
- pushButton_16->setObjectName(QString::fromUtf8("pushButton_16"));
- pushButton_16->setGeometry(QRect(100, 40, 51, 31));
- pushButton_13 = new QPushButton(page_3);
- pushButton_13->setObjectName(QString::fromUtf8("pushButton_13"));
- pushButton_13->setGeometry(QRect(815, 290, 141, 41));
- pushButton_13->setFont(font4);
- pushButton_14 = new QPushButton(page_3);
- pushButton_14->setObjectName(QString::fromUtf8("pushButton_14"));
- pushButton_14->setGeometry(QRect(815, 380, 141, 41));
- pushButton_14->setFont(font4);
- pushButton_15 = new QPushButton(page_3);
- pushButton_15->setObjectName(QString::fromUtf8("pushButton_15"));
- pushButton_15->setGeometry(QRect(815, 470, 141, 41));
- pushButton_15->setFont(font4);
- qvtkWidget = new QVTKWidget(page_3);
- qvtkWidget->setObjectName(QString::fromUtf8("qvtkWidget"));
- qvtkWidget->setGeometry(QRect(30, 20, 741, 621));
- label_9 = new QLabel(page_3);
- label_9->setObjectName(QString::fromUtf8("label_9"));
- label_9->setGeometry(QRect(30, 20, 741, 611));
- QFont font7;
- font7.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
- font7.setPointSize(18);
- label_9->setFont(font7);
- label_9->setStyleSheet(QString::fromUtf8(""));
- pushButton_18 = new QPushButton(page_3);
- pushButton_18->setObjectName(QString::fromUtf8("pushButton_18"));
- pushButton_18->setGeometry(QRect(815, 560, 141, 41));
- pushButton_18->setFont(font4);
- stackedWidget->addWidget(page_3);
- widget = new QWidget(centralWidget);
- widget->setObjectName(QString::fromUtf8("widget"));
- widget->setGeometry(QRect(0, -10, 241, 671));
- QPalette palette;
- QBrush brush(QColor(0, 0, 0, 255));
- brush.setStyle(Qt::SolidPattern);
- palette.setBrush(QPalette::Active, QPalette::WindowText, brush);
- QBrush brush1(QColor(44, 46, 70, 255));
- brush1.setStyle(Qt::SolidPattern);
- palette.setBrush(QPalette::Active, QPalette::Button, brush1);
- QBrush brush2(QColor(255, 0, 0, 255));
- brush2.setStyle(Qt::SolidPattern);
- palette.setBrush(QPalette::Active, QPalette::Light, brush2);
- QBrush brush3(QColor(212, 0, 0, 255));
- brush3.setStyle(Qt::SolidPattern);
- palette.setBrush(QPalette::Active, QPalette::Midlight, brush3);
- QBrush brush4(QColor(85, 0, 0, 255));
- brush4.setStyle(Qt::SolidPattern);
- palette.setBrush(QPalette::Active, QPalette::Dark, brush4);
- QBrush brush5(QColor(113, 0, 0, 255));
- brush5.setStyle(Qt::SolidPattern);
- palette.setBrush(QPalette::Active, QPalette::Mid, brush5);
- palette.setBrush(QPalette::Active, QPalette::Text, brush);
- QBrush brush6(QColor(255, 255, 255, 255));
- brush6.setStyle(Qt::SolidPattern);
- palette.setBrush(QPalette::Active, QPalette::BrightText, brush6);
- palette.setBrush(QPalette::Active, QPalette::ButtonText, brush);
- palette.setBrush(QPalette::Active, QPalette::Base, brush1);
- palette.setBrush(QPalette::Active, QPalette::Window, brush1);
- palette.setBrush(QPalette::Active, QPalette::Shadow, brush);
- QBrush brush7(QColor(212, 127, 127, 255));
- brush7.setStyle(Qt::SolidPattern);
- palette.setBrush(QPalette::Active, QPalette::AlternateBase, brush7);
- QBrush brush8(QColor(255, 255, 220, 255));
- brush8.setStyle(Qt::SolidPattern);
- palette.setBrush(QPalette::Active, QPalette::ToolTipBase, brush8);
- palette.setBrush(QPalette::Active, QPalette::ToolTipText, brush);
- QBrush brush9(QColor(0, 0, 0, 128));
- brush9.setStyle(Qt::NoBrush);
-#if QT_VERSION >= QT_VERSION_CHECK(5, 12, 0)
- palette.setBrush(QPalette::Active, QPalette::PlaceholderText, brush9);
-#endif
- palette.setBrush(QPalette::Inactive, QPalette::WindowText, brush);
- palette.setBrush(QPalette::Inactive, QPalette::Button, brush1);
- palette.setBrush(QPalette::Inactive, QPalette::Light, brush2);
- palette.setBrush(QPalette::Inactive, QPalette::Midlight, brush3);
- palette.setBrush(QPalette::Inactive, QPalette::Dark, brush4);
- palette.setBrush(QPalette::Inactive, QPalette::Mid, brush5);
- palette.setBrush(QPalette::Inactive, QPalette::Text, brush);
- palette.setBrush(QPalette::Inactive, QPalette::BrightText, brush6);
- palette.setBrush(QPalette::Inactive, QPalette::ButtonText, brush);
- palette.setBrush(QPalette::Inactive, QPalette::Base, brush1);
- palette.setBrush(QPalette::Inactive, QPalette::Window, brush1);
- palette.setBrush(QPalette::Inactive, QPalette::Shadow, brush);
- palette.setBrush(QPalette::Inactive, QPalette::AlternateBase, brush7);
- palette.setBrush(QPalette::Inactive, QPalette::ToolTipBase, brush8);
- palette.setBrush(QPalette::Inactive, QPalette::ToolTipText, brush);
- QBrush brush10(QColor(0, 0, 0, 128));
- brush10.setStyle(Qt::NoBrush);
-#if QT_VERSION >= QT_VERSION_CHECK(5, 12, 0)
- palette.setBrush(QPalette::Inactive, QPalette::PlaceholderText, brush10);
-#endif
- palette.setBrush(QPalette::Disabled, QPalette::WindowText, brush4);
- palette.setBrush(QPalette::Disabled, QPalette::Button, brush1);
- palette.setBrush(QPalette::Disabled, QPalette::Light, brush2);
- palette.setBrush(QPalette::Disabled, QPalette::Midlight, brush3);
- palette.setBrush(QPalette::Disabled, QPalette::Dark, brush4);
- palette.setBrush(QPalette::Disabled, QPalette::Mid, brush5);
- palette.setBrush(QPalette::Disabled, QPalette::Text, brush4);
- palette.setBrush(QPalette::Disabled, QPalette::BrightText, brush6);
- palette.setBrush(QPalette::Disabled, QPalette::ButtonText, brush4);
- palette.setBrush(QPalette::Disabled, QPalette::Base, brush1);
- palette.setBrush(QPalette::Disabled, QPalette::Window, brush1);
- palette.setBrush(QPalette::Disabled, QPalette::Shadow, brush);
- QBrush brush11(QColor(170, 0, 0, 255));
- brush11.setStyle(Qt::SolidPattern);
- palette.setBrush(QPalette::Disabled, QPalette::AlternateBase, brush11);
- palette.setBrush(QPalette::Disabled, QPalette::ToolTipBase, brush8);
- palette.setBrush(QPalette::Disabled, QPalette::ToolTipText, brush);
- QBrush brush12(QColor(0, 0, 0, 128));
- brush12.setStyle(Qt::NoBrush);
-#if QT_VERSION >= QT_VERSION_CHECK(5, 12, 0)
- palette.setBrush(QPalette::Disabled, QPalette::PlaceholderText, brush12);
-#endif
- widget->setPalette(palette);
- widget->setAutoFillBackground(true);
- widget->setStyleSheet(QString::fromUtf8(""));
- label = new QLabel(widget);
- label->setObjectName(QString::fromUtf8("label"));
- label->setGeometry(QRect(10, 10, 221, 151));
- label->setMaximumSize(QSize(16777215, 400));
- QFont font8;
- font8.setFamily(QString::fromUtf8("Adobe Devanagari"));
- font8.setPointSize(13);
- font8.setBold(true);
- font8.setWeight(75);
- label->setFont(font8);
- label->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);"));
- label->setAlignment(Qt::AlignCenter);
- label_4 = new QLabel(widget);
- label_4->setObjectName(QString::fromUtf8("label_4"));
- label_4->setGeometry(QRect(20, 290, 201, 91));
- QFont font9;
- font9.setFamily(QString::fromUtf8("\347\255\211\347\272\277"));
- font9.setPointSize(9);
- label_4->setFont(font9);
- label_4->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);"));
- label_4->setAlignment(Qt::AlignCenter);
- layoutWidget = new QWidget(widget);
- layoutWidget->setObjectName(QString::fromUtf8("layoutWidget"));
- layoutWidget->setGeometry(QRect(10, 390, 221, 241));
- verticalLayout = new QVBoxLayout(layoutWidget);
- verticalLayout->setSpacing(40);
- verticalLayout->setContentsMargins(11, 11, 11, 11);
- verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
- verticalLayout->setContentsMargins(0, 0, 0, 0);
- pushButton = new QPushButton(layoutWidget);
- pushButton->setObjectName(QString::fromUtf8("pushButton"));
- QSizePolicy sizePolicy1(QSizePolicy::Minimum, QSizePolicy::Minimum);
- sizePolicy1.setHorizontalStretch(0);
- sizePolicy1.setVerticalStretch(0);
- sizePolicy1.setHeightForWidth(pushButton->sizePolicy().hasHeightForWidth());
- pushButton->setSizePolicy(sizePolicy1);
- pushButton->setFont(font1);
- pushButton->setStyleSheet(QString::fromUtf8(""));
-
- verticalLayout->addWidget(pushButton);
-
- pushButton_2 = new QPushButton(layoutWidget);
- pushButton_2->setObjectName(QString::fromUtf8("pushButton_2"));
- sizePolicy1.setHeightForWidth(pushButton_2->sizePolicy().hasHeightForWidth());
- pushButton_2->setSizePolicy(sizePolicy1);
- pushButton_2->setFont(font1);
- pushButton_2->setStyleSheet(QString::fromUtf8(""));
-
- verticalLayout->addWidget(pushButton_2);
-
- pushButton_3 = new QPushButton(layoutWidget);
- pushButton_3->setObjectName(QString::fromUtf8("pushButton_3"));
- sizePolicy1.setHeightForWidth(pushButton_3->sizePolicy().hasHeightForWidth());
- pushButton_3->setSizePolicy(sizePolicy1);
- pushButton_3->setFont(font1);
- pushButton_3->setStyleSheet(QString::fromUtf8(""));
-
- verticalLayout->addWidget(pushButton_3);
-
- ReconstructionClass->setCentralWidget(centralWidget);
- statusBar = new QStatusBar(ReconstructionClass);
- statusBar->setObjectName(QString::fromUtf8("statusBar"));
- ReconstructionClass->setStatusBar(statusBar);
- menuBar = new QMenuBar(ReconstructionClass);
- menuBar->setObjectName(QString::fromUtf8("menuBar"));
- menuBar->setGeometry(QRect(0, 0, 1240, 26));
- ReconstructionClass->setMenuBar(menuBar);
-
- retranslateUi(ReconstructionClass);
- QObject::connect(spinBox, SIGNAL(valueChanged(int)), spinBox, SLOT(setValue(int)));
-
- stackedWidget->setCurrentIndex(1);
-
-
- QMetaObject::connectSlotsByName(ReconstructionClass);
- } // setupUi
-
- void retranslateUi(QMainWindow *ReconstructionClass)
- {
- ReconstructionClass->setWindowTitle(QApplication::translate("ReconstructionClass", "Reconstruction", nullptr));
- actioncamera->setText(QApplication::translate("ReconstructionClass", "camera", nullptr));
- actionstyle->setText(QApplication::translate("ReconstructionClass", "style", nullptr));
- label_2->setText(QApplication::translate("ReconstructionClass", "Live Video", nullptr));
- groupBox->setTitle(QApplication::translate("ReconstructionClass", "\347\233\270\346\234\272\345\217\202\346\225\260\346\240\217", nullptr));
- label_7->setText(QApplication::translate("ReconstructionClass", "KC1", nullptr));
- label_6->setText(QApplication::translate("ReconstructionClass", "T12", nullptr));
- label_5->setText(QApplication::translate("ReconstructionClass", "R12", nullptr));
- label_8->setText(QApplication::translate("ReconstructionClass", "KP2", nullptr));
- groupBox_2->setTitle(QApplication::translate("ReconstructionClass", "\346\240\207\345\256\232\346\235\277\350\256\276\347\275\256", nullptr));
- label_15->setText(QApplication::translate("ReconstructionClass", "\350\241\214\346\225\260", nullptr));
- label_22->setText(QApplication::translate("ReconstructionClass", "\346\243\213\347\233\230\345\260\272\345\257\270(mm)", nullptr));
- label_16->setText(QApplication::translate("ReconstructionClass", "\345\210\227\346\225\260", nullptr));
- groupBox_5->setTitle(QString());
- label_11->setText(QApplication::translate("ReconstructionClass", "NO VIDEO", nullptr));
- pushButton_5->setText(QApplication::translate("ReconstructionClass", "\346\267\273\345\212\240\345\233\276\345\203\217", nullptr));
- pushButton_6->setText(QApplication::translate("ReconstructionClass", "\347\233\270\346\234\272\346\213\215\346\221\204", nullptr));
- pushButton_7->setText(QApplication::translate("ReconstructionClass", "\347\233\270\346\234\272\346\240\207\345\256\232", nullptr));
- pushButton_8->setText(QApplication::translate("ReconstructionClass", "\344\277\235\345\255\230\347\273\223\346\236\234", nullptr));
- groupBox_3->setTitle(QApplication::translate("ReconstructionClass", "\346\240\207\345\256\232\346\227\245\345\277\227", nullptr));
- label_3->setText(QApplication::translate("ReconstructionClass", "Live Video", nullptr));
- groupBox_6->setTitle(QString());
- label_21->setText(QApplication::translate("ReconstructionClass", "NO VIDEO", nullptr));
- pushButton_4->setText(QApplication::translate("ReconstructionClass", "\351\200\211\346\213\251\346\226\207\344\273\266", nullptr));
- label_18->setText(QApplication::translate("ReconstructionClass", "\350\275\275\345\205\245\346\212\225\345\275\261\345\233\276\345\203\217", nullptr));
- groupBox_7->setTitle(QApplication::translate("ReconstructionClass", "\351\207\215\345\273\272\346\227\245\345\277\227", nullptr));
- groupBox_8->setTitle(QString());
- pushButton_9->setText(QApplication::translate("ReconstructionClass", "\347\233\270\346\234\272\346\213\215\347\205\247", nullptr));
- pushButton_10->setText(QApplication::translate("ReconstructionClass", "\344\277\235\345\255\230\347\205\247\347\211\207", nullptr));
- pushButton_17->setText(QApplication::translate("ReconstructionClass", "\345\274\200\345\247\213\351\207\215\345\273\272", nullptr));
- pushButton_19->setText(QApplication::translate("ReconstructionClass", "\346\212\225\345\275\261\345\233\276\346\241\210", nullptr));
- groupBox_4->setTitle(QApplication::translate("ReconstructionClass", "\350\256\276\347\275\256", nullptr));
- label_12->setText(QApplication::translate("ReconstructionClass", "\351\242\234\350\211\262\351\200\211\346\213\251", nullptr));
- pushButton_11->setText(QApplication::translate("ReconstructionClass", "\351\200\211\346\213\251", nullptr));
- pushButton_12->setText(QApplication::translate("ReconstructionClass", "\345\211\224\351\231\244", nullptr));
- label_14->setText(QApplication::translate("ReconstructionClass", "\345\274\202\345\270\270\347\202\271", nullptr));
- pushButton_16->setText(QString());
- pushButton_13->setText(QApplication::translate("ReconstructionClass", "\345\257\274\345\205\245\347\202\271\344\272\221", nullptr));
- pushButton_14->setText(QApplication::translate("ReconstructionClass", "\345\257\274\345\207\272\347\273\223\346\236\234", nullptr));
- pushButton_15->setText(QApplication::translate("ReconstructionClass", "\346\233\262\351\235\242\351\207\215\345\273\272", nullptr));
- label_9->setText(QString());
- pushButton_18->setText(QApplication::translate("ReconstructionClass", "\344\275\277\347\224\250\345\270\256\345\212\251", nullptr));
- label->setText(QApplication::translate("ReconstructionClass", "3D RECONSTRUCTION", nullptr));
- label_4->setText(QApplication::translate("ReconstructionClass", "\345\212\237\350\203\275\351\200\211\346\213\251", nullptr));
- pushButton->setText(QApplication::translate("ReconstructionClass", "\347\263\273\347\273\237\346\240\207\345\256\232", nullptr));
- pushButton_2->setText(QApplication::translate("ReconstructionClass", "\344\270\211\347\273\264\351\207\215\345\273\272", nullptr));
- pushButton_3->setText(QApplication::translate("ReconstructionClass", "\347\202\271\344\272\221\346\270\262\346\237\223", nullptr));
- } // retranslateUi
-
-};
-
-namespace Ui {
- class ReconstructionClass: public Ui_ReconstructionClass {};
-} // namespace Ui
-
-QT_END_NAMESPACE
-
-#endif // UI_RECONSTRUCTION_H
diff --git a/x64/Debug/usb.obj b/x64/Debug/usb.obj
index a6cb17e..a136004 100644
Binary files a/x64/Debug/usb.obj and b/x64/Debug/usb.obj differ
diff --git a/x64/Debug/vc142.pdb b/x64/Debug/vc142.pdb
deleted file mode 100644
index 8a1fcca..0000000
Binary files a/x64/Debug/vc142.pdb and /dev/null differ
diff --git a/x64/Release/qmake/qtvars_x64_Release.props b/x64/Release/qmake/qtvars_x64_Release.props
index 6f59774..ad86e8a 100644
--- a/x64/Release/qmake/qtvars_x64_Release.props
+++ b/x64/Release/qmake/qtvars_x64_Release.props
@@ -30,7 +30,7 @@
3.1
5.12.3
$(Qt_INCLUDEPATH_);x64\Release\moc\Classes;x64\Release\uic\UI
+ >$(Qt_INCLUDEPATH_);x64\Release\moc;x64\Release\uic
5.12.3