搜索资源列表
pictureRestortooriginal
- 图像线性滤波复原 运用MATLAB软件,并结合维纳滤波法对各种模糊图像进行复原重建 创建一个仿真运动模糊的PSF来模糊图像。 (2)利用deconvwnr函数对无噪声模糊图像进行复原重建 (3)利用deconvwnr函数对有噪声模糊图像进行复原重建 -images linear filtering using MATLAB software recovery, and the Wiener filter to various fuzzy image restoration
fcm_eg
- 模糊C聚类的应用!!利用MATLAB本身自带的FCM函数做的一个例子
psf
- 运动模糊图像的复原中经常要用到点扩散函数psf,该程序实现求取点扩散函数psf,即实现Matlab中的fspecial函数(求psf),你只要设定好参数length和angle就可以了,调用get_psf()
Matlab图像滤波与模糊函数
- A toolbox that contains image processing functions 这个工具包包含的若干程序之一就是图像滤波与模糊处理的函数,用于图像处理。
Taylor四相码信号及其模糊图的绘制
- Matlab语言由早期专门用于矩阵运算的计 算机语言发展而来,其运算格式与数学格式几乎 一样,程序因此十分简洁。且其具有强大的数值 计算能力、高级图形和可视化数据处理能力,特 别适用于科学计算、图像处理、数据的拟合与可 视化,所以本文选用Matlab语言。 如果能得到模糊函数的精确解析表达式,这 项工作就会十分简单。但现在的雷达信号越来 越复杂,如频率编码信号、码长大的相位编码信 号要计算出其模糊函数的解析表达式很麻烦。 下面以绘制13位Taylor四相码的立体模糊图 为例
byjc
- 对于一些图像来说,常用的边缘检测算法有时候无法设立合适的阈值将它们的梯度较小的模糊边缘检测出来。为了解决这个问题,有两种解决方法:将图像方差标准化,拉大模糊边缘的梯度值,或通过设置sigmoid函数,将像素所在区域的信息传递到梯度值中去,对其进行调整,就能找到合适阈值,有效地将模糊边缘提取出来。本程序把这两种算法实现并与与传统算法进行了比较。-For some images, the commonly used edge detection algorithm sometimes can not
imagequality
- 自己编写的图像质量评价函数,包括方差、平均梯度、模糊熵、信息熵-I have written the image quality evaluation function, including the variance, with an average gradient, fuzzy entropy, information entropy
ambiguiity
- matlab的模糊函数实现。可以成功实现函数图像显示。测试成功。-matlab implementation of fuzzy function. Image display function can be successful. Tested successfully.
work
- 基于方向微分的运动模糊方向确定 该方法具体可参见张朝阳的“直线运动模糊图像的点扩展函数的研究”-The direction of motion blur based on the direction of determining differential
kfcm
- 基于核函数的模糊C聚类均值(fcm)算法-FCM algorithm based on kernel function
matlab image to the fuzzy
- 本例中主要使用四个区模糊函数对图像去模糊,分别是deconvwnr、deconvreg、deconvlucy、deconvblind。这四个函数分别适合不同的情况,对模糊图像的恢复效果也不同-In this case the main use of the four areas on the image to the fuzzy ambiguity function, respectively deconvwnr, deconvreg, deconvlucy, deconvblind. Thes
3
- 实现平移运动的图像模糊程序,一种是利用现有的matlab函数。一种是根据数学模型,自己设置滤波器-Achieve translational motion of the image blurring process is to use existing matlab function. One is based on mathematical models, they set the filter
Barker_ambig
- 任意位巴克码的匹配滤波以及模糊函数matlab源码-Any bit Barker code matched filter and ambiguity function matlab source code
Dipeap
- 基于matlab的数字图像处理代码函数集,对图像去噪,去模糊化和提取图像特征参数-Digital image processing experimental procedures
E
- 这是一个基于matlab图像复原处理包,其中包括图像的模糊、维纳滤波、盲反卷积、点扩散函数和光学转换函数互相转化-This is a recovery based on matlab image processing package, including blur, Wiener filtering, blind deconvolution, point spread function and optical transfer function is transformed into each
iterative blind deconvolution
- 实现了迭代盲反卷积的图像去模糊,自己写的代码,没有调用matlab已有函数-Iterative blind deconvolution of images blurred, write your own code, without calling matlab existing function
MATLAB
- 有关数字图像退化函数的估计与滤波,维纳滤波器实现,运动模糊等-For digital image degradation function estimation and filtering, Wiener filter implementation, motion blur, etc.
MATLAB-picture-blurring-processing
- 图像模糊函数,分别产生运动模糊、圆盘状模糊以及钝化模糊的PSF,然后将PSF与原图像卷积,得到不同的模糊图像-Image blur function, respectively, resulting in motion blur, disk blur and passivation of fuzzy PSF, and then PSF and the original image convolution, get different fuzzy images
lfm_ambg
- LFM信号不确定函数和模糊函数的三维图像和等高图。(The LFM signal to determine the three-dimensional image and contour map function and fuzzy function.)
ImageProcessingProgramInMATLAB
- 数字图像处理MATLAB个人大作业,带有交互式界面,可以调参,实现了如下功能:冈萨雷斯书中的大部分的灰度变换函数,图像锐化,滤波(低通,高通,维纳,中值),噪声模型(允许添加各种噪声,包括运动模糊),小波变换,并附有程序运行的说明文档(Image Processing program with interactive Interface)