1 Star 0 Fork 4

人工智能(开源集合)/hunter

forked from 宇泛智能/hunter 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CMakeLists.txt 885 Bytes
一键复制 编辑 原始数据 按行查看 历史
cmake_minimum_required(VERSION 2.8)
project(Hunter0.2)
# OpenCV
set(OpenCV_DIR 3rdparty/opencv330-dev)
find_package(OpenCV)
#include(src/kcf-tracker/kcf-tracker.cmake)
include(src/utils/utils.cmake)
include(src/videostream/videostream.cmake)
include(src/face-detection/face-detection.cmake)
include(src/face-identification/face-identification.cmake)
include(src/multitarget-tracker/multitarget-tracker.cmake)
include(src/multi-thread-tracker/multi-thread-tracker.cmake)
include(src/person-detpose/person-detpose.cmake)
include(src/person-detection/person-detection.cmake)
include(src/face-information/face-info-gender.cmake)
include(src/configuration/configuration.cmake)
include(src/statistics/statistics.cmake)
include(src/render/render.cmake)
include(src/dispatcher/single-thread/dispatcher-single-thread.cmake)
include(src/dispatcher/multi-thread/dispatcher-multi-thread.cmake)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/artificial-intelligence_7/hunter.git
[email protected]:artificial-intelligence_7/hunter.git
artificial-intelligence_7
hunter
hunter
master

搜索帮助