ui 0.8 增大软件大小,界面优化,实现部分三维重建界面“导入点云”

This commit is contained in:
ZESl
2020-04-08 17:58:49 +08:00
parent 796446bb3f
commit 68b8b09e84
10 changed files with 270 additions and 323 deletions

View File

@@ -9,6 +9,13 @@
#include <QStyleFactory>
#include "DisplayPic.h"
#include "ui_Reconstruction.h"
#include <pcl/point_types.h>
#include <pcl/io/pcd_io.h>
#include <pcl/visualization/pcl_visualizer.h>
#include <pcl/io/vtk_lib_io.h>
#include <vtkRenderWindow.h>
using namespace pcl;
using namespace std;
class Reconstruction : public QMainWindow
{