-
Notifications
You must be signed in to change notification settings - Fork 0
/
SegmentSummaryGraphs.pro
110 lines (101 loc) · 3.11 KB
/
SegmentSummaryGraphs.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
#-------------------------------------------------
#
# Project created by QtCreator 2015-11-24T14:01:04
#
#-------------------------------------------------
QT += core gui sql printsupport
CONFIG += console
TARGET = SegmentSummaryGraphs
TEMPLATE = app
QMAKE_CXXFLAGS += -Wno-sign-compare
SOURCES += main.cpp\
mainwindow.cpp \
segmentation.cpp \
graphmatch.cpp \
GraphSegmentation/segment-image.cpp \
GraphSegmentation/segment-graph.cpp \
GraphSegmentation/pnmfile.cpp \
GraphSegmentation/misc.cpp \
GraphSegmentation/imutil.cpp \
GraphSegmentation/imconv.cpp \
GraphSegmentation/image.cpp \
GraphSegmentation/filter.cpp \
GraphSegmentation/disjoint-set.cpp \
GraphSegmentation/convolve.cpp \
utils.cpp \
hungarian.cpp \
qcustomplot.cpp \
placedetection.cpp \
rag.cpp \
ssgproc.cpp \
TSC/bubble/invariants.cpp \
TSC/bubble/dfc.cpp \
TSC/bubble/bubbleprocess.cpp \
TSC/database/databasemanager.cpp \
TSC/imageprocess/imageprocess.cpp \
TSC/tsc.cpp \
TSC/placedetector.cpp \
TSC/utility.cpp \
segmenttrack.cpp \
tschybrid.cpp \
cluster.c \
recognition.cpp \
utilTypes.cpp \
databasehandler.cpp \
experimentalData.cpp \
GraphSegmentation/ColoredSegments/LUT.cpp \
GraphSegmentation/ColoredSegments/mycolors.cpp \
GraphSegmentation/ColoredSegments/ColoredSegments.cpp \
VPC_toolkit/util.cpp \
VPC_toolkit/VPC_IO.cpp
HEADERS += mainwindow.h \
segmentation.h \
graphmatch.h \
GraphSegmentation/segment-image.h \
GraphSegmentation/segment-graph.h \
GraphSegmentation/pnmfile.h \
GraphSegmentation/misc.h \
GraphSegmentation/imutil.h \
GraphSegmentation/imconv.h \
GraphSegmentation/image.h \
GraphSegmentation/filter.h \
GraphSegmentation/disjoint-set.h \
GraphSegmentation/convolve.h \
utilTypes.h \
utils.h \
hungarian.h \
qcustomplot.h \
placedetection.h \
rag.h \
ssgproc.h \
TSC/bubble/bubbleprocess.h \
TSC/database/databasemanager.h \
TSC/imageprocess/imageprocess.h \
TSC/tsc.h \
TSC/placedetector.h \
TSC/utility.h \
segmenttrack.h \
defs.h \
tschybrid.h \
cluster.h \
recognition.h \
SimpleMatrix.h \
databasehandler.h \
experimentalData.h \
GraphSegmentation/ColoredSegments/mycolors.h \
GraphSegmentation/ColoredSegments/rgb_colors.h \
GraphSegmentation/ColoredSegments/HEADER.h \
GraphSegmentation/ColoredSegments/hsv_colors.h \
GraphSegmentation/ColoredSegments/ImData.h \
GraphSegmentation/ColoredSegments/LUT.h \
GraphSegmentation/ColoredSegments/coor.h \
GraphSegmentation/ColoredSegments/MyLibConstants.h \
GraphSegmentation/ColoredSegments/coloredSegments.h \
VPC_toolkit/mdarray.h \
VPC_toolkit/util.h \
VPC_toolkit/VPC.h
FORMS += mainwindow.ui
LIBS += `pkg-config opencv --libs`
OTHER_FILES += \
GraphSegmentation/ColoredSegments/ColorQuantas.txt \
GraphSegmentation/ColoredSegments/SegmentColors.txt