搜索资源列表
图像直方图均衡化matlab代码
- 图像直方图均衡化matlab代码
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
rgbhisteq.rar
- 实现rgb图像的直方图均衡化,附源程序和图像,matlab实现,Rgb images to achieve the histogram equalization, with source code and images, matlab achieve
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.
histeq
- 图像直方图均衡化的源代码,opencv实现-Image histogram equalization of the source code, opencv implementation
zhifangtu
- 对图片进行灰度处理,用matlab编程来实现直方图均衡化,-Gray on the picture to deal with implementation matlab programming to histogram equalization,
Inagehistogram
- 图像直方图均衡化的程序设计库函数验证MATLAB-Image histogram equalization procedure to verify the design of library functions
matlab
- 图像灰度变换、图像的锐化、⑴直方图均衡化(histogram equalization),⑵直方图匹配(histogram matching),⑶邻域平均(neighborhood averaging),⑷局域增强(local enhancement), ⑸中值滤波(median filtering)。源码-Image gray-scale transformation, image sharpening, ⑴ histogram equalization (histogram equaliza
Image-Imag-Enhancement
- 影像增强的三个程序:1、边缘检测;2、直方图均衡化;3、图像增强-three programmea:1. edge detedtion 2,image histgram equalized 3,image enhancement
haar
- 基于拉haar小波的图像增强,与传统直方图均衡化相比较,效果更好。-Pull-based haar wavelet image enhancement, with the traditional histogram equalization compared to better.
MATLAB
- 用自编程序实现图像的灰度直方图与直方图均衡化-With self-compiled program to achieve the image histogram and histogram equalization
MATLAB_function
- matlab function 图像增强 1. 直方图均衡化的 Matlab 实现 1.1 imhist 函数 功能:计算和显示图像的色彩直方图 格式:imhist(I,n) imhist(X,map)-matlab function
zhifangtujunhenghua2
- 直方图均衡化,选取图片,对图片灰度处理,在进行算法使其直方图均衡化(Histogram equalization)
MATLAB视频去雾【GUI,源码,论文】
- 该课题是基于MATLAB平台的图像去雾处理,配备一个人机交互GUI界面,可以选择局部直方图均衡化,全局直方图均衡化,Retinex算法,通过对比处理前、后的图像的直方图,而直方图是一副图像各灰度值在0-256的分布个数的表,信息论已经整明,具有均匀分布直方图的图像,其信息量是最大的。 二、算法介绍 ①全局直方图均衡化:通俗地理解就是,不管三七二十一,直接强行对彩色图像的R,G,B三通道颜色进行histeq均衡处理,然后进行三通道重组; ②局部直方图均衡化:设置一个固定大小的滑块,分别对彩色图像进