文件名称:VOTR-master
-
所属分类:
- 标签属性:
- 上传时间:2015-08-19
-
文件大小:1.22mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
Visual Object Tracking Repository
视觉目标跟踪算法库-Visual Object Tracking Repository
视觉目标跟踪算法库-Visual Object Tracking Repository
(系统自动生成,下载前可以参看下载内容)
下载文件列表
VOTR-master/
VOTR-master/.cv-example
VOTR-master/.gitignore
VOTR-master/CT/
VOTR-master/CT/CMakeLists.txt
VOTR-master/CT/CompressiveTracker.cpp
VOTR-master/CT/CompressiveTracker.h
VOTR-master/CT/README.md
VOTR-master/CT/RunTracker.cpp
VOTR-master/CT/config.txt
VOTR-master/CT/vot.hpp
VOTR-master/CppMT/
VOTR-master/CppMT/.gitignore
VOTR-master/CppMT/.travis.yml
VOTR-master/CppMT/CMT.cpp
VOTR-master/CppMT/CMT.h
VOTR-master/CppMT/CMakeLists.txt
VOTR-master/CppMT/Consensus.cpp
VOTR-master/CppMT/Consensus.h
VOTR-master/CppMT/Fusion.cpp
VOTR-master/CppMT/Fusion.h
VOTR-master/CppMT/LICENSE
VOTR-master/CppMT/Matcher.cpp
VOTR-master/CppMT/Matcher.h
VOTR-master/CppMT/README.md
VOTR-master/CppMT/Tracker.cpp
VOTR-master/CppMT/Tracker.h
VOTR-master/CppMT/common.cpp
VOTR-master/CppMT/common.h
VOTR-master/CppMT/fastcluster/
VOTR-master/CppMT/fastcluster/fastcluster.cpp
VOTR-master/CppMT/fastcluster/fastcluster.h
VOTR-master/CppMT/getopt/
VOTR-master/CppMT/getopt/getopt.cpp
VOTR-master/CppMT/getopt/getopt.h
VOTR-master/CppMT/gui.cpp
VOTR-master/CppMT/gui.h
VOTR-master/CppMT/logging/
VOTR-master/CppMT/logging/log.h
VOTR-master/CppMT/main.cpp
VOTR-master/CppMT/trax.cpp
VOTR-master/DSST/
VOTR-master/DSST/README.md
VOTR-master/DSST/fhog.m
VOTR-master/DSST/get_feature_map.m
VOTR-master/DSST/get_scale_subwindow.m
VOTR-master/DSST/get_subwindow.m
VOTR-master/DSST/gradientMex.cpp
VOTR-master/DSST/sse.hpp
VOTR-master/DSST/vot_tracker_initialize.m
VOTR-master/DSST/vot_tracker_results.m
VOTR-master/DSST/wrapper.m
VOTR-master/DSST/wrappers.hpp
VOTR-master/FragTrack/
VOTR-master/FragTrack/CMakeLists.txt
VOTR-master/FragTrack/Fragments_Tracker.cpp
VOTR-master/FragTrack/Fragments_Tracker.h
VOTR-master/FragTrack/README.md
VOTR-master/FragTrack/emd.cpp
VOTR-master/FragTrack/emd.h
VOTR-master/FragTrack/fragtrack_envelope.cpp
VOTR-master/FragTrack/setup.txt
VOTR-master/FragTrack/vot.hpp
VOTR-master/HoughTrack/
VOTR-master/HoughTrack/CMakeLists.txt
VOTR-master/HoughTrack/LICENSE
VOTR-master/HoughTrack/README.md
VOTR-master/HoughTrack/code/
VOTR-master/HoughTrack/code/capture.cpp
VOTR-master/HoughTrack/code/capture.h
VOTR-master/HoughTrack/code/features.cpp
VOTR-master/HoughTrack/code/features.h
VOTR-master/HoughTrack/code/fern.cpp
VOTR-master/HoughTrack/code/fern.h
VOTR-master/HoughTrack/code/main.cpp
VOTR-master/HoughTrack/code/parameters.cpp
VOTR-master/HoughTrack/code/parameters.h
VOTR-master/HoughTrack/code/utilities.cpp
VOTR-master/HoughTrack/code/utilities.h
VOTR-master/HoughTrack/code/vot.hpp
VOTR-master/HoughTrack/sample/
VOTR-master/HoughTrack/sample/sample.conf
VOTR-master/LearnMatch/
VOTR-master/LearnMatch/CMakeLists.txt
VOTR-master/LearnMatch/LICENSE.txt
VOTR-master/LearnMatch/README.md
VOTR-master/LearnMatch/config.txt
VOTR-master/LearnMatch/src/
VOTR-master/LearnMatch/src/3rdparty/
VOTR-master/LearnMatch/src/3rdparty/GraphUtils/
VOTR-master/LearnMatch/src/3rdparty/GraphUtils/GraphUtils.cpp
VOTR-master/LearnMatch/src/3rdparty/GraphUtils/GraphUtils.h
VOTR-master/LearnMatch/src/BinaryDescriptor.h
VOTR-master/LearnMatch/src/BinaryDescriptor.inl
VOTR-master/LearnMatch/src/BinaryUtils.h
VOTR-master/LearnMatch/src/BinaryUtils.inl
VOTR-master/LearnMatch/src/BinaryWeightVector.h
VOTR-master/LearnMatch/src/BinaryWeightVector.inl
VOTR-master/LearnMatch/src/Config.cpp
VOTR-master/LearnMatch/src/Config.h
VOTR-master/LearnMatch/src/Detector.cpp
VOTR-master/LearnMatch/src/Detector.h
VOTR-master/LearnMatch/src/FloatDescriptor.h
VOTR-master/LearnMatch/src/FloatDescriptor.inl
VOTR-master/LearnMatch/src/LinearSVM.cpp
VOTR-master/LearnMatch/src/LinearSVM.h
VOTR-master/LearnMatch/src/Model.cpp
VOTR-master/LearnMatch/src/Model.h
VOTR-master/LearnMatch/src/Prosac.h
VOTR-master/LearnMatch/src/Prosac.inl
VOTR-master/LearnMatch/src/Rect.h
VOTR-master/LearnMatch/src/RobustHomography.cpp
VOTR-master/LearnMatch/src/RobustHomography.h
VOTR-master/LearnMatch/src/Stats.cpp
VOTR-master/LearnMatch/src/Stats.h
VOTR-master/LearnMatch/src/Timer.h
VOTR-master/LearnMatch/src/Utils.cpp
VOTR-master/LearnMatch/src/Utils.h
VOTR-master/LearnMatch/src/Video.cpp
VOTR-master/LearnMatch/src/Video.h
VOTR-master/LearnMatch/src/main.cpp
VOTR-master/LearnMatch/src/vot.hpp
VOTR-master/README.md
VOTR-master/SCM/
VOTR-master/SCM/Affine Sample Functions/
VOTR-master/SCM/Affine Sample Functions/affinePatch.m
VOTR-master/SCM/Affine Sample Functions/affineSample.m
VOTR-master/SCM/Affine Sample Functions/affineTrainG.m
VOTR-master/SCM/Affine Sample Functions/affineTrainL.m
VOTR-master/SCM/Affine Sample Functions/affparam2geom.m
VOTR-master/SCM/Affine Sample Functions/affparam2mat.m
VOTR-master/SCM/Affine Sample Functions/warpimg.m
VOTR-master/SCM/README.md
VOTR-master/SCM/demo.m
VOTR-master/SCM/displayResult.m
VOTR-master/SCM/displayResult_sf.m
VOTR-master/SCM/drawbox.m
VOTR-master/SCM/formCodebookL.m
VOTR-master/SCM/interp2.cpp
VOTR-master/SCM/normVector.m
VOTR-master/SCM/scm_challenge.m
VOTR-master/SCM/selectFeature.m
VOTR-master/SCM/spams-matlab/
VOTR-master/SCM/spams-matlab/COPYING
VOTR-master/SCM/spams-matlab/HOW_TO_INSTALL.txt
VOTR-master/SCM/spams-matlab/build/
VOTR-master/SCM/spams-matlab/build/dis
VOTR-master/.cv-example
VOTR-master/.gitignore
VOTR-master/CT/
VOTR-master/CT/CMakeLists.txt
VOTR-master/CT/CompressiveTracker.cpp
VOTR-master/CT/CompressiveTracker.h
VOTR-master/CT/README.md
VOTR-master/CT/RunTracker.cpp
VOTR-master/CT/config.txt
VOTR-master/CT/vot.hpp
VOTR-master/CppMT/
VOTR-master/CppMT/.gitignore
VOTR-master/CppMT/.travis.yml
VOTR-master/CppMT/CMT.cpp
VOTR-master/CppMT/CMT.h
VOTR-master/CppMT/CMakeLists.txt
VOTR-master/CppMT/Consensus.cpp
VOTR-master/CppMT/Consensus.h
VOTR-master/CppMT/Fusion.cpp
VOTR-master/CppMT/Fusion.h
VOTR-master/CppMT/LICENSE
VOTR-master/CppMT/Matcher.cpp
VOTR-master/CppMT/Matcher.h
VOTR-master/CppMT/README.md
VOTR-master/CppMT/Tracker.cpp
VOTR-master/CppMT/Tracker.h
VOTR-master/CppMT/common.cpp
VOTR-master/CppMT/common.h
VOTR-master/CppMT/fastcluster/
VOTR-master/CppMT/fastcluster/fastcluster.cpp
VOTR-master/CppMT/fastcluster/fastcluster.h
VOTR-master/CppMT/getopt/
VOTR-master/CppMT/getopt/getopt.cpp
VOTR-master/CppMT/getopt/getopt.h
VOTR-master/CppMT/gui.cpp
VOTR-master/CppMT/gui.h
VOTR-master/CppMT/logging/
VOTR-master/CppMT/logging/log.h
VOTR-master/CppMT/main.cpp
VOTR-master/CppMT/trax.cpp
VOTR-master/DSST/
VOTR-master/DSST/README.md
VOTR-master/DSST/fhog.m
VOTR-master/DSST/get_feature_map.m
VOTR-master/DSST/get_scale_subwindow.m
VOTR-master/DSST/get_subwindow.m
VOTR-master/DSST/gradientMex.cpp
VOTR-master/DSST/sse.hpp
VOTR-master/DSST/vot_tracker_initialize.m
VOTR-master/DSST/vot_tracker_results.m
VOTR-master/DSST/wrapper.m
VOTR-master/DSST/wrappers.hpp
VOTR-master/FragTrack/
VOTR-master/FragTrack/CMakeLists.txt
VOTR-master/FragTrack/Fragments_Tracker.cpp
VOTR-master/FragTrack/Fragments_Tracker.h
VOTR-master/FragTrack/README.md
VOTR-master/FragTrack/emd.cpp
VOTR-master/FragTrack/emd.h
VOTR-master/FragTrack/fragtrack_envelope.cpp
VOTR-master/FragTrack/setup.txt
VOTR-master/FragTrack/vot.hpp
VOTR-master/HoughTrack/
VOTR-master/HoughTrack/CMakeLists.txt
VOTR-master/HoughTrack/LICENSE
VOTR-master/HoughTrack/README.md
VOTR-master/HoughTrack/code/
VOTR-master/HoughTrack/code/capture.cpp
VOTR-master/HoughTrack/code/capture.h
VOTR-master/HoughTrack/code/features.cpp
VOTR-master/HoughTrack/code/features.h
VOTR-master/HoughTrack/code/fern.cpp
VOTR-master/HoughTrack/code/fern.h
VOTR-master/HoughTrack/code/main.cpp
VOTR-master/HoughTrack/code/parameters.cpp
VOTR-master/HoughTrack/code/parameters.h
VOTR-master/HoughTrack/code/utilities.cpp
VOTR-master/HoughTrack/code/utilities.h
VOTR-master/HoughTrack/code/vot.hpp
VOTR-master/HoughTrack/sample/
VOTR-master/HoughTrack/sample/sample.conf
VOTR-master/LearnMatch/
VOTR-master/LearnMatch/CMakeLists.txt
VOTR-master/LearnMatch/LICENSE.txt
VOTR-master/LearnMatch/README.md
VOTR-master/LearnMatch/config.txt
VOTR-master/LearnMatch/src/
VOTR-master/LearnMatch/src/3rdparty/
VOTR-master/LearnMatch/src/3rdparty/GraphUtils/
VOTR-master/LearnMatch/src/3rdparty/GraphUtils/GraphUtils.cpp
VOTR-master/LearnMatch/src/3rdparty/GraphUtils/GraphUtils.h
VOTR-master/LearnMatch/src/BinaryDescriptor.h
VOTR-master/LearnMatch/src/BinaryDescriptor.inl
VOTR-master/LearnMatch/src/BinaryUtils.h
VOTR-master/LearnMatch/src/BinaryUtils.inl
VOTR-master/LearnMatch/src/BinaryWeightVector.h
VOTR-master/LearnMatch/src/BinaryWeightVector.inl
VOTR-master/LearnMatch/src/Config.cpp
VOTR-master/LearnMatch/src/Config.h
VOTR-master/LearnMatch/src/Detector.cpp
VOTR-master/LearnMatch/src/Detector.h
VOTR-master/LearnMatch/src/FloatDescriptor.h
VOTR-master/LearnMatch/src/FloatDescriptor.inl
VOTR-master/LearnMatch/src/LinearSVM.cpp
VOTR-master/LearnMatch/src/LinearSVM.h
VOTR-master/LearnMatch/src/Model.cpp
VOTR-master/LearnMatch/src/Model.h
VOTR-master/LearnMatch/src/Prosac.h
VOTR-master/LearnMatch/src/Prosac.inl
VOTR-master/LearnMatch/src/Rect.h
VOTR-master/LearnMatch/src/RobustHomography.cpp
VOTR-master/LearnMatch/src/RobustHomography.h
VOTR-master/LearnMatch/src/Stats.cpp
VOTR-master/LearnMatch/src/Stats.h
VOTR-master/LearnMatch/src/Timer.h
VOTR-master/LearnMatch/src/Utils.cpp
VOTR-master/LearnMatch/src/Utils.h
VOTR-master/LearnMatch/src/Video.cpp
VOTR-master/LearnMatch/src/Video.h
VOTR-master/LearnMatch/src/main.cpp
VOTR-master/LearnMatch/src/vot.hpp
VOTR-master/README.md
VOTR-master/SCM/
VOTR-master/SCM/Affine Sample Functions/
VOTR-master/SCM/Affine Sample Functions/affinePatch.m
VOTR-master/SCM/Affine Sample Functions/affineSample.m
VOTR-master/SCM/Affine Sample Functions/affineTrainG.m
VOTR-master/SCM/Affine Sample Functions/affineTrainL.m
VOTR-master/SCM/Affine Sample Functions/affparam2geom.m
VOTR-master/SCM/Affine Sample Functions/affparam2mat.m
VOTR-master/SCM/Affine Sample Functions/warpimg.m
VOTR-master/SCM/README.md
VOTR-master/SCM/demo.m
VOTR-master/SCM/displayResult.m
VOTR-master/SCM/displayResult_sf.m
VOTR-master/SCM/drawbox.m
VOTR-master/SCM/formCodebookL.m
VOTR-master/SCM/interp2.cpp
VOTR-master/SCM/normVector.m
VOTR-master/SCM/scm_challenge.m
VOTR-master/SCM/selectFeature.m
VOTR-master/SCM/spams-matlab/
VOTR-master/SCM/spams-matlab/COPYING
VOTR-master/SCM/spams-matlab/HOW_TO_INSTALL.txt
VOTR-master/SCM/spams-matlab/build/
VOTR-master/SCM/spams-matlab/build/dis
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.