搜索资源列表
-
0下载:
在图像中加入随机高斯噪声的源代码,在MATLAB环境下实现。-in the image by adding Gaussian random noise source code in the MATLAB environment to achieve.
-
-
0下载:
在图像中加入随机椒盐噪声的源代码,在MATLAB环境下实现。-in the image by adding random noise and pepper the source code in the MATLAB environment to achieve.
-
-
1下载:
%通过耦合神经网络结合中值滤波实现图像的降噪源代码- Through the combination of coupled neural network filtering image noise source code
-
-
1下载:
基于Matlab的典型图像增强算法的源码
程序代码说明
P0301:数字图像矩阵数据的显示及其傅立叶变换
P0302:二维离散余弦变换的图像压缩
P0303:采用灰度变换的方法增强图像的对比度
P0304:直方图均匀化
P0305:模拟图像受高斯白噪声和椒盐噪声的影响
P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波
P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波
-
-
0下载:
This code is filtering noise in image with median filter.
-
-
0下载:
当前论文主要考虑的是非信号依赖的高斯噪声下的图像恢复,本程序实现了泊松噪声下的图像恢复,泊松噪声为信号依赖噪声,能够更加有效逼近实际成像系统噪声。- This is the code that was used in the papers "A Nonnnegatively Constrained Convex Programming Method for Image Reconstruction", "Total Variation-Penalized Poisson Likelihood E
-
-
0下载:
程序代码说明
P0301:数字图像矩阵数据的显示及其傅立叶变换
P0302:二维离散余弦变换的图像压缩
P0303:采用灰度变换的方法增强图像的对比度
P0304:直方图均匀化
P0305:模拟图像受高斯白噪声和椒盐噪声的影响
P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波
P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波
P0308:图像的自适应魏纳滤波
-
-
0下载:
Matlab图像增强实验源代码与图片展示,内有用matlab为图像增加椒盐噪声白噪声程序。再用平滑滤波与中值滤波对图像进行处理。-Matlab source code for image enhancement and image experiments show, the image in a useful increase in salt and pepper noise matlab white noise process. And then filtering and median fi
-
-
0下载:
第一章作业:
用C语言或者VC,VB,Matlab或其他语言完
成如下实验:
1)打开一个BMP文件
2)将其局部区域的灰度值进行改变
3)另存为一个新的BMP文件
要求显示出原BMP图像和新BMP图像。
1。打开一幅图像,添加椒盐、高斯噪声,然后使用邻域平均法、中值滤波法、K邻近平均法进行平滑。
2。打开一幅图像,利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。
第五章作业
编写一个程序,对输入的图像进
-
-
0下载:
matlab 代码,各种图像处理中遇到的问题,例如关于滤波器,噪声处理-Matlab code, the problems encountered in a variety of image processing, such as filters, noise processing
-
-
0下载:
给出了数字图像处理图像复原运算中混合噪声的自适应滤波代码,经过matlab调试运行成功,图像处理结果较好-Adaptive filtering code given mixed noise in digital image processing image restoration operation, successful after matlab commissioning run, the results of image processing
-
-
0下载:
MATLAB图像处理源程序3:程序代码说明
P0301:数字图像矩阵数据的显示及其傅立叶变换
P0302:二维离散余弦变换的图像压缩
P0303:采用灰度变换的方法增强图像的对比度
P0304:直方图均匀化
P0305:模拟图像受高斯白噪声和椒盐噪声的影响
P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波
P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波
P0
-
-
0下载:
matlab用于图像处理的常用源代码,由简到 难包括5章内容,从图像变换到滤波去噪,再到图像边缘提取、分割加强,等等相当全面-matlab for image processing used in the source code, from simple to difficult, including five chapters, from the image into filtering noise, and then the image edge extraction, segmentati
-
-
0下载:
本代码在MATLAB中采用均方误差和测度两种评价参数对维纳滤波和L-R算法复原的加入噪声的运动模型和高斯模型的图像复原效果进行了比较-The code in MATLAB using the mean square error and two evaluation parameters measure the effect of exercise on the model image restoration Wiener filtering and restoration LR algorith
-
-
0下载:
本文主要基于退化-恢复模型进行研究,首先对Lena图像加入了Gauss 噪声,并选用中值滤波方法恢复;随后基于运动模糊模型进行退化建模,分别采用几种维纳滤波方法对源图像进行还原。
doc文档中推导了维纳滤波过程,并用matlab实现了了多种维纳滤波器,代码都附在文中。-This article is mainly based on the degradation- the recovery model to study, first joined the Gauss Lena image n
-
-
0下载:
程序代码说明
P0301:数字图像矩阵数据的显示及其傅立叶变换
P0302:二维离散余弦变换的图像压缩
P0303:采用灰度变换的方法增强图像的对比度
P0304:直方图均匀化
P0305:模拟图像受高斯白噪声和椒盐噪声的影响
P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波
P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波
P0308:图像的自适应魏纳滤波
P0309:运用5种不同的梯度增强法进
-
-
0下载:
以下在matlab中利用图像处理工具箱实现均方误差(MSE)、峰值信噪比(PSNR)和熵的源代码
-The following use in matlab image processing toolbox mean square error (MSE), the peak signal to noise ratio (PSNR), and entropy source code
-
-
1下载:
以下在matlab中利用图像处理工具箱实现峰值信噪比(PSNR)和NC的源代码
-The following image processing toolbox for peak signal to noise ratio (PSNR) and NC source code in matlab
-
-
1下载:
level set水平集图像分割算法matlab程序实现-This Matlab/C code contains routines to perform level set image segmen-
tation according to:
(1): various multiphase (multiregion) formulations, including a fast scheme
where the computation load grows linearly with
-
-
0下载:
噪声背景下的信号检测是一项复杂而又重要的任务,在雷达信号检测和通信领域都是重要的课题。在低信噪比情况下与普通自相关函数法进行了比较。给出了时域及频域(Signal detection in noisy background is a complex and important task. It is an important topic in the field of radar signal detection and communication. Compared with the gene
-