登录
首页 » Visual C++ » Meanshift

Meanshift

于 2017-10-23 发布 文件大小:9071KB
0 148
下载积分: 1 下载次数: 9

代码说明:

  运用meanshift算法进行目标跟踪,用鼠标选取目标后对目标进行跟踪(Target tracking using meanshift algorithm)

文件列表:

Meanshift\matlab\image\result100.jpg
Meanshift\matlab\image\result101.jpg
Meanshift\matlab\image\result73.jpg
Meanshift\matlab\image\result74.jpg
Meanshift\matlab\image\result75.jpg
Meanshift\matlab\image\result76.jpg
Meanshift\matlab\image\result77.jpg
Meanshift\matlab\image\result78.jpg
Meanshift\matlab\image\result79.jpg
Meanshift\matlab\image\result80.jpg
Meanshift\matlab\image\result81.jpg
Meanshift\matlab\image\result82.jpg
Meanshift\matlab\image\result83.jpg
Meanshift\matlab\image\result84.jpg
Meanshift\matlab\image\result85.jpg
Meanshift\matlab\image\result86.jpg
Meanshift\matlab\image\result87.jpg
Meanshift\matlab\image\result88.jpg
Meanshift\matlab\image\result89.jpg
Meanshift\matlab\image\result90.jpg
Meanshift\matlab\image\result91.jpg
Meanshift\matlab\image\result92.jpg
Meanshift\matlab\image\result93.jpg
Meanshift\matlab\image\result94.jpg
Meanshift\matlab\image\result95.jpg
Meanshift\matlab\image\result96.jpg
Meanshift\matlab\image\result97.jpg
Meanshift\matlab\image\result98.jpg
Meanshift\matlab\image\result99.jpg
Meanshift\matlab\meanshift.m
Meanshift\matlab\result72.jpg
Meanshift\opencv\Debug\MeanShift.exe
Meanshift\opencv\Debug\MeanShift.ilk
Meanshift\opencv\Debug\MeanShift.pdb
Meanshift\opencv\MeanShift\Debug\BuildLog.htm
Meanshift\opencv\MeanShift\Debug\MeanShift.exe.embed.manifest
Meanshift\opencv\MeanShift\Debug\MeanShift.exe.embed.manifest.res
Meanshift\opencv\MeanShift\Debug\MeanShift.exe.intermediate.manifest
Meanshift\opencv\MeanShift\Debug\MeanShift.obj
Meanshift\opencv\MeanShift\Debug\MeanShift.pch
Meanshift\opencv\MeanShift\Debug\mt.dep
Meanshift\opencv\MeanShift\Debug\stdafx.obj
Meanshift\opencv\MeanShift\Debug\vc90.idb
Meanshift\opencv\MeanShift\Debug\vc90.pdb
Meanshift\opencv\MeanShift\hist1.jpg
Meanshift\opencv\MeanShift\hist2.jpg
Meanshift\opencv\MeanShift\MeanShift.cpp
Meanshift\opencv\MeanShift\MeanShift.vcproj
Meanshift\opencv\MeanShift\MeanShift.vcproj.jst-PC.jst.user
Meanshift\opencv\MeanShift\ReadMe.txt
Meanshift\opencv\MeanShift\stdafx.cpp
Meanshift\opencv\MeanShift\stdafx.h
Meanshift\opencv\MeanShift\targetver.h
Meanshift\opencv\MeanShift\test.avi
Meanshift\opencv\MeanShift.sln
Meanshift\opencv\MeanShift.suo
Meanshift\opencv\MeanShift\Debug
Meanshift\matlab\image
Meanshift\opencv\Debug
Meanshift\opencv\MeanShift
Meanshift\matlab
Meanshift\opencv
Meanshift

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Member-functiondefinitionsforclassAccount
    Member-function definitions for class Account. 源代码(Member-function definitions for class Account. Source code)
    2008-01-06 11:42:31下载
    积分:1
  • examle
    Matcom是mathTools公司推出的一个能将M文件转化成相同功能C++代码的工具。相比Matlab自带的编译器Compiler,用Matcom转化代码要简单和方便得多。本文将结合作者编程经验,以VC6.0和Matcom为例,详细介绍如何利用Matcom进行VC与Matlab的联合编程。(Matcom is mathTools Company introduced a document can M into the same functional C code tool. Compared Matlab's own compiler Compiler, with Matcom into code should be simple and more convenient. In this paper the author programming experience, and Matcom VC6.0 example, details on how to use Matcom VC and Matlab for the joint program.)
    2005-04-13 01:59:30下载
    积分:1
  • zhj
    雷达定位算法,通过收集三个雷达的数据确定飞行物的坐标位置(Radar positioning algorithm, by collecting three radar data to determine the coordinates of the location of flying objects)
    2020-12-03 09:49:25下载
    积分:1
  • rsa
    rsa 实现代码,运用大数算法#include "afx.h" #include "Integer.h" #include <string> #include <iostream> using namespace std //构造大数对象并初始化为零 CInteger::CInteger() { m_nLength=1 for(int i=0 i<BI_MAXLEN i++)m_ulValue[i]=0 } //解构大数对象 CInteger::~CInteger() { } /*大数比较 调用方式:N.Cmp(A) 返回值:若N<A返回-1;若N=A返回0;若N>A返回1 */ int CInteger::Cmp(CInteger& A)(#include "afx.h" #include "Integer.h" #include <string> #include <iostream> using namespace std //构造大数对象并初始化为零 CInteger::CInteger() { m_nLength=1 for(int i=0 i<BI_MAXLEN i++)m_ulValue[i]=0 } //解构大数对象 CInteger::~CInteger() { } /*大数比较 调用方式:N.Cmp(A) 返回值:若N<A返回-1;若N=A返回0;若N>A返回1 */ int CInteger::Cmp(CInteger& A))
    2012-05-16 11:09:35下载
    积分:1
  • CRectTrackerDocs
    CRectTracker(俗称“橡皮筋”类)是一个非常有意思的类,这是一个详细的的使用说明(CRectTracker (commonly known as the rubber band ) is a very interesting class, this is a detailed instructions for the use of MSWord file)
    2015-03-01 20:41:55下载
    积分:1
  • WINDOWS下用VS做的五子棋C++程序
    五子棋控制台小游戏,可实现简单AI,WINDOWS下用VS做的,感兴趣的小伙伴可以下下来玩一玩,然后互相见刘交流,AI还可以改进。五子棋控制台小游戏,可实现简单AI,WINDOWS下用VS做的,感兴趣的小伙伴可以下下来玩一玩,然后互相见刘交流,AI还可以改进
    2022-04-02 04:09:40下载
    积分:1
  • CHAPTER-2
    21天学通 Visual C++,第2章(21days study Visual C++, chapter 2)
    2013-12-21 16:17:59下载
    积分:1
  • VC下COM实例
    VC下COM编程的具体实现(VC COM programming under a concrete realization)
    2004-12-09 14:27:03下载
    积分:1
  • Lupin
    面向对象程序设计(C++)简易计算器,实现最简单的计算(C++ calculator)
    2013-04-21 20:13:57下载
    积分:1
  • hm-10
    首先确认安卓手机硬件的蓝牙模块是否支持蓝牙4.0. (手机硬件模块不支持的话,软件做的在正确也连不上!) 2. 系统升级到4.3 或更新版本 3. 资料包内的 HMBLEComAssistant.rar 可用于测试 收发(AT+BAUD0 AT+NAMEAC AT+PASS000000 //必须输入满6位 AT+TYPE1 AT+ROLE0)
    2015-04-01 21:54:25下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载