-
Notifications
You must be signed in to change notification settings - Fork 0
/
lr-facetags.pro
51 lines (48 loc) · 1.3 KB
/
lr-facetags.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
######################################################################
# Automatically generated by qmake (2.01a) Mon Jul 21 13:35:53 2014
######################################################################
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport
TEMPLATE = app
TARGET =
DEPENDPATH += . Tests
INCLUDEPATH += .
INCLUDEPATH += /usr/local/include/opencv
LIBS += -L/usr/local/lib
LIBS += -lopencv_core
LIBS += -lopencv_imgproc
LIBS += -lopencv_highgui
LIBS += -lopencv_ml
LIBS += -lopencv_video
LIBS += -lopencv_features2d
LIBS += -lopencv_calib3d
LIBS += -lopencv_objdetect
LIBS += -lopencv_contrib
LIBS += -lopencv_legacy
LIBS += -lopencv_flann
LIBS += -lopencv_nonfree
# Input
HEADERS += benchmark.h \
Detection.h \
FaceObject.h \
MainUI.h \
readWriteObjectFile.h \
RecognitionOpenCV.h \
TagTrainingSetDialog.h \
plotdialog.h \
qcustomplot.h \
bbdialog.h
FORMS += mainwindow.ui \
TagTrainingSetDialog.ui \
plotdialog.ui \
bbdialog.ui
SOURCES += benchmark.cpp \
Detection.cpp \
FaceObject.cpp \
Main.cpp \
MainUI.cpp \
readWriteObjectFile.cpp \
RecognitionOpenCV.cpp \
TagTrainingSetDialog.cpp \
plotdialog.cpp \
qcustomplot.cpp \
bbdialog.cpp