登录
首页 » matlab » PF-Tracking

PF-Tracking

于 2013-10-26 发布 文件大小:10033KB
0 248
下载积分: 1 下载次数: 98

代码说明:

  基于颜色特征向量的粒子滤波跟踪程序,修复了因粒子超过窗口范围出现ERROR的BUG,还包括了一些有助于粒子滤波学习的资料!!(color-based particle filter tracking, some bugs have been fixed, some information about PF Tracking is included too!!)

文件列表:

粒子滤波跟踪
............\Novel approach to nonlinear non-Gaussian Bayesian state estimation.pdf,574486,2013-06-24
............\PF_Tracking_Colorbin
............\....................\ComputeDistribution.asv,1395,2013-08-19
............\....................\ComputeDistribution.m,1410,2013-08-19
............\....................\DrawBlob.asv,1097,2006-03-28
............\....................\DrawBlob.m,1111,2006-03-28
............\....................\DrawRect.m,1112,2013-08-22
............\....................\GaussKernal.asv,376,2005-03-21
............\....................\GaussKernel.m,396,2005-09-07
............\....................\ImportantWeight.asv,1841,2013-08-21
............\....................\ImportantWeight.m,1819,2013-08-21
............\....................\LoadImage.asv,766,2013-08-19
............\....................\LoadImage.m,510,2013-08-19
............\....................\Main.asv,1595,2013-08-19
............\....................\Main.m,1632,2013-10-26
............\....................\ParticleInit.asv,2377,2013-08-19
............\....................\ParticleInit.m,2377,2013-08-22
............\....................\predictParticle.asv,617,2005-03-20
............\....................\PreParticle.asv,782,2013-08-19
............\....................\PreParticle.m,858,2013-08-22
............\....................\ReSample.asv,977,2013-08-19
............\....................\ReSample.m,1106,2013-08-19
............\....................\rgb2norm.asv,586,2005-03-21
............\....................\rgb2norm.m,708,2005-03-21
............\基于粒子滤波的运动目标跟踪技术研究_朱东伟.caj,10728774,2013-06-26
............\程序说明.txt,292,2013-10-26
............\粒子滤波算法简介与matlab程序.doc,211968,2013-08-18

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

发表评论

0 个回复

  • TVD_nonconvex_software_2014
    凸一维总变差去噪与非凸正则化,内有文献参考。值得学习(One-dimensional convex total variation denoising non-convex regularization, the literature reference. Worth learning)
    2014-09-06 21:02:57下载
    积分:1
  • 暗通道
    说明:  何凯明暗通道先验图像去雾算法,并用导向滤波进行透射图细化(He Kaiming's prior image defogging algorithm is used to refine the transmission image)
    2020-09-24 14:36:14下载
    积分:1
  • sift
    说明:  SIFT特征点的提取和匹配,SIFT算法首先在尺度空间上进行关键点检测,确定关键点的位置和关键点所处的尺度,然后使用关键点邻域梯度的主方向作为该点的方向特征,最后由关键点邻域梯度信息生成关键点的特征向量(SIFT algorithm firstly detects the key points in the scale space, determines the location of the key points and the scale of the key points, then uses the main direction of the key point neighborhood gradient as the direction feature of the point, and finally generates the feature vector of the key points from the key point neighborhood gradient information)
    2020-01-08 17:23:59下载
    积分:1
  • DIP_vc
    用c语言编写的数字图像处理程序,图像读取,图像增强,图像复原,傅里叶变换,离散余弦变换都有(With the c language digital image processing, image scanning, image enhancement, image restoration, Fourier transform, discrete cosine transform has)
    2013-11-30 20:23:27下载
    积分:1
  • DetectionofTonguesCrackBasedonAdaptiveThreshold
    摘 要:舌象中的裂纹是中医舌诊中的重要内容。由于拍摄条件的不同,舌象质量有较大差异,传统的阈值选取方法并不 适用。文中提出一种舌象裂纹检测的自适应阈值选择方法。该方法利用舌象的L 3 a 3 b 色彩特征及区域的分裂- 合并, 对舌象进行区域分割,自适应地选取舌中部区域的色彩值作为阈值,对整个舌象进行裂纹提取。经验证,本方案对不同的 舌象能较好地提取出裂纹,实现舌象裂纹诊断的客观化。(Tongue’ s crack is a very important part of herbalist doctor diagnosis. For the different screen conditions , there are many differ2 ences on the tongue’ s quality. It is not effective to use the t raditional threshold ext raction algorithm. In order to solve this problem , pro2 pose a new adaptive threshold algorithm. Present the segmentation of the image of tongue by using the feature on tongue in the L 3 a 3 b color space and the split- combining algorithm. Then use the threshold , which is the color value ext racted automatically in the middle of the tongue , to detect the crack of the whole tongue. The experiments show that this approach is able to distill the crack effectively to different tongue images , and achieve the objectivity of the diagnosis based on the tongue’ s crack.)
    2020-08-27 19:58:13下载
    积分:1
  • Pyramid-methods-in-image-processing
    Pyramid methods in image processing
    2013-12-05 20:08:18下载
    积分:1
  • tuxiangpeizhun
    图像配准主要是通过两幅图像之间的互相关的最大值来确定配准的位置,从而在另一幅图像中显示配准的图像(Image registration is mainly through the maximum cross-correlation between the two images to determine the location of the registration and registered image, which is displayed in another image)
    2012-10-06 21:05:25下载
    积分:1
  • adaptivethreshold
    用matlab实现不规则光照下自适应阈值的前景背景分离算法。文件里面附测试图像。(Matlab implementation to use irregular light of the prospects for adaptive threshold background separation algorithm. Test image files attached inside.)
    2009-04-04 08:50:26下载
    积分:1
  • computer_vision_work
    自动图像拼接,利用SIFT特征匹配算法,RANSAC(random sample consensus)算法,加权平滑算法等技术克服了传统图像拼接技术中的局限性(如光照、尺度变化的影响等),实现了光照和尺度变化条件下的多视角无缝图像拼接(Automatic Image Stitching  Local features detection  Features Matching  Homography Estimation RANSAC Image blending )
    2020-08-29 10:58:14下载
    积分:1
  • renyanshijuetexing
    基于人眼视觉的图像融合方法 很好很经典 符合人眼视觉特性(Based on the human visual image fusion method)
    2011-06-24 13:06:36下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载