登录
首页 » matlab » kalman

kalman

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

  • WatermarkingVedio5
    视频水印matlab源码,此为第五个压缩包,在水印领域的爱好者可以下载作为参考(Video Watermarking Matlab source, which is the fifth-compressed, Watermark in the field of lovers can download as a reference)
    2006-10-13 17:35:15下载
    积分:1
  • cvpr09defog(matlab)
    暗原色先验的视频去雾算法 matlab实现(the code of defog using dark-chanel prior algorithm)
    2018-09-14 23:09:26下载
    积分:1
  • sift-match
    MATLAB工具sift实现图像拼接,上下拼接(MATLAB tool sift image stitching, stitching up and down)
    2012-05-28 19:19:44下载
    积分:1
  • Fcorrnerdeteeo
    用于摄像机标定的Harris角点检测代码码。能达到亚像素精度。压缩包内附说明文档。 (Harris corner detection for camera calibration code code. To achieve sub-pixel accuracy. The compressed package included documentation.)
    2020-11-11 15:29:46下载
    积分:1
  • LSD
    本程序实现了提取图像中直线的功能。能够很好地提取出位于边缘上的直线段,其结果表示为两端端点坐标以及线段宽度(This program realizes the function of extracting the edge line in the image.The straight line segment at the edge can be extracted well, and the result is expressed as the end point coordinates and line segment width at both ends.)
    2018-06-26 09:02:42下载
    积分:1
  • MRF-ICM
    使用MRF进行SAR图像变化检测,能量最小化算法采用ICM(SAR image change detection uses MRF, energy minimization algorithm uses the ICM)
    2020-10-18 10:27:26下载
    积分:1
  • GPUImageProcessor
    一个简单的GPU图像处理程序,使用Qt框架,OpenGL API和OpenGL着色器语言开发。(A simple GPU image processing program, using the Qt framework, the OpenGL API and OpenGL shader language development.)
    2012-04-02 22:53:25下载
    积分:1
  • pca
    这是一个模式识别中关于主成分分析的特征提取的matlab源码(This is a pattern recognition on the Principal Component Analysis Feature Extraction of Matlab FOSS)
    2007-07-10 20:53:21下载
    积分:1
  • MATLAB烟雾火焰识别GUI界面
    说明:  一、课题介绍 本设计为基于MATLAB的火焰烟雾火灾检测系统。传统的采用颜色的方法,误识别大,局限性强。结合火焰是实时动态跳跃的,采用面积增长率,角点和圆形度三个维度相结合的方式判断是否有火焰。该设计测试对象为视频,通过下一帧和上一帧的差异发现是否有火情,并可发出语音报警。本设计带有一个人机交互式GUI界面,界面友好。是个不错的bishe选题。 二、算法流程 结合火焰的面积增长率,角点和圆形度三个维度综合判断。并且得出每帧图像火焰部分的该三个参数,实时显示在GUI上。 三、GUI界面设计(This design is based on MATLAB flame smoke fire detection system. The traditional method of using color has large error recognition and strong limitation. Considering that the flame is real-time and dynamic jumping, the area growth rate, corner and roundness are combined to determine whether there is flame. The test object of the design is video. Through the difference between the next frame and the previous frame, whether there is fire is found and the voice alarm can be sent out. This design has a personal computer interactive GUI interface, the interface is friendly. It's a good choice for BiShe.)
    2020-08-07 12:33:51下载
    积分:1
  • Face Detection using Viola-Jones Algorithm
    Viola-Jones 算法的人脸检测程序,附带检测图片(for detection using Viola-Jones Algorithm. To save Cropped Picture you need to change the folder location.)
    2017-11-15 21:03:39下载
    积分:1
  • 696516资源总数
  • 106457会员总数
  • 15今日下载