Subversion Repositories seema-scanner

Rev

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

Rev 196 Rev 200
Line 7... Line 7...
7
#
7
#
8
# Supported OS: Ubuntu 16.04
8
# Supported OS: Ubuntu 16.04
9
#
9
#
10
# Dependencies: Qt 5, OpenCV, PCL 1.7.2
10
# Dependencies: Qt 5, OpenCV, PCL 1.7.2
11
#
11
#
12
# Image Analysis and Computer Graphics, DTU, 2016
12
# Image Analysis and Computer Graphics, DTU, 2017
13
#
13
#
14
#------------------------------------------------------------
14
#------------------------------------------------------------
15
 
15
 
16
QT += core gui testlib
16
QT += core gui testlib
17
 
17
 
Line 40... Line 40...
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/AlgorithmPhaseShiftThreeFreq.h \
43
        algorithm/AlgorithmPhaseShiftThreeFreq.h \
44
        algorithm/AlgorithmPhaseShiftTwoFreq.h \
44
        algorithm/AlgorithmPhaseShiftTwoFreq.h \
-
 
45
        algorithm/AlgorithmPhaseShiftTwoFreqHorzVert.h \
45
        algorithm/AlgorithmPhaseShiftEmbedded.h \
46
        algorithm/AlgorithmPhaseShiftEmbedded.h \
46
        algorithm/algorithmtools.h
47
        algorithm/algorithmtools.h
47
 
48
 
48
SOURCES += main.cpp\
49
SOURCES += main.cpp\
49
        SMScanner.cpp \
50
        SMScanner.cpp \
Line 62... Line 63...
62
        algorithm/AlgorithmGrayCode.cpp \
63
        algorithm/AlgorithmGrayCode.cpp \
63
        algorithm/AlgorithmGrayCodeHorzVert.cpp \
64
        algorithm/AlgorithmGrayCodeHorzVert.cpp \
64
        algorithm/AlgorithmLineShift.cpp \
65
        algorithm/AlgorithmLineShift.cpp \
65
        algorithm/AlgorithmPhaseShiftThreeFreq.cpp \
66
        algorithm/AlgorithmPhaseShiftThreeFreq.cpp \
66
        algorithm/AlgorithmPhaseShiftTwoFreq.cpp \
67
        algorithm/AlgorithmPhaseShiftTwoFreq.cpp \
-
 
68
        algorithm/AlgorithmPhaseShiftTwoFreqHorzVert.cpp \
67
        algorithm/AlgorithmPhaseShiftEmbedded.cpp
69
        algorithm/AlgorithmPhaseShiftEmbedded.cpp
68
 
70
 
69
FORMS    += SMScanner.ui \
71
FORMS    += SMScanner.ui \
70
        SMAboutDialog.ui \
72
        SMAboutDialog.ui \
71
        SMPreferenceDialog.ui
73
        SMPreferenceDialog.ui