Subversion Repositories seema-scanner

Rev

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

Rev 123 Rev 128
Line 33... Line 33...
33
        SMCalibrationWorker.h \
33
        SMCalibrationWorker.h \
34
        SMCalibrationParameters.h \
34
        SMCalibrationParameters.h \
35
        SMReconstructionWorker.h \
35
        SMReconstructionWorker.h \
36
        algorithm/Algorithm.h \
36
        algorithm/Algorithm.h \
37
        algorithm/AlgorithmGrayCode.h \
37
        algorithm/AlgorithmGrayCode.h \
38
        algorithm/AlgorithmPhaseShift.h \
-
 
39
        algorithm/AlgorithmGrayCodeHorzVert.h \
38
        algorithm/AlgorithmGrayCodeHorzVert.h \
40
        algorithm/AlgorithmLineShift.h
39
        algorithm/AlgorithmLineShift.h \
-
 
40
    algorithm/AlgorithmPhaseShiftTwoFreq.h \
-
 
41
    algorithm/AlgorithmPhaseShiftThreeFreq.h
41
 
42
 
42
SOURCES += main.cpp\
43
SOURCES += main.cpp\
43
        SMScanner.cpp \
44
        SMScanner.cpp \
44
        SMVideoWidget.cpp \
45
        SMVideoWidget.cpp \
45
        SMPointCloudWidget.cpp \
46
        SMPointCloudWidget.cpp \
Line 51... Line 52...
51
        SMPreferenceDialog.cpp \
52
        SMPreferenceDialog.cpp \
52
        SMCalibrationWorker.cpp \
53
        SMCalibrationWorker.cpp \
53
        SMCalibrationParameters.cpp \
54
        SMCalibrationParameters.cpp \
54
        SMReconstructionWorker.cpp \
55
        SMReconstructionWorker.cpp \
55
        algorithm/AlgorithmGrayCode.cpp \
56
        algorithm/AlgorithmGrayCode.cpp \
56
        algorithm/AlgorithmPhaseShift.cpp \
-
 
57
        algorithm/AlgorithmGrayCodeHorzVert.cpp \
57
        algorithm/AlgorithmGrayCodeHorzVert.cpp \
58
        algorithm/AlgorithmLineShift.cpp
58
        algorithm/AlgorithmLineShift.cpp \
-
 
59
    algorithm/AlgorithmPhaseShiftTwoFreq.cpp \
-
 
60
    algorithm/AlgorithmPhaseShiftThreeFreq.cpp
59
 
61
 
60
 
62
 
61
FORMS    += SMScanner.ui \
63
FORMS    += SMScanner.ui \
62
        SMAboutDialog.ui \
64
        SMAboutDialog.ui \
63
        SMPreferenceDialog.ui
65
        SMPreferenceDialog.ui