搜索资源列表
MATLAB图像处理源程序
程序代码说明
P0201:MATLAB赋值
P0202:MATLAB中的for循环
P0203:MATLAB中的for循环和if条件
P0205:MATLAB图像处理的基本操作
P0206:MATLAB高级图像处理操作
P0207:根据RGB图像创建一幅灰度图像
P0208:二值图像的取反操作
P0209
基于matlab的图像平滑方法研究
- 图像平滑方法研究
小波图像平滑处理
- 此程序能够实现基于小波变幻的图像的平滑处理。-the program can implement smoothly process of wavelet-based transformed image
im_denoise
- 几种经典的图像平滑去噪算法程序,其中包括小波软阈值和硬阈值处理。还附送三个图像质量评价程序-several classic image denoising smoothing algorithm procedures, which include thresholding wavelet soft and hard threshold processing. Also attached three image quality evalu
digitalimage
- 基于MATLAB的数字图像处理的分析,包括图像显示,图像平滑,图像锐化,等-MATLAB-based analysis of digital image processing, including image display, image smoothing, image sharpening, etc.
DititalImageProcessingmatlab
- 图像增强技术主要包括:直方图修改处理,图像平滑处理,图像尖锐化处理,彩色图像处理。从纯技术上讲主要有两类:1)频域处理法 2)空域处理法 -Image enhancement technologies include: histogram modification processing, image smoothing, image sharpening processing, color image processing. From
Ms-matlab
- mean shift matlab源码,程序比较简单-mean shift matlab source code, the program is relatively simple
images
- matlab图像处理算法,包括中值滤波,平滑滤波,直方图滤波等-matlab image processing algorithms, including the median filter, smoothing filter, Histogram filtering
tuxiangpinghua
- 图像平滑 matlab的代码 FIG文件-Matlab code image smoothing FIG file
xinhaochuli
- 本程序可实现图像平滑,其主要目的是为了减少噪声。本程序中,我们首先对图像加了一个较大的白噪声,之后用中值对含噪图像进行处理。-This procedure can realize smooth image, and its main purpose is to reduce the noise. This procedure, we first added a larger image of the white noise, follo
lubo
- 自己编写图像平滑算法:均值滤波和中值滤波,设置不同的均值滤波模板,以得到最好的图像输出结果。-I have written the image smoothing algorithm: mean filter and median filter, mean filter set different templates to get the best image output.
Diffusion
- 扩散方程的MATLAB代码:可用于图像平滑、去噪、滤波及图像的边缘处理等-Diffusion equation of the MATLAB code: can be used for image smoothing, denoising, image filtering and edge treatment, such as
matlab
- 代码包括利用巴特沃斯(Butterworth)低通滤波器对受噪声干扰的图像进行平滑处理 利用巴特沃斯(Butterworth)高通滤波器对图像进行锐化处理等-Code including the use of Butterworth (Butterworth) low pass filter for noise by smoothing the images deal with the use of Butterworth (
11
- 图形图像处理,形态学滤波器,脑部MRI图像。可用于图像平滑滤波。-Graphic image processing, morphological filters, the brain MRI images. Can be used for image smoothing filter.
bfilter2
- 图像平滑处理不错的代码 有例子在里面 用于matlab学习-deal with image
imageproc
- Matlab图像处理,包含图像平滑、锐化等 图像平滑处理包含均值滤波和中值滤波 图像锐化处理包含拉普拉斯算子和Roberts算子、Prewitt算子和Sobel算子-Matlab image processing, including image smoothing, sharpening and other image smoothing with the mean filter and median filtering im
meatuxingchuli
- 这是一一 一个基于图像平滑处理的程序,附代码-This is eleven thousand one hundred and eleven procedures based on image smoothing, with the code
Matlab-image-add-noise-and-filtering
- 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. An
matlab图像分割算法源码
- matlab图像分割算法源码,包含图像反转,灰度线性变换,非线性变换,直方图均衡化,线性平滑滤波器,中值滤波器等一些基础功能。(MATLAB image segmentation algorithm source code, including image inversion, gray linear transformation, nonlinear transformation, histogram equalization, li
matlab数字图像处理系统
- matlab具有完备的图形处理功能、友好的用户界面以及功能强大的图形处理工具箱,能够实现对数字图像的编辑和处理工作,实现功能包括数字图像的读取、存储、显示、去色、图像翻转、局部放大、透明度调整、去噪、平滑、锐化、压缩、边缘检测等操作。 本文的主要内容如下: 1.研究图像处理技术,包括图像处理技术的分类、数字图像处理的特点,主要内容以及应用。 2.分析MATLAB软件及其在图像处理中的应用。 3.完成系统的总体设计,各功能模块设计