登录
首页 » matlab » kalman

kalman

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

  • fusion
    通过将高分辨率的图像和低分辨率的图像进行融合,来实现图像的融合。(By fusing high-resolution and low-resolution images, image fusion can be achieved.)
    2019-01-02 13:38:51下载
    积分:1
  • icm1
    实现ICM算法(条件迭代模型)对于灰度图像的分割(Achieve ICM algorithm (iterative model conditions) for the gray-scale image segmentation)
    2009-05-23 09:42:49下载
    积分:1
  • Sutherland_Cohen--Straight-cut
    计算机图形学中小例子,MFC下实现Sutherland_Cohen直线段裁剪算法(Computer graphics small example)
    2011-12-21 19:05:50下载
    积分:1
  • Anisotropic
    本程序实现灰度图像各向异性扩散(Anisotropic Diffusion)滤波算法,可以用于平滑信号,保留边缘,增强边缘对比度。与普通高斯Gaussian算法相比,它不会平滑边缘的图像。(The program implements grayscale image using anisotropic diffusion filtering algorithm.It can be used to smooth the signal, keep the edge, enhance the edge of the contrast. Compared with ordinary Gaussian algorithm, it does not smooth the image edges.)
    2014-02-08 18:19:25下载
    积分:1
  • matlab
    本文详细介绍了运用matlab 进行车牌定位分割的算法原理和算法实现,有兴趣的可以(This paper introduces in detail the use of matlab for license plate location algorithm and segmentation algorithm, interested can)
    2008-04-12 17:51:50下载
    积分:1
  • quyushengzhang
    通过循环去多个种子点实现基于区域生长的图像分割(Achieve image segmentation based on region growing cycle to go through multiple seed points)
    2021-04-14 16:38:55下载
    积分:1
  • matlabacSharp
    用小波包分析实现轴承故障诊断,信号分析处理,界面编程(Bearing fault diagnosis using wavelet packet analysis and signal analysis and processing, interface programming)
    2012-03-28 09:03:42下载
    积分:1
  • FCSA_MRI1.0
    有效地MR图像重建算法,主要用于在MR图像的成像过程中对图像进行压缩(Efficient MR Image Reconstruction for Compressed MR Imaging)
    2015-03-03 07:28:42下载
    积分:1
  • 烟雾检测(源代码)
    【实例简介】本设计为基于MATLAB的火焰烟雾火灾检测系统。传统的采用颜色的方法,误识别大,局限性强。结合火焰是实时动态跳跃的,采用面积增长率,角点和圆形度三个维度相结合的方式判断是否有火焰。该设计测试对象为视频,通过下一帧和上一帧的差异发现是否有火情,并可发出语音报警。本设计带有一个人机交互式GUI界面,界面友好。是个不错的bishe选题。
    2021-06-17 00:31:26下载
    积分:1
  • FFCM--all
    用FCM 对自然图像 sar图像以及纹理图像进行快速分割 ,用一维和二维直方图分别对图像进行特征映射 从而快速的对图像进行分割 包含结果截图 (By FCM sar image of natural images quickly and texture image segmentation, with one-dimensional and two-dimensional histogram of the image feature maps were so fast image segmentation screenshot contains the results)
    2013-05-28 11:03:58下载
    积分:1
  • 696518资源总数
  • 105395会员总数
  • 22今日下载