CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 追踪 matlab

搜索资源列表

  1. Gabor

    5下载:
  2. 通过Gabor原子库对语音信号进行处理,用到匹配追踪算法,程序很好用,对各种语音信号的仿真实验都很成功-Gabor atoms is through the voice signal processing, matching pursuit algorithm is used, the program useful, on the simulation of various audio signals are successfully
  3. 所属分类:matlab

    • 发布日期:2015-05-11
    • 文件大小:9216
    • 提供者:miaoguijun
  1. ompbox

    1下载:
  2. 稀疏表示正交匹配追踪算法matlab源代码-sparse representation
  3. 所属分类:matlab

    • 发布日期:2014-05-21
    • 文件大小:49152
    • 提供者:chenjia
  1. SequentialTracking

    0下载:
  2. 非常好的粒子滤波程序:扩展卡尔曼模型下的序列追踪-very good particle filter : Extended Kalman model tracing the sequence
  3. 所属分类:matlab

    • 发布日期:2017-11-11
    • 文件大小:18979
    • 提供者:侯睿
  1. trackingGUI

    0下载:
  2. 视频追踪的框架算法,实现了基于meanshift和feature based的跟踪算法-Framework for video tracking algorithm meanshift based and feature based tracking algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:25021
    • 提供者:xieyuan
  1. raytrace

    5下载:
  2. 这是matlab编写的射线网格法追踪,用于追踪波的射线轨迹-This is prepared matlab ray tracing grid method, used to track wave ray tracing
  3. 所属分类:matlab例程

    • 发布日期:2013-10-13
    • 文件大小:1715
    • 提供者:陈建光
  1. two_dimension

    0下载:
  2. 二维匹配追踪算法,通过较少原子比较精确的重建图像,随着迭代次数提高逼近源图像。-Two-dimensional matching pursuit algorithm, through more precise atomic less reconstructed image, with the number of iterations to raise close to the source image.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:2347
    • 提供者:汪博峰
  1. Least-Square_MP

    3下载:
  2. 基于morlet小波的最小二乘匹配追踪算法-morlet-based least-square matching pursuit algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2015-06-05
    • 文件大小:60440
    • 提供者:黄可
  1. rbmcda_1_0

    1下载:
  2. 基于RBMCDA (Rao-Blackwellized Monte Carlo Data Association)方法的多目标追踪程序-RBMCDA Toolbox is software package for Matlab consisting of multiple target tracking methods based on Rao-Blackwellized particle filters. The purpose of the toolbox is provide a test
  3. 所属分类:transportation applications

    • 发布日期:2017-03-29
    • 文件大小:116979
    • 提供者:sayyou
  1. handgesturerecogniton

    2下载:
  2. 本代码实现了对静态五种基本静态手势的识别,通过皮肤颜色模型分割人手,然后通过边界追踪得到手的轮廓,最后通过傅里叶系数识别手势-The static code of the five basic static gesture recognition, through the skin color model partition manually, and then get through the border to track the contours of the hands, and fina
  3. 所属分类:GUI Develop

    • 发布日期:2016-12-19
    • 文件大小:3763
    • 提供者:魏志莲
  1. motionestimation

    0下载:
  2. matlab做的运动估计,用于图像处理中图像追踪等(仅供大家参考)-Motion Estimation using matlab, for motion tracking in digital image processing
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:4470
    • 提供者:zhoulei
  1. MEMotionEstimation1

    1下载:
  2. MATLAB做的运动估计,用于图像处理中运动轨迹追踪(仅供大家参考)-motion estimation by matlab, for motion tracking in digital image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:4485
    • 提供者:zhoulei
  1. matlabcode1

    0下载:
  2. 利用matlab实现图像的边界检测。包括sobels算子,prewitt算子,还包括图像的边界追踪-use matlab to detect the boundary of the image
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:146244
    • 提供者:gao
  1. work

    0下载:
  2. 该程序用M文件写成,用来仿真风力机特性,对于风能的最大追踪用很大的帮助-M file with the program written for the simulation of wind turbine characteristics, the wind with the greatest of great help to track
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:21055
    • 提供者:冉涛
  1. AddHinfConstr

    0下载:
  2. MATLAB的M语言编写,用于解决机器追踪的问题。机器状态估计由minimax滤波器完成。-This m-file simulates a vehicle tracking problem.The vehicle state is estimated with a minimax filter.In addition,with the a priori knowledge that the vehicle is on a particular road, the vehicle stat
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:2559
    • 提供者:李健
  1. Houghtransform

    0下载:
  2. 图像处理的霍夫变换程序,采用M语言编写,对数字图像进行直线追踪-HOUGHLINES- detects lines in a binary image using common computer vision operation known as the Hough Transform.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:2642
    • 提供者:李健
  1. subspace

    3下载:
  2. 这是压缩感知领域,一个重构算法--子空间追踪方法,此方法是基于OMP之后的改进算法。-This is a compressed sensing area, a reconstruction algorithm- subspace tracking methods, this method is based on the OMP after the improved algorithm.
  3. 所属分类:Graph program

    • 发布日期:2015-06-28
    • 文件大小:2189
    • 提供者:杨淑媛
  1. signal decomposition by bp

    1下载:
  2. 基于基追踪(basis pursuit)对信号进行稀疏表示的算法-signal decomposition by basis pursuit...
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-01-28
    • 文件大小:5351712
    • 提供者:daly
  1. canny

    2下载:
  2. canny检测器是很有效的边缘检测器,该函数可以实现对目标图像的边缘提取。该方法总结如下:1.图像使用带有指定标准差的高斯滤波器来平滑,以此减少噪声;2.在每一点计算局部梯度和边缘方向;3.第二步中确定的边缘点会导致梯度幅度图像中出现脊,然后追踪所有脊的顶部,并将所有不再脊顶部的像素设置为0;4.执行边缘链接-canny detector is very effective edge detector, this function can be achieved on the target im
  3. 所属分类:Graph program

    • 发布日期:2016-01-15
    • 文件大小:185038
    • 提供者:hanyantao
  1. Wavelet_OMP

    4下载:
  2. 运用压缩感知的原理对图片进行处理 并通过正交匹配追踪法进行图像的重构-compressed sensing for colour image and the reconstruction by OMP
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2014-06-12
    • 文件大小:50510
    • 提供者:马春晖
  1. yibudianjimoxing

    3下载:
  2. DFIG异步电最大风能追踪模型,用与风力发电功率追踪控制-yibudianjihechengystemyunxing
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:6611
    • 提供者:胡安
« 1 2 34 5 6 7 8 9 10 ... 31 »
搜珍网 www.dssz.com