搜索资源列表
deblure去运动模糊的matlab源代码
- 本程序给出了去运动模糊的matlab源代码
基于全局运动统计和边缘平滑滤波的视频去隔行方法
- 基于Matlab的去隔行算法,将运动图像造成的模糊去除。-The de-interlacing algorithm based on Matlab, the moving image blur removal.
motion-blur-Image-Restoration
- 用matlab开发的运动模糊复原程序,包括运动参数的估计、维纳滤波器的源代码-Development of the motion blur with matlab recovery procedures, including the motion parameters estimation, Wiener filter source code
motionbluring
- 基于运动模糊图像产生的原因,自编一个生产运动模糊图像的matlab程序,程序 需要输入模糊长度,默认模糊角度为0,包含一张图片-Based on the causes of motion blurred image, self production of motion blurred images of a matlab program, the program requires input fuzzy length, the default fuzzy angle 0
SSSS
- 通过建立运动模糊数学模型, 进行了消除运动模糊的仿真实验, 维纳滤波恢复运动模糊图像效果较 好。在图像恢复技术中, 点扩展函数( PSF) 是影响图像恢复结果的关键因素, 所以常常利用先验知识和后验判 断方法估计PSF函数来恢复图像。实验表明在实际恢复过程中如果运动模糊图像混入了噪声, 必须考虑到信噪 比、噪声的自相关函数和原始图像的自相关函数对恢复后图像的影响。-Through the establishment of mathematical model of motion
est_daopu_len
- 运动模糊图像的复原,采用倒谱法估计模糊尺度,编写代码,适合初学者学习与理解。含图,可运行测试-Restoration of motion blurred images using fuzzy scale cepstrum estimation, writing code, suitable for beginners to learn and understand. Including maps, can run the test
es_Ang_Hough
- 自编的采用Hough变换的方法估计运动模糊图像的方向,含一个M文件,注释详细,希望对学习图像复原的朋友有一些帮助。-The use of self Hough transform to estimate the direction of motion blurred images, with an M file, comment in detail, hoping to restore the images to the friends learn that some help.
lvbo
- 产生运动模糊函数,对图像进行模糊处理,然后进行维纳滤波-matlab winer
Introduction-to-Robotics
- 本书全面、简明地介绍了机器人学,包括机器人运动学分析、微分运动、机器人动力学和轨迹规划等。还有一些子系统如驱动器、传感器、视觉系统以及模糊逻辑等。-Book comprehensive and concise introduction to robotics, including robot kinematics analysis, differential motion, robot dynamics and trajectory planning. There are a number of
estimationPofPmotionPblurPparameters
- 实现运动模糊方向和运动模糊长度参数估计的方法。-estimation of motion blur parameters
tuxiang
- matlab对图像进行运动模糊 以及用维纳滤波 逆滤波还原-matlab and the image motion blur reduction using Wiener filtering inverse filtering
work
- 根据航母海上运动具有平稳随机过程的特点,利用功率谱模型对其进行建 模,尽可能真实地反映航母的运动状况。分析甲板运动带来的理想着舰点的变化,针对舰载机飞行高度进行模糊控制。按照舰载机自动着舰控制系统的大致结构,从内而外依次对自动飞行控制系统、进场功率补偿系统、甲板运动补偿器进行了研究和设计,在Matlab中对其进行完整建模,并通过仿真加以验证。设计模糊PID控制器,利用模糊控制系统对控制器参数进行在线调整,最后通过Matlab仿真,验证该方法可以有效改进舰载机的着舰品质。-According
b
- matlab实现运动模糊图像的模糊长度的自动鉴别-Matlab implementation of motion blurred image fuzzy length automatic identification
weinalvbo
- 自编维纳滤波实现运动模糊图像的恢复与matlab自带的维纳滤波函数实现复原对比-Using Wiener filter to achieve the restoration of motion-blurred images and MATLAB with Wiener filtering function restoration contrast
weinalvbofuyuan
- matlab实现运动模糊图像的恢复的维纳滤波复原法以及直接调用维纳滤波函数的方法-Matlab to achieve the restoration of motion-blurred images Wiener filtering restoration method and the direct call of Wiener filtering function method
Fuzzy-Matlab-of-Car-mode
- 模糊逻辑控制汽车运动模型设计的实例,有M文件和详细的文字说明-Example:Fuzzy Matlab of Car mode
weizhi
- 基于matlab运动模糊图像角度与距离算法,盲恢复-Motion blur image angle and distance
text_deblurring_code
- 该算法主要是对文本图像进行去运动模糊处理,低于一般图片的运动模糊效果不是很好(The algorithm is mainly to remove the motion blur of the text image, the motion blur effect is not very good than the general picture)
模糊控制用于机器人避障
- 智能小车是移动机器人的一种,可通过计算机编程来实现其对行驶方向、启停以及速度的控制。要想让智能小车在行驶过程中能成功地避开障碍物,必须对其进行路径规划?,路径规划的任务是为小车规划一条从起始点到目标点的无碰路径。路径规划方法有:BP人工神经网络法(Back Propagation)、机器学习(Reinforcement Learning)、以及模糊控制(Fuzzy Control)方法等。模糊技术具有人类智能的模糊性和推理能力,在路径规划中,模糊推理的应用主要体现在基于行为的导航方式上,即将机器
基于matlab的图像处理工具
- 利用matlab编程实现图像处理的基本功能,如平移,旋转,缩放,滤波,运动模糊消除等