# This is the CMakeCache file.
# For build in directory: /home/liuyuan/CLionProjects/KCFcpp/build
# It was generated by CMake: /usr/bin/cmake
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.
########################
# EXTERNAL cache entries
########################
//Path to a program.
CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line
//Path to a program.
CMAKE_AR:FILEPATH=/usr/bin/ar
//Choose the type of build, options are: None Debug Release RelWithDebInfo
// MinSizeRel ...
CMAKE_BUILD_TYPE:STRING=
//Enable/Disable color output during build.
CMAKE_COLOR_MAKEFILE:BOOL=ON
//CXX compiler
CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++
//A wrapper around 'ar' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-7
//A wrapper around 'ranlib' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-7
//Flags used by the CXX compiler during all build types.
CMAKE_CXX_FLAGS:STRING=
//Flags used by the CXX compiler during DEBUG builds.
CMAKE_CXX_FLAGS_DEBUG:STRING=-g
//Flags used by the CXX compiler during MINSIZEREL builds.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
//Flags used by the CXX compiler during RELEASE builds.
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
//Flags used by the CXX compiler during RELWITHDEBINFO builds.
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
//C compiler
CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc
//A wrapper around 'ar' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-7
//A wrapper around 'ranlib' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-7
//Flags used by the C compiler during all build types.
CMAKE_C_FLAGS:STRING=
//Flags used by the C compiler during DEBUG builds.
CMAKE_C_FLAGS_DEBUG:STRING=-g
//Flags used by the C compiler during MINSIZEREL builds.
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
//Flags used by the C compiler during RELEASE builds.
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
//Flags used by the C compiler during RELWITHDEBINFO builds.
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
//Path to a program.
CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
//Flags used by the linker during all build types.
CMAKE_EXE_LINKER_FLAGS:STRING=
//Flags used by the linker during DEBUG builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during MINSIZEREL builds.
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during RELEASE builds.
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during RELWITHDEBINFO builds.
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Enable/Disable output of compile commands during generation.
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF
//Install path prefix, prepended onto install directories.
CMAKE_INSTALL_PREFIX:PATH=/usr/local
//Path to a program.
CMAKE_LINKER:FILEPATH=/usr/bin/ld
//Path to a program.
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make
//Flags used by the linker during the creation of modules during
// all build types.
CMAKE_MODULE_LINKER_FLAGS:STRING=
//Flags used by the linker during the creation of modules during
// DEBUG builds.
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during the creation of modules during
// MINSIZEREL builds.
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during the creation of modules during
// RELEASE builds.
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during the creation of modules during
// RELWITHDEBINFO builds.
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Path to a program.
CMAKE_NM:FILEPATH=/usr/bin/nm
//Path to a program.
CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
//Path to a program.
CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
//Value Computed by CMake
CMAKE_PROJECT_DESCRIPTION:STATIC=
//Value Computed by CMake
CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
//Value Computed by CMake
CMAKE_PROJECT_NAME:STATIC=kcf
//Path to a program.
CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
//Path to a program.
CMAKE_READELF:FILEPATH=/usr/bin/readelf
//Flags used by the linker during the creation of shared libraries
// during all build types.
CMAKE_SHARED_LINKER_FLAGS:STRING=
//Flags used by the linker during the creation of shared libraries
// during DEBUG builds.
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during the creation of shared libraries
// during MINSIZEREL builds.
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during the creation of shared libraries
// during RELEASE builds.
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during the creation of shared libraries
// during RELWITHDEBINFO builds.
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//If set, runtime paths are not added when installing shared libraries,
// but are added when building.
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
//If set, runtime paths are not added when using shared libraries.
CMAKE_SKIP_RPATH:BOOL=NO
//Flags used by the linker during the creation of static libraries
// during all build types.
CMAKE_STATIC_LINKER_FLAGS:STRING=
//Flags used by the linker during the creation of static libraries
// during DEBUG builds.
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during the creation of static libraries
// during MINSIZEREL builds.
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during the creation of static libraries
// during RELEASE builds.
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during the creation of static libraries
// during RELWITHDEBINFO builds.
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Path to a program.
CMAKE_STRIP:FILEPATH=/usr/bin/strip
//If this value is on, makefiles will be generated without the
// .SILENT directive, and all commands will be echoed to the console
// during the make. This is useful for debugging only. With Visual
// Studio IDE projects all commands are done without /nologo.
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
//The directory containing a CMake configuration file for OpenCV.
OpenCV_DIR:PATH=/usr/local/lib/cmake/opencv4
//Value Computed by CMake
kcf_BINARY_DIR:STATIC=/home/liuyuan/CLionProjects/KCFcpp/build
//Value Computed by CMake
kcf_SOURCE_DIR:STATIC=/home/liuyuan/CLionProjects/KCFcpp
//Dependencies for the target
kcflib_LIB_DEPENDS:STATIC=general;opencv_calib3d;general;opencv_core;general;opencv_dnn;general;opencv_features2d;general;opencv_flann;general;opencv_gapi;general;opencv_highgui;general;opencv_imgcodecs;general;opencv_imgproc;general;opencv_ml;general;opencv_objdetect;general;opencv_photo;general;opencv_stitching;general;opencv_video;general;opencv_videoio;general;opencv_alphamat;general;opencv_aruco;general;opencv_barcode;general;opencv_bgsegm;general;opencv_bioinspired;general;opencv_ccalib;general;opencv_datasets;general;opencv_dnn_objdetect;general;opencv_dnn_superres;general;opencv_dpm;general;opencv_face;general;opencv_freetype;general;opencv_fuzzy;general;opencv_hdf;general;opencv_hfs;general;opencv_img_hash;general;opencv_intensity_transform;general;opencv_line_descriptor;general;opencv_mcc;general;opencv_optflow;general;opencv_phase_unwrapping;general;opencv_plot;general;opencv_quality;general;opencv_rapid;general;opencv_reg;general;opencv_rgbd;general;opencv_saliency;general;opencv_shape;general;opencv_stereo;general;opencv_structured_light;general;opencv_superres;general;opencv_surface_matching;general;opencv
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
基于C++和Opencv实现卡尔曼滤波KCF跟踪算法源码+使用说明.zip 基于C++和Opencv实现卡尔曼滤波KCF跟踪算法源码+使用说明.zip 基于C++和Opencv实现卡尔曼滤波KCF跟踪算法源码+使用说明.zip 基于c++的Opencv实现KCF跟踪算法(未使用官方函数) how to use 1. csdn下载该项目解压 2. cd 项目根目录文件夹(改成英文文件夹) 修改src/video.cpp中的视频路径 3. cd build 4. cmake .. 5. make 6. cd ../bin 7. ./kcf 将会有result01.mp4视频保存
资源推荐
资源详情
资源评论
收起资源包目录
基于C++和Opencv实现卡尔曼滤波KCF跟踪算法源码+使用说明.zip (90个子文件)
CMakeLists.txt 214B
src
CMakeLists.txt 211B
CMakeFiles
CMakeDirectoryInformation.cmake 644B
progress.marks 2B
kcf.dir
link.txt 2KB
depend.make 87B
flags.make 258B
DependInfo.cmake 883B
cmake_clean.cmake 241B
build.make 7KB
progress.make 43B
cmake_install.cmake 1KB
Makefile 6KB
video.cpp 1KB
bin
kcf 105KB
build
CMakeFiles
Makefile2 5KB
CMakeDirectoryInformation.cmake 650B
cmake.check_cache 85B
Makefile.cmake 2KB
progress.marks 2B
CMakeOutput.log 43KB
3.16.3
CompilerIdC
CMakeCCompilerId.c 20KB
a.out 16KB
CMakeDetermineCompilerABI_CXX.bin 16KB
CMakeCXXCompiler.cmake 5KB
CMakeSystem.cmake 402B
CMakeCCompiler.cmake 2KB
CMakeDetermineCompilerABI_C.bin 16KB
CompilerIdCXX
CMakeCXXCompilerId.cpp 20KB
a.out 16KB
TargetDirectories.txt 567B
cmake_install.cmake 2KB
Makefile 4KB
src
CMakeFiles
CMakeDirectoryInformation.cmake 650B
progress.marks 2B
kcf.dir
CXX.includecache 25KB
link.txt 2KB
depend.internal 6KB
depend.make 9KB
flags.make 260B
video.cpp.o 23KB
DependInfo.cmake 728B
cmake_clean.cmake 247B
build.make 7KB
progress.make 43B
cmake_install.cmake 1KB
Makefile 5KB
CMakeCache.txt 15KB
kcflib
CMakeFiles
kcflib.dir
CXX.includecache 28KB
fhog.cpp.o 15KB
kcftracker.cpp.o 131KB
link.txt 187B
runtracker.cpp.o 27KB
depend.internal 14KB
depend.make 25KB
flags.make 216B
DependInfo.cmake 930B
cmake_clean.cmake 352B
build.make 7KB
cmake_clean_target.cmake 48B
progress.make 85B
CMakeDirectoryInformation.cmake 650B
progress.marks 2B
cmake_install.cmake 1KB
Makefile 7KB
test.sh 59B
使用说明.md 307B
kcflib
CMakeLists.txt 213B
tracker.h 1KB
CMakeFiles
kcflib.dir
link.txt 180B
depend.make 90B
flags.make 214B
DependInfo.cmake 1KB
cmake_clean.cmake 346B
build.make 7KB
cmake_clean_target.cmake 45B
progress.make 85B
CMakeDirectoryInformation.cmake 644B
progress.marks 2B
cmake_install.cmake 1KB
kcftracker.hpp 6KB
Makefile 8KB
kcftracker.cpp 19KB
runtracker.cpp 3KB
labdata.hpp 617B
ffttools.hpp 7KB
fhog.cpp 17KB
fhog.hpp 5KB
recttools.hpp 4KB
1.mp4 7.83MB
共 90 条
- 1
资源评论
- m0_748128132024-04-04资源和描述一致,质量不错,解决了我的问题,感谢资源主。
- m0_545908682025-01-11感谢大佬分享的资源给了我灵感,果断支持!感谢分享~
onnx
- 粉丝: 1w+
- 资源: 5627
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- springboot713校园志愿者管理系统--论文.zip
- springboot715桥牌计分系统.zip
- springboot716沁园健身房预约管理系统.zip
- springboot714校园疫情防控系统--论文.zip
- springboot719生鲜超市管理的设计与实现.zip
- springboot718生鲜交易系统--论文.zip
- springboot717游戏分享网站--论文.zip
- springboot721疫苗接种管理系统.zip
- 基于JavaScript的Sewise-Player播放器设计源码下载
- springboot722社区疫情防控平台.zip
- springboot720疫情防控期间某村外出务工人员信息管理系统--论文.zip
- springboot723福聚苑社区团购.zip
- springboot725篮球论坛系统--论文.zip
- springboot724篮球竞赛预约平台--论文.zip
- 基于微信小程序的汽车车行保养维修小程序设计源码
- springboot726线上买菜系统.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功