搜索资源列表
histeq
- 自己编的直方图均衡化matlab源码,可以实现图像的直方图均衡-own addendum to the histogram equalization Matlab source, the image histogram equalization
hw
- 实现您自己的直方图均衡或匹配算法。提交您的代码和演示图像。以及和MATLAB的函数histeq()的比较结果。-Realize your own Histogram equalization or matching algorithm. Submit your code and demo images. Compare your result with matlab function histeq().
k_gray_histeq
- 直方图均衡化的MATLAB程序,自己编写的算法,大家可以下载使用,看看效果-Histogram equalization of the MATLAB process, I have written algorithms, can be downloaded using the U.S. to see the effect of
histeq
- 图像直方图均衡化的源代码,opencv实现-Image histogram equalization of the source code, opencv implementation
histeq
- 实现直方图规定化的函数和直方图均衡化的函数-Histogram specification to achieve the function and the histogram equalization function
histequal
- 直方图均衡。 不利用MATLAB自带的histeq.m函数,自己编写主函数进行直方图均衡化处理-hist equal
histeq
- matlab的简单直方图均衡化程序,实现了简单的直方图均衡-simple histogram equalization matlab program
histmatch
- 直方图匹配,或者叫做直方图规定化。在matlab下实现,但是没有使用IPT中的histeq进行规定化。-Histogram matching,or histogram specification is the basic method in the digit image processing. We provide a implementation in matlab without using IPT function histeq
histeq
- 不用MATLAB自带的函数,根据原始公式计算图像直方图,并对图像进行均衡化处理。-Do not have the MATLAB built-in function, according to the original formula to calculate the image histogram and image equalization processing.
hist1
- 直方图均衡化的matlab源代码,能够实现非histeq的功能-Histogram equalization
Image-contrast-enhancement
- 多媒体技术实验之---用MATLAB实现图像对比度增强,分别使用imadjust,histeq,adapthisteq函数对灰度图像,真彩色图像,索引图像(伪彩色图像)进行对比度增强-Multimedia technology experiments--- MATLAB image contrast enhancement, respectively, using imadjust, histeq, adapthisteq function for grayscale images, true
histeq
- 用matlab实现的直方图均衡化代码,可以改变图像的对比度-Histogram equalization matlab code to achieve, you can change the contrast of the image
histeq
- 直方图均衡化话matlab源代码,共分三部,简介明了-image hist equalization, matlab code.Is divided into three parts, introduction and clear
zhifangtu_code
- 用matlab函数实现给定图像的直方图;函数histeq()实现直方图均衡化;对给定图像,各自指定直方图,进行直方图匹配,使图像增强。这是个模板-Implemented by matlab function to a given image histogram function histeq () to achieve histogram equalization for a given image, each designated histogram, histogram matching
HE_matlab
- 直方图均衡算法的MATLAB实现,并且有详细的说明,没有调用histeq函数-The MATLAB of HE
lvbo
- ①线性灰度变换(函数形式) ② 编程计算图像的直方图,并与函数imhist比较 ③ 执行直方图均衡化和规定化histeq ④ 给图像添加噪声 ⑤ 执行均值滤波、高斯滤波和中值滤波 ⑥ 执行拉普拉斯滤波 ⑦ 执行低通滤波和高通滤波(Linear gray scale transformation (function form) The histogram of the image is calculated and compared with the function imhist
MATLAB视频去雾【GUI,源码,论文】
- 该课题是基于MATLAB平台的图像去雾处理,配备一个人机交互GUI界面,可以选择局部直方图均衡化,全局直方图均衡化,Retinex算法,通过对比处理前、后的图像的直方图,而直方图是一副图像各灰度值在0-256的分布个数的表,信息论已经整明,具有均匀分布直方图的图像,其信息量是最大的。 二、算法介绍 ①全局直方图均衡化:通俗地理解就是,不管三七二十一,直接强行对彩色图像的R,G,B三通道颜色进行histeq均衡处理,然后进行三通道重组; ②局部直方图均衡化:设置一个固定大小的滑块,分别对彩色图像进
matlab实现灰度图像的直方图均衡化算法
- matlab编程实现灰度图像的直方图均衡化算法 (1)使用Matlab实现,不能直接调用自带的histeq函数 (2)采用函数调用的方式:定义功能函数g=myhisteq(f) (3)将结果与使用Matlab自带的histeq函数得到的结果进行比较