Subversion Repositories seema-scanner

Rev

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

Rev 108 Rev 113
Line 28... Line 28...
28
        cvtools.h \
28
        cvtools.h \
29
        SMCaptureWorker.h \
29
        SMCaptureWorker.h \
30
        rotationstage/RotationStage.h \
30
        rotationstage/RotationStage.h \
31
        SMPreferenceDialog.h \
31
        SMPreferenceDialog.h \
32
        SMTypes.h \
32
        SMTypes.h \
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 \
38
        algorithm/AlgorithmPhaseShift.h \
39
    algorithm/AlgorithmGrayCodeHorzVert.h
39
        algorithm/AlgorithmGrayCodeHorzVert.h
40
 
40
 
41
SOURCES += main.cpp\
41
SOURCES += main.cpp\
42
        SMScanner.cpp \
42
        SMScanner.cpp \
43
        SMVideoWidget.cpp \
43
        SMVideoWidget.cpp \
44
        SMPointCloudWidget.cpp \
44
        SMPointCloudWidget.cpp \
Line 46... Line 46...
46
        projector/ProjectorOpenGL.cpp \
46
        projector/ProjectorOpenGL.cpp \
47
        cvtools.cpp \
47
        cvtools.cpp \
48
        SMCaptureWorker.cpp \
48
        SMCaptureWorker.cpp \
49
        rotationstage/RotationStage.cpp \
49
        rotationstage/RotationStage.cpp \
50
        SMPreferenceDialog.cpp \
50
        SMPreferenceDialog.cpp \
51
    SMCalibrationWorker.cpp \
51
        SMCalibrationWorker.cpp \
52
    SMCalibrationParameters.cpp \
52
        SMCalibrationParameters.cpp \
53
    SMReconstructionWorker.cpp \
53
        SMReconstructionWorker.cpp \
54
    algorithm/AlgorithmGrayCode.cpp \
54
        algorithm/AlgorithmGrayCode.cpp \
55
    algorithm/AlgorithmPhaseShift.cpp \
55
        algorithm/AlgorithmPhaseShift.cpp \
56
    algorithm/AlgorithmGrayCodeHorzVert.cpp
56
        algorithm/AlgorithmGrayCodeHorzVert.cpp
57
 
57
 
58
 
58
 
59
FORMS    += SMScanner.ui \
59
FORMS    += SMScanner.ui \
60
    SMAboutDialog.ui \
60
        SMAboutDialog.ui \
61
    SMPreferenceDialog.ui
61
        SMPreferenceDialog.ui
62
 
62
 
63
INCLUDEPATH += camera/ projector/ algorithm/ triangulator/ rotationstage/ calibration/
63
INCLUDEPATH += camera/ projector/ algorithm/ triangulator/ rotationstage/ calibration/
64
 
64
 
65
 
65
 
66
# Operating System dependant linking and including
66
# Operating System dependant linking and including