搜索资源列表
histeq
- 自己编的直方图均衡化matlab源码,可以实现图像的直方图均衡-own addendum to the histogram equalization Matlab source, the image histogram equalization
histeq.rar
- 此程序实现图象增强的功能,采用直方图均衡化的方法来实现图像增强。,This procedure realize the function of image enhancement using histogram equalization method to achieve image enhancement.
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
- A matlab code for image processing using histogram equalization
histeq
- 用非matlab工具箱实现直方图均衡化。-With non-realization of histogram equalization matlab toolbox.
histeq
- 实现直方图规定化的函数和直方图均衡化的函数-Histogram specification to achieve the function and the histogram equalization function
histeq
- matlab的简单直方图均衡化程序,实现了简单的直方图均衡-simple histogram equalization matlab program
histeq
- 不用MATLAB自带的函数,根据原始公式计算图像直方图,并对图像进行均衡化处理。-Do not have the MATLAB built-in function, according to the original formula to calculate the image histogram and image equalization processing.
mhisteq
- 用matlab基本语句实现直方图均衡化库函数histeq的功能-matlab histeq
histeq
- 用C语言编写MATLAB 函数, 主要用于DSP芯片上, 也可用于参考将C语言转换为汇编-Use the programming language C to write MATLAB function, histeq
histeq
- 用matlab实现的直方图均衡化代码,可以改变图像的对比度-Histogram equalization matlab code to achieve, you can change the contrast of the image
histeq
- 采用matlab自己编写实现直方图均衡化的代码-Write your own code to implement using matlab histogram equalization
histeq
- 直方图均衡化话matlab源代码,共分三部,简介明了-image hist equalization, matlab code.Is divided into three parts, introduction and clear
histogram-and-histeq
- Histogram and histogram equalization by not using defined matlab codes for image processing
eg_colorEqualize
- MATLAB中实现彩色图像的直方图均衡化;直接利用histeq和原理法两种方法实现(MATLAB, Histogram equalization of colorful picture)
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函数得到的结果进行比较