搜索资源列表
MatlabColorHistogram
- 用Matlab获取彩色图像的直方图及其相关均衡化
彩色图像处理
- 本资源是通过VC++6.0来编写的,彩色图像灰度化,灰度比例化,灰度线性化,灰度截断,灰度线性取反,直方图均衡化,直方图规定化,灰度局部统计等功能模块。
ImageProcessSys
- 含有了图像处理中一些经典和常用的图像处理算法,如:灰度图像处理,图像增强,图像变换,形态学图像处理。其中灰度图像处理包含三个算法:彩色图转灰度图,灰度图直方图,直方图均衡化;图像增强含有:增加椒盐噪声,中值滤波,sobel算子边缘提取(水平方向和垂直方向一起考虑),laplace算子边缘提取,模糊,锐化;图像变换含有:haar小波变换,RGB转HSV颜色空间。形态学图像处理含腐蚀,膨胀,开操作,闭操作。-Contains some of the classic image processing
DigitalImageProcessing
- 数字图像处理的基本算法的程序实现,以及彩色图像的直方图均衡化-Digital image processing procedure for realization of the basic algorithm, as well as the color image histogram equalization
ret
- 彩色图像的直方图均衡化,使用时候应该安装OPENCV-Color image histogram equalization, the use of time should be installed OPENCV
image
- 应用matlab或VC语言编制图像处理软件,软件功能如下: 一、实验类型 1. 读入图像,并对灰度图像或彩色图像进行显示,对彩色图像可以转化为灰度图像;(8学时) 2. 对读入的图像可以实现减小和提高图像分辨率的功能(16学时) 3. 计算灰度图像的直方图并进行显示,讨论不同图像灰度分布的直方图特征(16学时) 4. 对上述图像进行直方图均衡化处理,分析直方图均衡化的处理结果;(16学时) 5. 对给定的彩色图像,显示其R、G、B三分量图像的噪声图像及H、S、I三分量完成
his
- 将一幅彩色图片进行直方图均衡化,得到的图像进行比较,有明显增强效果-Will carry out a full-color photographs, histogram equalization
simple
- 包含三个对彩色图像进行简单处理的小程序,分RGB三通道显示,并做直方图均衡化;转到色调饱和度亮度空间,对亮度做均衡。图像的三个方向的翻转。-Consists of three simple color image processing applet, sub RGB three-channel display, and do histogram equalization to hue, saturation, space, and make a balanced brightness. Fli
caisetuxiangzhifangtujunhenghua
- 彩色图像的直方图均衡化。vc++2005+opencv实现,对三个通道进行均衡化。-Color image histogram equalization. vc++2005+ opencv implementation of the three channel equalization.
image_enhancement
- 本程序是基于VC6.0的图像增强算法,程序支持读入显示各种类型的彩色、灰度图像,可随时显示任意位置像素点的颜色信息。图像增强处理是基于8位图像的直方图均衡化处理,程序中增添了直方图显示对话框,并可查询任意灰阶的像素点数目。-This program is an image enhancement algorithm based on VC6.0, the program displays various types of support read into the color, grayscal
tub
- 该工程是一个图像变形系统,能实现图像的各种变换功能,如放大,缩小,黑白彩色变换,直方图均衡化-The project is an image warping system that can transform a variety of image features such as zoom, black and white color transformation, histogram equalization, etc. 朗读显示对应的拉丁字符的拼音
HistEqualization
- 基于opencv的直方图均衡化,包含灰度图像和彩色图像的直方图均衡化,效果很好,无需配置,下载即可打开工程,运行程序。-Hist equalization based on opencv,including processing gray and color image.It performance well and can be used very easily.
caisetuxiangzhifangtujunhenghua
- 本程序实现了彩色图像的直方图均衡化,对彩色图像进行了最基本的处理,实现效果还可以,文件中有程序实验的图片。-This procedure achieved color image histogram equalization, to the most basic color image processing, can also implement effect, application experiment graphics file。
直方图均衡化
- 可以应用于彩色图像或者灰度图像中,能对图像的边缘特征进行加强、锐化。
1
- 对彩色图像的直方图均衡化处理,在去除噪声上面很有帮助-Color image histogram equalization process is helpful in removing noise above
zhifangtuCPP
- 直方图均衡化,用C++实现,效果不错,是对彩色图像的直方图均衡化处理,要用的可以参考一下-Histogram equalization, implemented by C++, good results, is a color image histogram equalization process, use can take a look
颜色增强
- 对彩色图像进行直方图均衡化,能够实现对图像的较好处理(Histogram equalization of color images, to achieve better image processing)
guo
- 24位彩色图的直方图均衡化有两种方式,一种是把彩色度的R、G、B分量分别看做一个灰度级进行直方图的均衡化。这种方式会使RGB之间的颜色对比会发生变化,造成颜色的失真。另一种方法是先将24位真彩色图的RGB分量转换为HIS分量,仅对其中的I分量进行直方图的均衡化,最后将均衡、化后的I分量与原来的H、S分量一起逆变换回RGB分量表示,两种方法都在代码中实现,希望对大家有所帮助!(histogram equalization)
Histogram
- 彩色直方图均衡化,根据直方图均衡化原理实现对彩色图像的均衡化处理,达到图像增强的目的。(color Image histogram)
eg_colorEqualize
- MATLAB中实现彩色图像的直方图均衡化;直接利用histeq和原理法两种方法实现(MATLAB, Histogram equalization of colorful picture)