-
Notifications
You must be signed in to change notification settings - Fork 5
/
QtCV.pro
67 lines (65 loc) · 2.06 KB
/
QtCV.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
######################################################################
# Automatically generated by qmake (3.0) ? 9? 21 18:20:54 2015
######################################################################
TEMPLATE = app
TARGET = QtCV
INCLUDEPATH += .
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
# Input
HEADERS += src/Canny.h \
src/Cartoonifier.h \
src/cornerfinder.h \
src/edgedetectwindow.h \
src/facerecognizer.h \
src/featuredetector.h \
src/featurewindow.h \
src/filters.h \
src/grabcut.h \
src/imagehandler.h \
src/imageholder.h \
src/laplace.h \
src/mainwindow.h \
src/morpher.h \
src/pixelate.h \
src/projectivetransforms.h \
src/rippleeffect.h \
src/sobel.h \
src/watershed.h \
src/watershedsegmenter.h
FORMS += edgedetectwindow.ui \
featuredetectwindow.ui \
featurewindow.ui \
imageholder.ui \
imagewidget.ui \
mainwindow.ui
SOURCES += src/Canny.cpp \
src/Cartoonifier.cpp \
src/cornerfinder.cpp \
src/edgedetectwindow.cpp \
src/facerecognizer.cpp \
src/featuredetector.cpp \
src/featurewindow.cpp \
src/filters.cpp \
src/grabcut.cpp \
src/imagehandler.cpp \
src/imageholder.cpp \
src/laplace.cpp \
src/main.cpp \
src/mainwindow.cpp \
src/morpher.cpp \
src/pixelate.cpp \
src/projectivetransforms.cpp \
src/rippleeffect.cpp \
src/sobel.cpp \
src/watershed.cpp \
src/watershedsegmenter.cpp
LIBS += -L$$/usr/local/lib -l:libopencv_imgproc.so.3.0 \
-l:libopencv_flann.so.3.0\
-l:libopencv_core.so.3.0\
-l:libopencv_calib3d.so.3.0\
-l:libopencv_features2d.so.3.0\
-l:libopencv_highgui.so.3.0\
-l:libopencv_xobjdetect.so.3.0\
-l:libopencv_xfeatures2d.so.3.0\
-l:libopencv_surface_matching.so.3.0\
-l:libopencv_imgcodecs.so.3.0