Subversion Repositories seema-scanner

Rev

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

Rev 113 Rev 123
Line 34... Line 34...
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 \
38
        algorithm/AlgorithmPhaseShift.h \
39
        algorithm/AlgorithmGrayCodeHorzVert.h
39
        algorithm/AlgorithmGrayCodeHorzVert.h \
-
 
40
        algorithm/AlgorithmLineShift.h
40
 
41
 
41
SOURCES += main.cpp\
42
SOURCES += main.cpp\
42
        SMScanner.cpp \
43
        SMScanner.cpp \
43
        SMVideoWidget.cpp \
44
        SMVideoWidget.cpp \
44
        SMPointCloudWidget.cpp \
45
        SMPointCloudWidget.cpp \
Line 51... Line 52...
51
        SMCalibrationWorker.cpp \
52
        SMCalibrationWorker.cpp \
52
        SMCalibrationParameters.cpp \
53
        SMCalibrationParameters.cpp \
53
        SMReconstructionWorker.cpp \
54
        SMReconstructionWorker.cpp \
54
        algorithm/AlgorithmGrayCode.cpp \
55
        algorithm/AlgorithmGrayCode.cpp \
55
        algorithm/AlgorithmPhaseShift.cpp \
56
        algorithm/AlgorithmPhaseShift.cpp \
56
        algorithm/AlgorithmGrayCodeHorzVert.cpp
57
        algorithm/AlgorithmGrayCodeHorzVert.cpp \
-
 
58
        algorithm/AlgorithmLineShift.cpp
57
 
59
 
58
 
60
 
59
FORMS    += SMScanner.ui \
61
FORMS    += SMScanner.ui \
60
        SMAboutDialog.ui \
62
        SMAboutDialog.ui \
61
        SMPreferenceDialog.ui
63
        SMPreferenceDialog.ui