Subversion Repositories seema-scanner

Rev

Rev 208 | Rev 225 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 208 Rev 217
Line 10... Line 10...
10
 
10
 
11
#include "SMPreferenceDialog.h"
11
#include "SMPreferenceDialog.h"
12
#include "SMCaptureWorker.h"
12
#include "SMCaptureWorker.h"
13
#include "SMCalibrationWorker.h"
13
#include "SMCalibrationWorker.h"
14
#include "SMReconstructionWorker.h"
14
#include "SMReconstructionWorker.h"
15
#include "SMMeshingWorker.h"
15
//#include "SMMeshingWorker.h"
16
 
16
 
17
#include <opencv2/opencv.hpp>
17
#include <opencv2/opencv.hpp>
18
#include <pcl/point_cloud.h>
18
#include <pcl/point_cloud.h>
19
#include <pcl/point_types.h>
19
#include <pcl/point_types.h>
20
 
20
 
Line 110... Line 110...
110
        QThread *calibrationWorkerThread;
110
        QThread *calibrationWorkerThread;
111
 
111
 
112
        SMReconstructionWorker *reconstructionWorker;
112
        SMReconstructionWorker *reconstructionWorker;
113
        QThread *reconstructionWorkerThread;
113
        QThread *reconstructionWorkerThread;
114
 
114
 
115
        SMMeshingWorker *meshWorker;
115
        //SMMeshingWorker *meshWorker;
116
        QThread *meshWorkerThread;
116
        QThread *meshWorkerThread;
117
 
117
 
118
        std::vector< SMCalibrationSet > calibrationData;
118
        std::vector< SMCalibrationSet > calibrationData;
119
        std::vector< SMFrameSequence > captureData;
119
        std::vector< SMFrameSequence > captureData;
120
        std::vector< SMPointCloud > pointCloudData;
120
        std::vector< SMPointCloud > pointCloudData;