登录
首页 » matlab » kalman

kalman

于 2015-04-16 发布 文件大小:28266KB
0 171
下载积分: 1 下载次数: 98

代码说明:

  分为行人检测,特征提取,行人跟踪三步,其中最主要的代码也是这个代码的中心是行人跟踪这一部分,我采用的是kalman滤波器进行行人下一帧位置的预测,可以很好的提高行人跟踪的鲁棒性,跟踪结果比较准确。(Into pedestrian detection, feature extraction, pedestrian tracking steps, which is the center of the main code of the code is pedestrian tracking this section, I kalman filter is used to predict the position of the next frame pedestrians, can be a good improvement pedestrian tracking robustness, tracking results more accurate.)

文件列表:

kalman滤波实现视频目标跟踪
..........................\1.avi,19709440,2008-06-20
..........................\AR_to_SS.m,1107,2002-05-29
..........................\convert_to_lagged_form 递归.m,425,2002-05-29
..........................\ensure_AR.m,354,2002-05-29
..........................\eval_AR_perf.m,1045,2002-05-29
..........................\extract.m,1586,2009-06-28
..........................\gaussian_prob.m,848,2005-04-25
..........................\hs_err_pid3492.log,13016,2008-03-04
..........................\kalman.asv,2770,2015-04-04
..........................\kalman.m,2770,2015-04-04
..........................\kalman_filter 卡尔曼滤波器.m,2932,2008-03-05
..........................\kalman_forward_backward.m,2435,2008-03-04
..........................\kalman_smoother.m,1620,2008-03-05
..........................\kalman_update.asv,2098,2008-03-05
..........................\kalman_update.m,2098,2008-03-05
..........................\learning_demo.m,1022,2002-10-23
..........................\learn_AR.m,819,2002-05-29
..........................\learn_AR_diagonal.m,687,2002-05-29
..........................\learn_kalman.m,5515,2006-08-24
..........................\plotcov2.m,3099,2005-04-25
..........................\plotgauss2d.m,4249,2005-04-25
..........................\plot_ellipse.m,507,2003-05-28
..........................\process_options.m,4526,2005-04-25
..........................\htm" target=_blank>README,551,2014-10-22
..........................\README.txt,491,2014-10-22
..........................\README.txt~,535,2003-01-18
..........................\SampleVideo.avi,353334,2014-10-22
..........................\SampleVideo1.avi,21263300,2014-10-22
..........................\sample_gaussian.m,524,2005-04-25
..........................\sample_lds.asv,1842,2008-03-05
..........................\sample_lds.m,1842,2008-03-05
..........................\smooth_update.m,1295,2008-03-05
..........................\SS_to_AR.m,579,2002-05-29
..........................\testKalman.m,60,2014-10-22
..........................\tracking_demo.m,2076,2008-03-05
..........................\说明.txt,28,2014-12-12

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

发表评论

0 个回复

  • WarterShedTransform
    分三种类型实现分水岭算法:一般分水岭分割、使用梯度的两次分水岭分割、使用梯度加掩模的三次分水岭算法(Realize three types of sub-watershed algorithm: a general watershed segmentation, the use of two gradient watershed segmentation, the use of gradient mask plus three watershed algorithm)
    2008-05-21 18:08:03下载
    积分:1
  • sift-demonstration
    sift匹配与识别演示程序 运行face.m文件,载入图片后可提取sift特征点(sift demonstration.rar. run face.m)
    2011-07-08 07:09:18下载
    积分:1
  • Data Acquisition
    下面给出了48项泽尼克多项式,外加一项常数项。需要注意的是,读者并不需要严格按照下文所示的顺序排列这些泽尼克项,实际上在不同的应用和机构会采用不同的排列顺序。 表中的#0项是个常数或者说是平移项(piston term),这一项的系数也代表了平均光程差;而#1和#2项分别是x和y方向的倾斜项(tilt terms),#3代表了聚焦,因此,#1到#3项代表了波前的高斯或者近轴特性;#4和#5项代表了像散和离焦,#6和#7项代表彗差和倾斜,而#8项代表了3级像差和离焦,也就是说#4到#8项为3级相差项;同样地,#9到#15项代表了5级像差,而#16到#24项代表了7级像差,#25到#35项代表了9级像差,#36到#48项代表了11级像差。(Here are 48 Zernike polynomials, plus a constant term. It is important to note that the reader does not need to strictly arrange the Zernike entries in the order shown below, but in fact different orders of arrangement are applied to different applications and institutions. Table #0 is a constant or a shift (piston term), a coefficient of this term also represents the average optical path difference; while #1 and #2 are inclined X and Y direction (tilt terms), #3 represents the focus, therefore, #1 to #3 on behalf of the wavefront. Gauss or paraxial properties; #4 and #5 represent the astigmatism and defocus, #6 and #7 represent coma and tilt, and #8 represents the 3 order aberration and defocus, that is to say #4 to #8 is 3 level difference; similarly, #9 to #15 on behalf of the 5 order aberration #16 and #24, to represent the 7 level #25 to #35 aberration, on behalf of the 9 #36 to #48 aberration, on behalf of the 11 order aberration.)
    2017-10-09 16:29:16下载
    积分:1
  • image-_det_seg
    基于各向异性扩散的医学图像的边缘检测与分割处理(Based on the anisotropic diffusion of medical image segmentation and edge detection)
    2015-07-01 17:03:41下载
    积分:1
  • fastcdd_pubian
    基于CDD模型的快速数字图像修复算法 matlab版 (CDD model based on fast digital image restoration algorithm matlab version)
    2011-11-08 22:06:19下载
    积分:1
  • rgb2hsi--hsi2rgb
    彩色图像处理 格式转化rgb2hsi,hsi2rgb 冈萨雷斯(AN M-function fro converting from RGB TO HSI, HSI to RGB)
    2010-09-09 06:35:13下载
    积分:1
  • sar
    SAR成像算法的分析; SAR成傢算法简要介绍 ;Chirp-scaling算法 ; 分布式小卫星SAR解方位多普勒模糊的点目标仿真; 分布式小卫星SAR成像的仿真参数 ; 点目标成像仿真及结果 (SAR imaging algorithm analysis SAR algorithm married briefly Chirp-scaling algorithm distributed small satellite SAR azimuth Doppler ambiguity solution point target simulation distributed small satellite SAR imaging simulation parameters Point Target Imaging Simulation and results)
    2010-07-07 14:07:57下载
    积分:1
  • kmeans
    kmeans算法实现,对图像处理。亲自使用过,可用,供参考。(Kmeans algorithm for image processing.)
    2013-10-17 10:57:41下载
    积分:1
  • 遥感分类工具箱Active-Learning
    遥感图像分类工具箱,包含多种基于支持向量机分类器的主动学习算法(active learning toolbox, used for remote sensing data classification, includes most popular svm-based active learning algorithms.)
    2013-05-11 14:03:27下载
    积分:1
  • luifunpui
    考虑雨衰 阴影 和多径影响,可直接计算得到多重分形谱,非归零型差分相位调制信号建模与仿真分析 。( Consider shadow rain attenuation and multipath effects It can be directly calculated multi-fractal spectrum, NRZ type differential phase modulation signal modeling and simulation analysis.)
    2017-05-29 12:04:39下载
    积分:1
  • 696518资源总数
  • 105717会员总数
  • 10今日下载