working yolo default model with opencv

This commit is contained in:
Tuomas Järvinen
2024-08-25 18:26:19 +03:00
parent be59a02f9b
commit ef137fbc4b
6 changed files with 747 additions and 1 deletions
@@ -0,0 +1,16 @@
QT = core
QT -= gui
CONFIG += c++17 cmdline concurrent console
# link_pkgconfig
SOURCES += \
main-opencv-example.cpp
#main.cpp
HEADERS += \
common.hpp
INCLUDEPATH += /opt/opencv-4.10.0/include/opencv4/
LIBS += /opt/opencv-4.10.0/lib/libopencv_world.so
QMAKE_LFLAGS += -Wl,-rpath,/opt/opencv-4.10.0/lib