搜索资源列表
图像的模糊识别技术
- matlab 图像的模糊识别技术-Matlab 图像的模糊识别技术
基于全局运动统计和边缘平滑滤波的视频去隔行方法
- 基于Matlab的去隔行算法,将运动图像造成的模糊去除。-The de-interlacing algorithm based on Matlab, the moving image blur removal.
matlab-Imagerecover
- 这是一个基于matlab图像复原处理包,其中包括图像的模糊、维纳滤波、盲反卷积、点扩散函数和光学转换函数互相转化-This is a matlab-based image restoration processing package, including the images fuzzy, Wiener filtering, blind deconvolution, point spread function and optical transfer function to transform
DCT
- 实现图像的DCT高通、低通滤波器并与傅里叶变换做比较.有图可见,经DCT低通滤波后,图像变得很模糊。因为DCT是FFT取其实部,能量减少,因此图像变得很模糊,没有经FFT滤波后的效果好。 经DCT高通滤波后的图像: 经DCT高通滤波后,图像的低频部分被滤除掉,图像变黑,只有边缘的痕迹可见。-The DCT of image high-pass, low pass filter and compared with the Fourier transform.
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
mh
- 通过模糊c-均值(FCM)聚类实现图像的分割。-Through the fuzzy c-means (FCM) clustering to achieve image segmentation.
fcm
- 通过模糊c-均值(FCM)聚类实现图像的分割。-Through the fuzzy c-means (FCM) clustering to achieve image segmentation.
MATLAB1
- 《MATLAB图形技术_绘图及图形用户接口》 MATLAB语言在数值计算,数据处理,自动控制,信号处理,神经网络,优化计算,模糊逻辑,小波分析,图像处理,统计分析等众多领域有着广泛的用途。-" MATLAB graphics _ graphics and graphical user interface" MATLAB language in the numerical calculation, data processing, automatic control, sig
SSSS
- 通过建立运动模糊数学模型, 进行了消除运动模糊的仿真实验, 维纳滤波恢复运动模糊图像效果较 好。在图像恢复技术中, 点扩展函数( PSF) 是影响图像恢复结果的关键因素, 所以常常利用先验知识和后验判 断方法估计PSF函数来恢复图像。实验表明在实际恢复过程中如果运动模糊图像混入了噪声, 必须考虑到信噪 比、噪声的自相关函数和原始图像的自相关函数对恢复后图像的影响。-Through the establishment of mathematical model of motion
levelsetseg
- matlab编的水平集分割的一些好东东, 适用于模糊图像的目标提取,希望能共勉-some program of matlab for image segmentation and small target extraction
SSFroughSeg
- 这是采用模糊粗糙集的方法处理图像的matlab代码-This is a fuzzy rough set approach to image matlab code
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.
degra_write
- 自编图像退化程序,包括图像的模糊与加噪,解释详细,希望对学习图像复原的朋友有所帮助。-Self image degradation process, including blur and add noise, a more detailed explanation, I hope the friends of learning image restoration help.
image_process
- 包含几种用于图像处理的MATLAB程序,分别有图像高通滤波,低通滤波,图像小波融合,图像消模糊,以及图像恢复。都是非常实用的小程序-Contains several MATLAB programs for image processing, images were high-pass filter, low pass filtering, wavelet image fusion, image consumption fuzzy, and image restoration. Are very
图像的复原
- 对图像进行滤波、加噪,对图像进行模糊、复原处理,另有点扩散函数与光学转换函数间的互化。(The image is filtered and noisy, the image is blurred and restored, and the point diffusion function is interchanged with the optical conversion function.)
Untitled pingpu
- 可以用matlab对模糊图像画出对应的频谱图(You can use matlab to draw corresponding spectrum for blurred images.)
HDR_Imaging
- 采用基于梯度的算法,通过matlab实现高动态范围成像。高动态范围图像,相比普通的图像,可以提供更多的动态范围和图像细节,根据不同的曝光时间的低动态范围图像,利用每个曝光时间相对应最佳细节的低动态范围图像来合成最终高动态范围图像,能够更好的反映人真实环境中的视觉效果。这里采用的高斯模糊展示了高动态范围图像中超出取值范围的数值也是有用的,即使它们在转换成低动态范围图像的时候通常都要被裁掉。在原始的高动态范围图像中,这些像素都有非常大的亮度值。当图像模糊的时候,周围的像素亮度被“拉高”并且在色度映射
avoidence---Matlab
- 基于模糊控制的避障仿真, 有图像,直线规划,能实现避障,但还不是很完美(Obstacle avoidance simulation based on fuzzy control, with image and straight line planning, can achieve obstacle avoidance, but it is not perfect)
基于matlab的图像处理工具
- 利用matlab编程实现图像处理的基本功能,如平移,旋转,缩放,滤波,运动模糊消除等