登录
首页 » matlab » kalman

kalman

于 2015-04-16 发布 文件大小:28266KB
0 217
下载积分: 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 个回复

  • yichuansuanfaimageseg
    遗传算法与BP神经网络结合,可以进行彩色图像和灰度图像的分割。(Genetic algorithm and BP neural networks that can be color images and gray-scale image segmentation.)
    2008-12-24 17:04:47下载
    积分:1
  • burns
    该程序是发表在IEEE上的经典直线提取论文“Extracting Straight Lines”的源代码实现,对计算机视觉、模式识别和信息提取等领域的科学研究人员具有极其重要的参看意义。建议下载学习和适用。(The program is published in the IEEE paper on the classic straight-line extraction " Extracting Straight Lines" the source code implementation of computer vision, pattern recognition and information extraction and other areas of scientific researchers see an extremely important significance. Recommended to download to learn and to apply.)
    2021-03-26 16:39:13下载
    积分:1
  • libsamplerate-0.1.2.tar
    一个功能强大音频重采样算法,供大家学习参考(A powerful audio resampling algorithm for learning the reference U.S.)
    2020-06-28 20:40:02下载
    积分:1
  • CircularHough_Grd
    matlab检测圆心程序,基于HOUGH,附测试图像。(Detect matlab center procedures, based on HOUGH, attached to the test image.)
    2009-03-31 22:16:33下载
    积分:1
  • jpeg2k
    说明:  JPEG2000 的一个实现,期中,wavelet.dll是提供的功能接口。(An implementation of JPEG2000, period, wavelet.dll is to provide a functional interface.)
    2010-05-04 17:00:01下载
    积分:1
  • 几种常见的sar去噪方法
    常见的几种去噪方法,维纳滤波器,均值滤波各种滤波(Extension of Phase Correlation to Subpixel Registration %Implementation of: % Extension of Phase Correlation to Subpixel Registration)
    2018-12-14 14:28:31下载
    积分:1
  • DTCWT
    双树复小波变换的图像融合程序代码,有图可编译运行(DTCWT image fusion)
    2015-11-30 09:47:14下载
    积分:1
  • flrna
    VC调用matlab引擎因为类别当中没有此类,所以放到了数值计算(VC calls the Matlab engine because there is no such class, so it is put into numerical calculation.)
    2018-08-04 06:34:40下载
    积分:1
  • dct-arnold
    基于DCT的数字水印算法 通过Arnold变换对水印进行置乱,增加了水印的鲁棒性,成功的实现了水印的嵌入和提取。(Arnold transform digital watermarking algorithm based on DCT watermark scrambling to increase the robustness of the watermark, the watermark embedding and extraction. )
    2012-03-05 20:33:24下载
    积分:1
  • imageprocessing6
    1.选择一幅图像,对该图像进行DCT块操作(将图像分成8×8小块,对每个小块进行DCT变换)。 2.利用屏蔽矩阵对DCT系数进行区域选择,然后进行逆变换(IDCT),合成原图像,计算合成图像的PSNR。 3.选择一小波函数,对一幅图像进行分解,显示各变换系数,观察其规律,并进行小波逆变换,合成原图像。 (1. Select an image, the image DCT block operations (the image is divided into 8 × 8 small pieces of each small piece for DCT transform). 2. The use of shielding on the DCT coefficient matrix of regional choices, and then inverse transform (IDCT), synthesis of the original image, calculating the synthetic image PSNR. 3. To select a wavelet function, decomposition of an image to show the transform coefficients, to observe its laws, and inverse wavelet transform, the original synthetic image.)
    2021-04-12 13:48:57下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载