Subversion Repositories seema-scanner

Rev

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

Rev 207 Rev 208
Line 34... Line 34...
34
        SMTypes.h \
34
        SMTypes.h \
35
        SMCalibrationWorker.h \
35
        SMCalibrationWorker.h \
36
        #SMCalibrationWorkerArUco.h \
36
        #SMCalibrationWorkerArUco.h \
37
        SMCalibrationParameters.h \
37
        SMCalibrationParameters.h \
38
        SMReconstructionWorker.h \
38
        SMReconstructionWorker.h \
-
 
39
        SMMeshingWorker.h \
39
        algorithm/Algorithm.h \
40
        algorithm/Algorithm.h \
40
        algorithm/AlgorithmGrayCode.h \
41
        algorithm/AlgorithmGrayCode.h \
41
        algorithm/AlgorithmGrayCodeHorzVert.h \
42
        algorithm/AlgorithmGrayCodeHorzVert.h \
42
        algorithm/AlgorithmLineShift.h \
43
        algorithm/AlgorithmLineShift.h \
43
        algorithm/AlgorithmPhaseShiftThreeFreq.h \
44
        algorithm/AlgorithmPhaseShiftThreeFreq.h \
Line 59... Line 60...
59
        SMPreferenceDialog.cpp \
60
        SMPreferenceDialog.cpp \
60
        SMCalibrationWorker.cpp \
61
        SMCalibrationWorker.cpp \
61
        #SMCalibrationWorkerArUco.cpp \
62
        #SMCalibrationWorkerArUco.cpp \
62
        SMCalibrationParameters.cpp \
63
        SMCalibrationParameters.cpp \
63
        SMReconstructionWorker.cpp \
64
        SMReconstructionWorker.cpp \
-
 
65
        SMMeshingWorker.cpp \
64
        algorithm/AlgorithmGrayCode.cpp \
66
        algorithm/AlgorithmGrayCode.cpp \
65
        algorithm/AlgorithmGrayCodeHorzVert.cpp \
67
        algorithm/AlgorithmGrayCodeHorzVert.cpp \
66
        algorithm/AlgorithmLineShift.cpp \
68
        algorithm/AlgorithmLineShift.cpp \
67
        algorithm/AlgorithmPhaseShiftThreeFreq.cpp \
69
        algorithm/AlgorithmPhaseShiftThreeFreq.cpp \
68
        algorithm/AlgorithmPhaseShiftTwoFreq.cpp \
70
        algorithm/AlgorithmPhaseShiftTwoFreq.cpp \
Line 92... Line 94...
92
    PKGCONFIG += gl x11 opencv pcl_registration-1.8 pcl_visualization-1.8 pcl_surface-1.8 pcl_search-1.8 \
94
    PKGCONFIG += gl x11 opencv pcl_registration-1.8 pcl_visualization-1.8 pcl_surface-1.8 pcl_search-1.8 \
93
                 pcl_filters-1.8 pcl_kdtree-1.8 pcl_tracking-1.8 flann eigen3
95
                 pcl_filters-1.8 pcl_kdtree-1.8 pcl_tracking-1.8 flann eigen3
94
    # Ceres
96
    # Ceres
95
    CONFIG += c++11
97
    CONFIG += c++11
96
    LIBS += -fopenmp -ltbb -ltbbmalloc -ltbbmalloc_proxy
98
    LIBS += -fopenmp -ltbb -ltbbmalloc -ltbbmalloc_proxy
97
    LIBS += -lcholmod -lceres -lglog
99
    LIBS += -lceres -lglog
-
 
100
    #LIBS += -lcholmod
98
    QMAKE_CXXFLAGS += -fopenmp -openmp
101
    QMAKE_CXXFLAGS += -fopenmp -openmp
99
}
102
}
100
 
103
 
101
 
104
 
102
# Windows
105
# Windows