搜索资源列表
MATLAB图像处理源程序
- 程序代码说明 P0201:MATLAB赋值 P0202:MATLAB中的for循环 P0203:MATLAB中的for循环和if条件 P0205:MATLAB图像处理的基本操作 P0206:MATLAB高级图像处理操作 P0207:根据RGB图像创建一幅灰度图像 P0208:二值图像的取反操作 P0209:用imshow函数显示图像 P0210:在同一个窗口内显示两幅图像 2.rar (15.23k) 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0
matlab 直方图均衡化
- 简单的直方图均衡化程序
matlab直方图均衡
- matlab的直方图均衡化源代码
直方图均衡matlab代码-ll
- 直方图均衡化处理,图片。
基于MATLAB的数字图像处理系统
- 在matlab上开发的图像处理系统,包括直方图均衡 边缘检测,滤波等图像处理功能
matlab_image.matlab图像预处理
- matlab图像预处理,包括灰度化,对数变换,直方图均衡化,线性平滑滤波,中值滤波,自适应滤波,图像锐化,图像二值化,各类边缘检测算子等等,matlab image preprocessing, including gray-scale and logarithmic transformation, histogram equalization, linear filtering, median filtering, adaptive filtering, image sharpening, i
ImageProcessing.rar
- 用matlab编写界面,实现直方图均衡化、平均滤波、梯度滤波、Laplacian滤波、Kirsch滤波、Sobel滤波、Prewitt滤波、高频提升等多种功能,Matlab prepared to use interface, the realization of histogram equalization, the average filter, Gradient filter, Laplacian filter, Kirsch filter, Sobel filter, Prewitt f
myimageprocess2.rar
- 直方图均衡化,局部直方图均衡化,直方图匹配,中值滤波,,histgram equalization,histogram matching
matlab.rar
- MATlab图像分割源代码,包含边缘检测,区域分割,直方图,MATlabapplican
image.rar
- 包含常用的图像处理程序,对初学者有很大的帮助,如图像的加噪、直方图均衡化、维纳滤波去噪等等,Include commonly used image processing procedures, to be very helpful to beginners, such as image noise, histogram equalization, Wiener filtering de-noising, etc.
matlab直方图程序.doc
- matlab直方图程序.doc
BHSM
- 灰度直方图双峰法分割,传统的分割方法。适合初学者学习。-Bimodal histogram segmentation method
MATLAB6
- Matlab环境下的几个数字图像处理实验,包含图像灰度变换、直方图均衡化、直方图匹配、邻域平均、局域增强、中值滤波、图像的锐化等-Matlab environment, several digital image processing experiments, including the image gray level transformation, histogram equalization, histogram matching, neighborhood average, local
matlab
- 直方图图像均衡化和规定划、以及加性噪声,如拖尾脉冲噪声,高斯脉冲噪声(自适应方法)、和椒盐噪声等等各种噪声的添加噪声和去除噪声的MATLAB代码-Histogram equalization and provisions of the planning image, and additive noise, such as trailing impulse noise, Gaussian pulse noise (adaptive approach), and salt and pepper no
chip_histogram_features
- 直方图特征的计算,包括方差,峰度,熵值等。-Histogram of the characteristics of the calculation, including the variance, kurtosis, entropy and so on.
39709592CBIR-matlab
- 基于内容的图像检索主颜色直方图的提取,从图像的获取到直方图现实到特征的提取,最后根据图像检索出与所给图像最相似的图像。-Content-based image retrieval dominant color histogram extracted from the images to get to the real histogram feature extraction, the last based on the image to retrieve the image with the m
matlab
- 基于MATLAB-GUI图形界面的数字图像处理软件 本系统设计基于GUI图形界面,用matlab语言编写代码,实现功能包括图象的读取、存储、显示、直方图均衡化、阈值化、小波分解、小波重构、加噪、去噪、平滑、锐化、边缘检测、图像分割等-MATLAB-GUI graphical user interface based on digital image processing software of the system design is based on GUI graphical interfa
matlab
- 图像灰度变换、图像的锐化、⑴直方图均衡化(histogram equalization),⑵直方图匹配(histogram matching),⑶邻域平均(neighborhood averaging),⑷局域增强(local enhancement), ⑸中值滤波(median filtering)。源码-Image gray-scale transformation, image sharpening, ⑴ histogram equalization (histogram equaliza
直方图
- matlab直方图均衡代码,主要用于对曝光不足的图片进行处理。(Matlab histogram equalization code, mainly used to deal with the insufficient exposure of the picture.)
MATLAB视频去雾【GUI,源码,论文】
- 该课题是基于MATLAB平台的图像去雾处理,配备一个人机交互GUI界面,可以选择局部直方图均衡化,全局直方图均衡化,Retinex算法,通过对比处理前、后的图像的直方图,而直方图是一副图像各灰度值在0-256的分布个数的表,信息论已经整明,具有均匀分布直方图的图像,其信息量是最大的。 二、算法介绍 ①全局直方图均衡化:通俗地理解就是,不管三七二十一,直接强行对彩色图像的R,G,B三通道颜色进行histeq均衡处理,然后进行三通道重组; ②局部直方图均衡化:设置一个固定大小的滑块,分别对彩色图像进