Subversion Repositories seema-scanner

Rev

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

Rev 174 Rev 182
Line 38... Line 38...
38
        SMReconstructionWorker.h \
38
        SMReconstructionWorker.h \
39
        algorithm/Algorithm.h \
39
        algorithm/Algorithm.h \
40
        algorithm/AlgorithmGrayCode.h \
40
        algorithm/AlgorithmGrayCode.h \
41
        algorithm/AlgorithmGrayCodeHorzVert.h \
41
        algorithm/AlgorithmGrayCodeHorzVert.h \
42
        algorithm/AlgorithmLineShift.h \
42
        algorithm/AlgorithmLineShift.h \
43
        algorithm/AlgorithmPhaseShiftTwoFreq.h \
-
 
44
        algorithm/AlgorithmPhaseShiftThreeFreq.h \
43
        algorithm/AlgorithmPhaseShiftThreeFreq.h \
-
 
44
        algorithm/AlgorithmPhaseShiftTwoFreq.h \
45
        algorithm/AlgorithmGrayCodeMax.h
45
        algorithm/algorithmtools.h
46
 
46
 
47
SOURCES += main.cpp\
47
SOURCES += main.cpp\
48
        SMScanner.cpp \
48
        SMScanner.cpp \
49
        SMVideoWidget.cpp \
49
        SMVideoWidget.cpp \
50
        SMPointCloudWidget.cpp \
50
        SMPointCloudWidget.cpp \
Line 59... Line 59...
59
        SMCalibrationParameters.cpp \
59
        SMCalibrationParameters.cpp \
60
        SMReconstructionWorker.cpp \
60
        SMReconstructionWorker.cpp \
61
        algorithm/AlgorithmGrayCode.cpp \
61
        algorithm/AlgorithmGrayCode.cpp \
62
        algorithm/AlgorithmGrayCodeHorzVert.cpp \
62
        algorithm/AlgorithmGrayCodeHorzVert.cpp \
63
        algorithm/AlgorithmLineShift.cpp \
63
        algorithm/AlgorithmLineShift.cpp \
64
        algorithm/AlgorithmPhaseShiftTwoFreq.cpp \
-
 
65
        algorithm/AlgorithmPhaseShiftThreeFreq.cpp \
64
        algorithm/AlgorithmPhaseShiftThreeFreq.cpp \
66
        algorithm/AlgorithmGrayCodeMax.cpp
65
        algorithm/AlgorithmPhaseShiftTwoFreq.cpp
67
 
-
 
68
 
66
 
69
FORMS    += SMScanner.ui \
67
FORMS    += SMScanner.ui \
70
        SMAboutDialog.ui \
68
        SMAboutDialog.ui \
71
        SMPreferenceDialog.ui
69
        SMPreferenceDialog.ui
72
 
70