Subversion Repositories seema-scanner

Rev

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

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