Description: 程序代码说明
P0301:数字图像矩阵数据的显示及其傅立叶变换
P0302:二维离散余弦变换的图像压缩
P0303:采用灰度变换的方法增强图像的对比度
P0304:直方图均匀化
P0305:模拟图像受高斯白噪声和椒盐噪声的影响
P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波
P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波
P0308:图像的自适应魏纳滤波
P0309:运用5种不同的梯度增强法进行图像锐化
P0310:图像的高通滤波和掩模处理
P0311:利用巴特沃斯(Butterworth)低通滤波器对受噪声干扰的图像进行平滑处理
P0312:利用巴特沃斯(Butterworth)高通滤波器对图像进行锐化处理
-code P0301 : digital image data matrix display and Fourier Transform P0302 : two-dimensional discrete cosine transform image compression P0303 : using gray transform method to enhance the contrast of the image P0304 : histogram equalization P0305 : simulation images by Gaussian white noise and pepper noise impact P0306 : using 2D median filtering function medfilt2 right by the Salt and Pepper noise filtering images P0307 : MATLAB functions filter2 of noise interference filter images mean P0308 : Image Adaptive Filter WEI Na-P0309 : using five different gradient Enhancement Act for image sharpening P0310 : images of high-pass filtering and mask handling P0311 : use Butterworth (Butterworth) low-pass filter on the noise in the image smoothing P 0312 : Butterworth (Butterworth) high-pass filt Platform: |
Size: 10240 |
Author:xueke |
Hits:
Description: MATLAB源码,P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波 P0309:运用5种不同的梯度增强法进行图像锐化 P0310:图像的高通滤波和掩模处理 P0311:利用巴特沃斯(Butterworth)低通滤波器对受噪声干扰的图像进行平滑处理 P0312:利用巴特沃斯(Butterworth)高通滤波器对图像进行锐化处理-MATLAB source code, P0301 : Digital image data matrix display and Fourier Transform P0302 : Two-dimensional discrete cosine transform image compression P0303 : Gray used a new method to enhance the contrast of the image P0304 : histogram equalization P0305 : Simulation images by white Gaussian noise and Impulse noise impact P0306 : 2D median filtering function medfilt2 right by the Salt and Pepper image noise filtering P0307 : MATLAB filter2 the function of noise interference by the image filtering P0308 : Image Adaptive Filter Weiner P0309 : use five different gradient Enhancement Act for image sharpening P0310 : Images of the high-pass filtering and mask handling P0311 : use Butterworth (Butterworth) low-pass filter to noise interference by the image smoothing P 0312 : Butterworth (Butte Platform: |
Size: 540672 |
Author:钟小丽 |
Hits:
Description: 程序代码说明
P0301:数字图像矩阵数据的显示及其傅立叶变换
P0302:二维离散余弦变换的图像压缩
P0303:采用灰度变换的方法增强图像的对比度
P0304:直方图均匀化
P0305:模拟图像受高斯白噪声和椒盐噪声的影响
P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波
P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波
P0308:图像的自适应魏纳滤波
P0309:运用5种不同的梯度增强法进行图像锐化
P0310:图像的高通滤波和掩模处理
P0311:利用巴特沃斯(Butterworth)低通滤波器对受噪声干扰的图像进行平滑处理
P0312:利用巴特沃斯(Butterworth)高通滤波器对图像进行锐化处理
-code P0301 : Digital image data matrix display and Fourier Transform P0302 : Two-dimensional discrete cosine transform image compression P0303 : Gray used a new method to enhance the contrast of the image P0304 : histogram equalization P0305 : Simulation images by white Gaussian noise and Impulse noise impact P0306 : 2D median filtering function medfilt2 right by the Salt and Pepper image noise filtering P0307 : MATLAB filter2 the function of noise interference by the image filtering P0308 : Image Adaptive Filter Weiner P0309 : use five different gradient Enhancement Act for image sharpening P0310 : Images of the high-pass filtering and mask handling P0311 : use Butterworth (Butterworth) low-pass filter to noise interference by the image smoothing P 0312 : Butterworth (Butterworth) high-pa Platform: |
Size: 11264 |
Author:Jimmy Yen |
Hits:
Description: 直方图均衡:原始图的直方图变换为均匀分布的形式,这样就增加了象素灰度值的动态范围从而达到增强对比度的效果
中值滤波:中值滤波属于非线性平滑滤波器,它可以消除噪声又能保护图象的细节-histogram equalization : the original plan to transform the histogram in the form of uniform distribution. This will increase the value of the pixel gray areas so as to achieve dynamic contrast enhanced effect of filtering : Median filter is nonlinear smoothing filter, it can eliminate noise while preserving image details Platform: |
Size: 1024 |
Author:xuhua |
Hits:
Description: MATLAB 中直方图均衡化和规定化处理函数格式如
下:-Histogram equalization in MATLAB and provisions to deal with functions of the following format: Platform: |
Size: 1024 |
Author:朱煜轩 |
Hits:
Description: 基于常用的灰度变换法和直方图均衡化法等图像增强算法,提出了一种对比度增强算法.该算法首先对直方图进行平滑处理,再进行直方图均衡化,然后在整个显示范围内对图像灰度级进行等间距排列,最后对图像进行中-Gray-scale transformation based on common law and the histogram equalization method, such as image enhancement algorithm, a contrast enhancement algorithm. The algorithm first histogram smoothing processing, and then histogram equalization, and then displayed in the entire range of image gray level spacing, etc. with the final image in Platform: |
Size: 1024 |
Author:ivy |
Hits:
Description: 图象直方图及均衡.图象直方图的计算方法以及直方图均衡化图象增强技术处理过程。-Image histogram and balanced. Image histogram calculation method as well as the histogram equalization process image enhancement technology. Platform: |
Size: 1024 |
Author:赵少敏 |
Hits:
Description: 计算2D直方图的函数代码和1D直方图均衡化的文章 内容中有代码-2D histogram calculation code and the function of 1D histogram equalization of the article content has code Platform: |
Size: 526336 |
Author:Ming |
Hits:
Description: 在进行车牌识别的预处理过程中,如何有效地提高车牌图像质量是一个关键,这一步处理的好坏将直接影响到后面车牌识别的效果。 本文重点研究直方图修改技术增强图像方法在车牌识别预处理中的应用,给出了直方图修改技术的原理,以及直方图均衡化、规定化和对比度调整的原理,最后用MATLAB来实现车牌图像增强的效果。-License Plate Recognition in the pre-treatment process, how to effectively improve the image quality license plate is a key to dealing with the merits or demerits of this step will directly affect the effectiveness of the back license plate recognition. This article focuses on the image histogram modification method to enhance license plate recognition in the pre-processing of applications, given the principle of histogram modification techniques, as well as histogram equalization, contrast adjustment provisions and the principles of using MATLAB to achieve the final vehicle the effect of brand image enhancement. Platform: |
Size: 966656 |
Author:storm |
Hits:
Description: 应用matlab或VC语言编制图像处理软件,软件功能如下:
一、实验类型
1. 读入图像,并对灰度图像或彩色图像进行显示,对彩色图像可以转化为灰度图像;(8学时)
2. 对读入的图像可以实现减小和提高图像分辨率的功能(16学时)
3. 计算灰度图像的直方图并进行显示,讨论不同图像灰度分布的直方图特征(16学时)
4. 对上述图像进行直方图均衡化处理,分析直方图均衡化的处理结果;(16学时)
5. 对给定的彩色图像,显示其R、G、B三分量图像的噪声图像及H、S、I三分量完成中值滤波和均值滤波,模板大小取 , , , ;(16学时)
6. 对上述功能设计功能界面(8学时)
二、设计类型
1、 噪声分析 在不同光照条件下获取图像,从图像中截取一部分背景灰度区(单一灰度),对该子图像进行直方图统计,分析不同光照条件下的噪声强度。
2、 设计一高斯平滑滤波器和加权平滑滤波器,分别采用两种滤波器取模板大小为 , , , 的情况下进行图像平滑,分析两种滤波器的处理结果,并讨论不同模板大小情况下的处理结果。
3、 对上述功能设计功能界面
-VC application or language matlab image processing software, software features are as follows:
First, the experiment type
1. Read into the image, and gray-scale images or color images show that color images can be transformed into gray-scale image (8 hours)
2. To read the image can be reduced and improve the function of image resolution (16 hours)
3. Gray-scale image histogram calculation and display, to discuss the distribution of different gray-scale image histogram features (16 hours)
4. The above histogram equalization image processing, analysis, histogram equalization processing results (16 hours)
5. Of a given color image shows the R, G, B three-component image and the noise image H, S, I completed three-component median filter and mean filter, template size check,,, (16 hours)
6. Functional design features of the above-mentioned interface (8 hours)
Second, design the type of
1, the noise analysis in different light conditions to obtain images from the image Platform: |
Size: 83968 |
Author:yangyong |
Hits:
Description: 是一则matlab编写的直方图均衡,处理灰度以及彩色图像,内含实例图像文件-Is a histogram equalization matlab prepared to deal with gray scale and color images, including examples of image file Platform: |
Size: 812032 |
Author:hei |
Hits:
Description: 用9种方法对彩色图像进行傅里叶高通滤波,有三种基本高通滤波器,三种增强型,三种加上直方图均衡的-Use nine methods doing high-pass filtering to a color image by Fourier transform:three basic filters,three enhanced,three enhanced with histogram equalization Platform: |
Size: 37405696 |
Author:liuyan |
Hits:
Description: We have added following files in matlab
1.global thresholding
2.Histogram equalization
3.low and high pass filtering
4.various masks
5.zooming
6.power law Platform: |
Size: 775168 |
Author:bhoomika |
Hits:
Description: 这是我写的直方图均衡化的MATLAB程序以及SOBEL算子分割,有详细注释,是学习图像处理的好程序!-This is what I write histogram equalization in MATLAB programs and SOBEL operator segmentation, detailed notes, to learn a good image processing program! Platform: |
Size: 1024 |
Author:liguo |
Hits:
Description: Perform a local histogram equalization in matlab.
No image processing toolbox is needed! Platform: |
Size: 524288 |
Author:rafichris |
Hits: