-
大小: 1.73MB文件类型: .rar金币: 1下载: 0 次发布日期: 2023-08-31
- 语言: 其他
- 标签: OPENCV2410 VS2013
资源简介
在OPENCV2.4.10和VS2013环境下运行的KCF视频目标跟踪,亲测可用,给需要的人,注意修改一下opencv的路径,每个人配置的不一样,没有配置好不可能直接打开运行的,切记!
代码片段和文件信息
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING COPYING INSTALLING OR USING.
//
// By downloading copying installing or using the software you agree to this license.
// If you do not agree to this license do not download install
// copy or use the software.
//
//
// License Agreement
// For Open Source Computer Vision Library
//
// Copyright (C) 2010-2013 University of Nizhny Novgorod all rights reserved.
// Third party copyrights are property of their respective owners.
//
// Redistribution and use in source and binary forms with or without modification
// are permitted provided that the following conditions are met:
//
// * Redistribution‘s of source code must retain the above copyright notice
// this list of conditions and the following disclaimer.
//
// * Redistribution‘s in binary form must reproduce the above copyright notice
// this list of conditions and the following disclaimer in the documentation
// and/or other materials provided with the distribution.
//
// * The name of the copyright holders may not be used to endorse or promote products
// derived from this software without specific prior written permission.
//
// This software is provided by the copyright holders and contributors “as is“ and
// any express or implied warranties including but not limited to the implied
// warranties of merchantability and fitness for a particular purpose are disclaimed.
// In no event shall the Intel Corporation or contributors be liable for any direct
// indirect incidental special exemplary or consequential damages
// (including but not limited to procurement of substitute goods or services;
// loss of use data or profits; or business interruption) however caused
// and on any theory of liability whether in contract strict liability
// or tort (including negligence or otherwise) arising in any way out of
// the use of this software even if advised of the possibility of such damage.
//
//M*/
//Modified from latentsvm module‘s “lsvmc_featurepyramid.cpp“.
//#include “precomp.hpp“
//#include “_lsvmc_latentsvm.h“
//#include “_lsvmc_resizeimg.h“
#include “stdafx.h“
#include “fhog.hpp“
#ifdef HAVE_TBB
#include
#include “tbb/parallel_for.h“
#include “tbb/blocked_range.h“
#endif
#ifndef max
#define max(ab) (((a) > (b)) ? (a) : (b))
#endif
#ifndef min
#define min(ab) (((a) < (b)) ? (a) : (b))
#endif
/*
// Getting feature map for the selected subimage
//
// API
// int getFeatureMaps(const IplImage * image const int k featureMap **map);
// INPUT
// image - selected subimage
// k - size of cells
// OUTPUT
// map - feature map
// RESULT
// Error status
*/
int getFeatureMaps(const IplImage* image const int k CvLSVMFeatureMapCaskade **map)
{
int sizeX sizeY;
int p px stringSize;
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 147968 2017-12-02 15:50 KCFdemo\Debug\KCFdemo.exe
文件 656672 2017-12-02 15:50 KCFdemo\Debug\KCFdemo.ilk
文件 2337792 2017-12-02 15:50 KCFdemo\Debug\KCFdemo.pdb
文件 1366 2017-12-01 20:58 KCFdemo\KCFdemo\CV2410d.props
文件 1347 2017-12-01 20:58 KCFdemo\KCFdemo\CV2410r.props
文件 2768 2016-11-07 09:52 KCFdemo\KCFdemo\Debug\cl.command.1.tlog
文件 17058 2016-11-07 09:57 KCFdemo\KCFdemo\Debug\CL.read.1.tlog
文件 2388 2016-11-07 09:52 KCFdemo\KCFdemo\Debug\CL.write.1.tlog
文件 31383 2017-12-02 15:50 KCFdemo\KCFdemo\Debug\fhog.obj
文件 92 2016-11-07 09:52 KCFdemo\KCFdemo\Debug\KCFdemo.lastbuildstate
文件 7119 2017-12-02 15:50 KCFdemo\KCFdemo\Debug\KCFdemo.log
文件 4194 2017-12-02 15:50 KCFdemo\KCFdemo\Debug\KCFdemo.tlog\cl.command.1.tlog
文件 50398 2017-12-02 15:50 KCFdemo\KCFdemo\Debug\KCFdemo.tlog\CL.read.1.tlog
文件 4236 2017-12-02 15:50 KCFdemo\KCFdemo\Debug\KCFdemo.tlog\CL.write.1.tlog
文件 176 2017-12-02 15:50 KCFdemo\KCFdemo\Debug\KCFdemo.tlog\KCFdemo.lastbuildstate
文件 6566 2017-12-02 15:50 KCFdemo\KCFdemo\Debug\KCFdemo.tlog\li
文件 11724 2017-12-02 15:50 KCFdemo\KCFdemo\Debug\KCFdemo.tlog\li
文件 1530 2017-12-02 15:50 KCFdemo\KCFdemo\Debug\KCFdemo.tlog\li
文件 426189 2017-12-02 15:50 KCFdemo\KCFdemo\Debug\kcftracker.obj
文件 2 2016-11-07 09:52 KCFdemo\KCFdemo\Debug\li
文件 2 2016-11-07 09:52 KCFdemo\KCFdemo\Debug\li
文件 2 2016-11-07 09:52 KCFdemo\KCFdemo\Debug\li
文件 2 2016-11-07 09:52 KCFdemo\KCFdemo\Debug\li
文件 2 2016-11-07 09:52 KCFdemo\KCFdemo\Debug\li
文件 2 2016-11-07 09:52 KCFdemo\KCFdemo\Debug\li
文件 2 2016-11-07 09:52 KCFdemo\KCFdemo\Debug\li
文件 2 2016-11-07 09:52 KCFdemo\KCFdemo\Debug\li
文件 2 2016-11-07 09:52 KCFdemo\KCFdemo\Debug\li
文件 2 2016-11-07 09:52 KCFdemo\KCFdemo\Debug\li
文件 2154 2016-11-07 09:52 KCFdemo\KCFdemo\Debug\li
............此处省略37个文件信息
相关资源
- VS2017社区版windows
- VS2017导数据至EXcel表
- vs2010操作word
- Solidworks2015和vs2010二次开发的环境搭建
- Windows10+VS2015+PCL1.8.1配置
- vs2019 中文版
-
vs2019丢失ucrtba
sed.dll-ucrtba sedx86_a - 简单记事本vs2005
- 城市旅游系统
- Tesseract&Leptonica库 VS2010
- vs_setup.msi197439
- FiddlerCore vs2017
- 单高斯背景建模opencv
- 串口API类 简单 稳定 亲测VS2013可用,
- VS2010下编译的GDAL1.9.1最新版
- BabeLua For Vs2017 V3.2.2.0
- tesseract 用于vs2013的include-lib-dll文件
- OSG3.4.0第三方库VS2015 x64
- OSG 3dparty VS2015(x86
- OSG 3dparty VS2015(x64)64位三方库
- VS2017+OpenGL配置所需文件.rar
- 作业抄袭检测系统毕业是论文
- libevent在vs下编译工程
- vs2010 配色方案+Consolas字体
- L系统 三维分形树。
- ansys18.2+VS2010安装教程+Fluent并行运算设
- 在Vs2005下的三线法相机标定
- 动作识别 Hu距 SVM opencv2.4.9 VS2013
- OpenGL环境配置文件
- VS2015在线安装包
评论
共有 条评论