搜索资源列表
kalman_fliter_nine
- 九维的卡尔曼滤波跟踪算法,包括xyz三方向和各方向的位置,速度,加速度。
fangxiang
- 利用matlab自己建立光栅,别且进行方向滤波,效果十分明显-Grating using matlab to establish their own, do not and the direction of filtering, the effect is very obvious
Steerable_filters
- Matlab code to visualize Steerable filters.
FIR_RLS
- 经典的RLS算法,相信对做自适应滤波方向的人很有用哦-Classical RLS algorithm, adaptive filter do believe that one very useful direction Oh
ekffilter
- 扩展kalman滤波,目标在y轴上运动,传感器平台沿y轴方向运动,初学kalman不错。 - Extended kalman filtering, target y-axis motion sensor platform along the y-axis motion
shexingjidong
- 目标作蛇形机动matlab仿真,包括卡尔曼和最小二乘滤波,可出x,y方向误差,-Matlab simulation target for maneuver, including the Kalman and least square filtering, the x, y direction of error,
DirFilter
- 对图像进行方向滤波,可以消除图像中有规律的网格或者直线干扰-direction filter
363305686contourlet_toolbox
- 该程序是方向滤波器工具包,其中有很多现成的滤波器,及上下采样程序。可直接调用。-The program is the direction filter kit, there are many ready-made filter, and down sampling procedure. Can be called directly.
s_GPS_INS_position_sp_demo
- GPS/INS位置组合输出校正Matlab仿真 文件说明: s_GPS_INS_position_sp_demo.m 组合主文件 kalman_GPS_INS_position_sp_NFb.m 卡尔曼滤波程序 ode500.mat 飞机飞行轨迹与INS输出数据 将三个文件放到同一个文件夹中,运行主文件即可。 希望对此方向的初学者有所帮助。-GPS/INS position output correction Matlab simulation com
dirctDiff
- 矢量图像的方向扩散matlab源码,用于图像滤波的方法-Direction diffusion of vector image,used for image filtering
particlefilterprogram
- 对粒子滤波算法的原理和应用进行综述’首先针对非线性非高斯系统的状态滤波问题C阐述粒子滤波的原理D然后在分析采样=重要性=重采样算法基础上C讨论粒子滤波算法存在的主要问题和改进手段D最后从概率密度函数的角度出发C将粒子滤波方法与其他非线性滤波算法进行比较C阐明了粒子滤波的适应性C给出了粒子滤波在一些研究领域中的应用C并展望了其未来发展方向-QJPRQ Elc8&m :jelf dgwd99&jvdej gq:c&decwe 9d:ejv&chj&ec:d:cqi:pcrcw’8jfjgmdeelc
gaosimatch
- 通过二维高斯匹配滤波器来对冠状动脉实现增强,通过多个方向的滤波使得图像的增强效果更好-Matched by two-dimensional Gaussian filter to achieve enhanced coronary artery, through the filter makes the multiple directions better image enhancement
anc
- 使用改进的方向滤波与修正的Hausdorff距离的指静脉识别方法.-The use of improved filtering and correction of the direction of the finger vein recognition Hausdorff distance method.
eq-design-demo
- 介绍了一种新的滤波方法,并给出了具体应用对象和理论分析,可以为非线性滤波研究提高新的方向-Introduces a new filtering method, and gives the specific application objects and theoretical analysis, nonlinear filter can improve the new direction of
eq-article
- 该文献是非线性滤波领域重量级人物sarrka最新研究成果,可以为非线性滤波研究提供新的方向-The literature is a heavyweight in the field of nonlinear filtering sarrka latest research results, research for non-linear filtering new direction
fingerprint-feature-extraction-
- 本文设计了一套指纹图像预处理和指纹特征提取算法, 利用方向滤波的方法对原始图像进行增强,使用改进的细化算法进行细化, 最后基于脊线跟踪的方法, 用改进的算法更为简洁而有效地避免了各种伪特征。设计的算法经Matlab 实现, 实验效果良好。-Designed a fingerprint image and fingerprint feature extraction algorithm using directional filtering the original image enhanceme
类似于时域滤波,天线方向图是最优权的傅立叶变换
- 类似于时域滤波,天线方向图是最优权的傅立叶变换(Similar to the time domain filtering, the antenna pattern is the optimal Fourier transform)
图像处理
- 数字图像处理,包含噪声处理、形态学、领域平均和方向滤波等。(Digital image processing includes noise processing, morphology, domain averaging and directional filtering.)
ddfapd
- 方向滤波和后验决策算法,利用图像的边缘特性,将梯度权重值加入,能够很好的改善插值后图像的伪影效果。(Directional filtering and posteriori decision algorithm, using the edge characteristics of the image, add the gradient weight value, which can improve the artifact effect of the interpolated image.)
图像空域滤波(二)
- 1. 锐化滤波; 2. Sobel水平方向滤波与垂直方向滤波。 3. 对灰度图像执行均值平滑滤波; 4. 对灰度图像执行中值平滑滤波; 5. 中值平滑滤波与均值平滑滤波对比。