搜索资源列表
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 这个工具包包含的若干程序之一就是图像滤波与模糊处理的函数,用于图像处理。
imagequality
- 自己编写的图像质量评价函数,包括方差、平均梯度、模糊熵、信息熵-I have written the image quality evaluation function, including the variance, with an average gradient, fuzzy entropy, information entropy
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.
fcm_code
- 模糊C均值聚类(FCM)算法的实现Matlab源码(其中命名为fcm.m的文件为一个完整的应用函数,其余几个文件为分割开使用的单独的函数)适合于研究图像分割算法的同仁们借鉴。-Fuzzy C-means clustering (FCM) algorithm Matlab source code (which is named fcm.m file a complete application functions, the rest is split open several files usin
DIP
- 数字图像处理matlab实现,包括如下程序: 1.直方图规定化为高斯双峰函数 2.窗口形状自适应(十字形或矩形)的中值滤波 3.彩色图像目标提取并与背景图像合成 4.插值外推法的彩色图像饱和度调整 5.多种插值方法实现的图像放大和缩小 6.频域变换及分析 7.几何校正 8.插值外推法的黑白图像对比度增强 9.运动模糊矫正-Digital image processing matlab realize, including the following proce
up
- 基于matlab实现高斯函数,以及图像模糊恢复,调用matlab自带函数。-Implementation of Matlab based on Gauss function, and the blurred image restoration, call the MATLAB built-in function.
MAX_Wavelet
- 采用极大值法实现图像处理中的小波去模糊。基于matlab函数实现。-Using the maximum value method to achieve image processing wavelet deblurring. Based on matlab function implementation.
fcm
- 模糊c均值聚类。是matlab中fcm函数的代码-Fuzzy c-means clustering. Is the code matlab function in fcm
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
ImageProcessingProgramInMATLAB
- 数字图像处理MATLAB个人大作业,带有交互式界面,可以调参,实现了如下功能:冈萨雷斯书中的大部分的灰度变换函数,图像锐化,滤波(低通,高通,维纳,中值),噪声模型(允许添加各种噪声,包括运动模糊),小波变换,并附有程序运行的说明文档(Image Processing program with interactive Interface)