-
Notifications
You must be signed in to change notification settings - Fork 0
/
RM2020-Horizon-InfantryVisionDetector.pro
47 lines (44 loc) · 1.12 KB
/
RM2020-Horizon-InfantryVisionDetector.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
TEMPLATE = app
CONFIG += console c++11
CONFIG -= app_bundle
CONFIG -= qt
LIBS +=/usr/local/lib/libopencv*.so
LIBS += -lpthread
LIBS += -pthread
LIBS += -lgxiapi \
SOURCES += main.cpp \
BuffDetector/BuffAngleSolver.cpp \
BuffDetector/FindBuff.cpp \
Filter/Filter.cpp \
FindArmor/AngleSolver.cpp \
FindArmor/ImageProcess.cpp \
FindArmor/LongFindArmor.cpp \
FindArmor/ShootTuoluo.cpp \
GetNum/GetNum.cpp \
GetNum/svm.cpp \
SendRecive/CRC_Check.cpp \
SendRecive/RemoteController.cpp \
SendRecive/serial.cpp \
video/DaHengCamera.cpp \
video/VideoCapture.cpp \
DrawCurve.cpp \
Variables.cpp
HEADERS += \
include/AngleSolver.h \
include/BuffAngleSolver.h \
include/CRC_Check.h \
include/DaHengCamera.h \
include/DrawCurve.h \
include/DxImageProc.h \
include/Filter.h \
include/FindBuff.h \
include/GetNum.h \
include/GxIAPI.h \
include/ImageProcess.h \
include/LongFindArmor.h \
include/RemoteController.h \
include/serial.h \
include/ShootTuoluo.h \
include/svm.h \
include/Variables.h \
include/VideoCapture.h