搜索资源列表
lessonresouse
- 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波
图象处理集合
- 图象处理集合(对位图的处理)包括如下: 1.图象分析:图象分割和边缘检测 2.图象编、解码:huff,PCX,GIF,JPG等; 3.滤波处理:包含多种滤波器(高,低通,交互式带阻); 4.数学形态学:图象的腐蚀和膨胀,开、闭运算,图象的粗、细化等; 此外还有视图的编辑、灰度处理、图象恢复、小波分解和重构等等。-image processing pool (right bitmap processing) include the following : 1. Image analysis : S
hpfilter
- This function performs a high pass filtering on the frecuency domain
filter
- 图像滤波,采用理想低、高通,巴特沃斯低、高通,高斯低、高通滤波器处理图像。-Image filtering, Butterworth high-pass filter using the image sharpening, get the details of the image.
zuoye2
- 1. 编程实现图像傅立叶高通、低通滤波。 2. 尝试傅立叶压缩。 -A programming image Fourier high-pass, low pass filtering. Try Fourier compression
freqFilter
- 各种滤波:// ButterworthL() - 巴特沃斯低通滤波器 // ButterworthH() - 巴特沃斯高通滤波器 // MutualFilter() - 交互式带阻滤波器 // RetrorseFilter() - 巴特沃斯低通滤波器的逆滤波 // WienerFilter() - 有约束恢复的维纳滤波 // PSE_Filter() - 有约束恢复的功率谱均衡滤波 // MinPower() - 有约束恢复的最小平方滤波 (数字图象处理
chap
- P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波 P030
image_pro_4_2_hjs
- 用Matlab实现的对图像进行二阶巴特沃斯高通滤波,并直方图均衡化-Second-order Butterworth high-pass filter using Matlab realized on image and histogram equalization
Desktop
- 图像处理程序,本程序是关于图像处理中的高通、低通滤波器及索贝尔和拉普拉斯算法。-Image processing program, this program is about image processing, high-pass, low-pass filter and the Sobel and Laplace algorithm.
2009302590101
- 该程序实现了raw 到bmp图像格式转换,实现了低通滤波,高通滤波,中值滤波等图像增强功能 可进行图像平移,缩放,旋转,边缘检测,二值化,并基于灰度进行模板匹配-The program to achieve raw to bmp image format conversion, low-pass filtering, high-pass filtering, median filtering, image enhancement feature image translation, scal
Mallat_alg_2D
- matlab实现对2维图像进行mallat变换的程序,实现高,低通滤波器。-matlab to achieve two-dimensional images, the Mallat transform the program, high-and low-pass filter.
lvbo
- 在频域的基础上对图像进行滤波,带通,带阻,高通,低通-In the frequency domain on the basis of image filtering, band pass, band stop, high-pass, low-pass
testfftresize
- 傅里叶变换的图像(即频谱)进行加窗处理傅里叶变换插值,高通滤波。-Fourier transform of the image (ie the spectrum) for windowed Fourier transform interpolation processing, high-pass filtering.
tong_tai_lv_bo_zeng_qiang
- 这里有高斯同态滤波,住址滤波,空域高通滤波,下早后均可直接运行-Here are Gaussian homomorphic filtering, address filtering, spatial high-pass filtering, can be run directly under the early post-
imgProcess-(2)
- 实现了图像的一些基本运算,包括高低通滤波-Realize the image of some of the basic operation, including high and low pass filter
1111
- matlab--巴特沃斯高通滤波算法来增强图像-Matlab, butterworth high pass filter algorithm to enhance image
222
- 本代码使用matlab实现理想高通滤波增强图像-Matlab to achieve ideal high-pass filtering to enhance the image
lvboqi
- 这是把最初的高通、低通滤波器的数学式的思想,来实现高通、低通滤波。-This is the first high-pass, low-pass filter equation of thinking, to achieve high-pass, low-pass filtering.
ImageEnhance
- 图像增强实例,包括对比度扩散、直方图均匀化、阈值滤波、均值滤波、中值滤波、低通模板滤波、高通模板滤波、BUTTERWORTH低通滤波、BUTTERWORTH高通滤波、指数高通滤波、KIRSCH锐化、LAPLACE锐化、PREWITT锐化、ROBERTS锐化、SOBEL锐化等。-Examples include image enhancement, contrast diffusion, histogram equalization, threshold filtering, mean filte
bbb
- 二.二维小波分解与重构程序说明 1.主函数 mymain.m:通过调用所写的函数对信号进行二维小波分解与重构 main.m:利用MATLAB中小波变换函数实现 2.调用的子函数 function [x2,cA,cV,cH,cD] mydwt2(x,Lo_D,Hi_D) 函数mydwt() 对 x 进行二维小波分解 输入参数为x,Lo_D,Hi_D x为输入信号,Lo_D为低通滤波器,Hi_D为高通滤波器 输出参数:cA,cV,cH,cD —— 是