Subversion Repositories seema-scanner

Rev

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

Rev 23 Rev 24
Line 26... Line 26...
26
        projector/ProjectorOpenGL.h \
26
        projector/ProjectorOpenGL.h \
27
        projector/OpenGLContext.h \
27
        projector/OpenGLContext.h \
28
        codec/Codec.h \
28
        codec/Codec.h \
29
        codec/CodecGrayCode.h \
29
        codec/CodecGrayCode.h \
30
        codec/CodecPhaseShift2x3.h \
30
        codec/CodecPhaseShift2x3.h \
31
        triangulator/Triangulator.h \
-
 
32
        cvtools.h \
31
        cvtools.h \
33
        SMCalibrationParams.h \
32
        SMCalibrationParams.h \
34
        SMCaptureWorker.h \
33
        SMCaptureWorker.h \
35
        SMTriangulationWorker.h \
-
 
36
        rotationstage/RotationStage.h \
34
        rotationstage/RotationStage.h \
37
        SMPreferenceDialog.h \
35
        SMPreferenceDialog.h \
-
 
36
        SMCalibrator.h \
38
        SMTypes.h
37
        SMTypes.h \
-
 
38
    SMTriangulator.h
39
 
39
 
40
SOURCES += main.cpp\
40
SOURCES += main.cpp\
41
        SMScanner.cpp \
41
        SMScanner.cpp \
42
        SMVideoWidget.cpp \
42
        SMVideoWidget.cpp \
43
        SMPointCloudWidget.cpp \
43
        SMPointCloudWidget.cpp \
44
        camera/Camera.cpp \
44
        camera/Camera.cpp \
45
        projector/ProjectorOpenGL.cpp \
45
        projector/ProjectorOpenGL.cpp \
46
        codec/CodecGrayCode.cpp \
46
        codec/CodecGrayCode.cpp \
47
        codec/CodecPhaseShift2x3.cpp \
47
        codec/CodecPhaseShift2x3.cpp \
48
        triangulator/Triangulator.cpp \
-
 
49
        cvtools.cpp \
48
        cvtools.cpp \
50
        SMCalibrationParams.cpp \
-
 
51
        SMCaptureWorker.cpp \
49
        SMCaptureWorker.cpp \
52
        SMTriangulationWorker.cpp \
-
 
53
        rotationstage/RotationStage.cpp \
50
        rotationstage/RotationStage.cpp \
-
 
51
        SMCalibrator.cpp \
54
        SMPreferenceDialog.cpp
52
        SMPreferenceDialog.cpp \
-
 
53
    SMTriangulator.cpp
55
 
54
 
56
 
55
 
57
FORMS    += SMScanner.ui \
56
FORMS    += SMScanner.ui \
58
    SMAboutDialog.ui \
57
    SMAboutDialog.ui \
59
    SMPreferenceDialog.ui
58
    SMPreferenceDialog.ui