-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProjection-Mapper.pro
More file actions
32 lines (24 loc) · 928 Bytes
/
Copy pathProjection-Mapper.pro
File metadata and controls
32 lines (24 loc) · 928 Bytes
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
#-------------------------------------------------
#
# Project created by QtCreator 2016-12-06T13:11:18
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = Projection-Mapper
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
ccl.cpp \
boundingboxescreator.cpp \
matcher.cpp \
renderer.cpp
HEADERS += mainwindow.h \
ccl.h \
boundingboxescreator.h \
boundingbox.h \
coordinateextremes.h \
matcher.h \
renderer.h
FORMS += mainwindow.ui
LIBS += -L/usr/local/lib -lopencv_calib3d -lopencv_contrib -lopencv_core -lopencv_features2d -lopencv_flann -lopencv_gpu -lopencv_highgui -lopencv_imgproc -lopencv_legacy -lopencv_ml -lopencv_nonfree -lopencv_objdetect -lopencv_ocl -lopencv_photo -lopencv_stitching -lopencv_superres -lopencv_ts -lopencv_video -lopencv_videostab -lrt -lpthread -lm -ldl