登录
首页 » Visual C++ » ParticleFilter

ParticleFilter

于 2021-03-22 发布 文件大小:12635KB
0 182
下载积分: 1 下载次数: 336

代码说明:

  颜色直方图粒子滤波器,并给出了英文参考文献; 运行方式:在前景窗口,按p键停止,在目标区域点击鼠标,让程序自动识别出目标轮廓,再次按p键,即可跟踪(The color histogram particle filter, given English references operation modes: in the foreground window, press p stop clicking the mouse in the target area, allowing the program to automatically identify the target contour, press p again, you can track)

文件列表:

ParticleFilter
..............\An adaptive color-based particle ?lter.pdf,1025811,2012-11-29
..............\Debug
..............\.....\TwoLevel.exe,46080,2012-11-30
..............\.....\TwoLevel.ilk,583136,2012-11-30
..............\.....\TwoLevel.pdb,1682432,2012-11-30
..............\readme.doc,28160,2011-03-16
..............\TwoLevel
..............\........\admovie.jpg
..............\........\camera1_mov.avi,5683522,2010-05-31
..............\........\Debug
..............\........\.....\BuildLog.htm,8788,2012-11-30
..............\........\.....\mt.dep,65,2012-11-30
..............\........\.....\stdafx.obj,12433,2012-11-29
..............\........\.....\TwoLevel.exe.embed.manifest,663,2011-03-16
..............\........\.....\TwoLevel.exe.embed.manifest.res,728,2011-03-16
..............\........\.....\TwoLevel.exe.intermediate.manifest,621,2012-11-30
..............\........\.....\TwoLevel.obj,185380,2012-11-30
..............\........\.....\TwoLevel.pch,3211264,2012-11-29
..............\........\.....\vc90.idb,1371136,2012-11-30
..............\........\.....\vc90.pdb,1175552,2012-11-30
..............\........\ReadMe.txt,1189,2010-12-14
..............\........\stdafx.cpp,213,2010-12-14
..............\........\stdafx.h,233,2010-12-14
..............\........\targetver.h,498,2010-12-14
..............\........\TwoLevel.cpp,26825,2012-11-30
..............\........\TwoLevel.vcproj,4907,2012-11-29
..............\........\TwoLevel.vcproj.CLQS-PC.CLQS.user,1411,2011-04-06
..............\........\TwoLevel.vcproj.taotao-PC.taotao.user,1415,2012-11-30
..............\TwoLevel.ncb,16550912,2012-11-30
..............\TwoLevel.sln,890,2010-12-14

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

发表评论

0 个回复

  • IOaUART
    利用单片机IO口模拟UART程序,系统用了一个定时器和一个外部中断,外部中断主要是用来检测串口起始位的到来。(IO mouth simulation UART program, microcontroller system with a timer and an external interrupt, external interrupt is mainly used to detect the arrival of the start bit serial port.)
    2016-12-30 08:38:34下载
    积分:1
  • SART
    SART图像重建代码 基于C++ 主要用于CT等射线处理(code of image and with a wide application of CT, x-RAY , ETC)
    2017-09-16 12:48:22下载
    积分:1
  • PSO
    matlab的PSO法实验报告完整版matlab experiments to catch up with the full version of the report(matlab experiments to catch up with the full version of the report)
    2009-05-03 23:23:39下载
    积分:1
  • NumberRecognize
    根据RBM深度网络(Hinton,2006)进行MINST手写文字的分类器的训练,利用训练得到的权值制作了这个小程序,通过这个程序可以看出训练结果对数据集内的测试样本和训练样本都能进行很好的识别,但是对其他的手写字体识别就没有那么好了。(According to RBM depth network (Hinton, 2006) conducted MINST handwritten text classifier training, using the training to get the right value to produce this small program, this program can be seen through the results of the training data set and the training sample test samples are can be well identified, but on the other handwriting recognition is not so good.)
    2013-10-17 15:55:34下载
    积分:1
  • wenlitezhengtiqufangfa
    关于在图形图像处理过程中纹理特征提取方法的介绍(About in the process of image processing texture feature extraction method is introduced)
    2015-04-27 13:25:06下载
    积分:1
  • lianliankan
    说明:  一款用VC++6.0写的连连看游戏和辅助工具代码。欢迎下载。(LianliankanGame)
    2009-07-26 15:45:58下载
    积分:1
  • Mixer
    类似于电脑中的音量控制,可以与电脑中的音量控制实现同步(just like our PC s volume control)
    2009-09-22 16:32:39下载
    积分:1
  • FaceRecog_src100902
    基于OpenCV的人脸识别演示程序。目前实现了Gabor+Fisherface算法,还有几何和光照归一化。 -->请到 http://code.google.com/p/facerecog/ 下载最新版本。<-- 功能:对摄像头拍摄的或用户指定的图像,检测其中人脸,然后在已存储的人脸库中找到最匹配的人脸并显示。 在VS 2008 SP1上编写,使用了OpenCV 2.0和MFC,通过消息处理函数与用户进行交互,利用多线程来实时显示图像。 数据处理分为了CFaceAlign(人脸检测+几何归一化)、CLightPrep(光照归一化)、CFaceFeature(Gabor特征提取)、CSubspace(计算Fisherface子空间)四个类,还有一个类 CFaceMngr 负责管理界面与数据之间的交流。注释很详细 程序中使用了OpenCV1.0和2.0,如果你没有安装这两者的库,或者想要看看运行效果,请到 http://code.google.com/p/facerecog/ 下载安装包。(An OpenCV-based face recognition demo. Gabor+Fisherface algorithm, face alignment and light normalization is implemented. Please go to http://code.google.com/p/facerecog/ to download latest codes, demo installer and OpenCV dlls.)
    2010-09-06 13:03:25下载
    积分:1
  • tushuchubanguanli
    这时一个用c++编写的一个图书出版管理系统,是一个数据库的课程设计(Book Publishing Management System)
    2014-05-26 12:59:11下载
    积分:1
  • STM32_trace_l298
    这段代码包括了基于STM32对简单小车的循迹壁障以及L298N的驱动。并对其中关键部分进行了注释。(This code includes a simple car-based STM32 tracking barrier and L298N driver. And one of the key parts of the notes.)
    2014-02-26 12:18:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载