搜索资源列表
MatlabColorHistogram
- 用Matlab获取彩色图像的直方图及其相关均衡化
彩色图像处理
- 本资源是通过VC++6.0来编写的,彩色图像灰度化,灰度比例化,灰度线性化,灰度截断,灰度线性取反,直方图均衡化,直方图规定化,灰度局部统计等功能模块。
20060816
- 图像处理算法源程序.pdf,包含: 利用Visual C++实现AVI文件的图像截取 Visual C++中实现对图像数据的读取显示 Visual C++实现视频图像处理技术 VC编程中如何操作数据库中的图像字段 Visual C++实现数字图像增强处理 Visual C++6.0开发灰度位图处理 VC++开发腐蚀运算源程序 VC++开发膨胀运算源程序 VC++开发细化源程序 VC++开发H
ImageProLab
- 用C语言写的基本图像处理程序,包括显示BMP位图程序,直方图均衡化,线性增强,均值虑波,中值虑波,伪彩色和二值化,对初学者很有用!-C language to write the basic image processing procedures, including shows from Bitmap procedures, histogram equalization, Linear increased, the mean cons
RGB_to_gray_hist
- 将jpg格式的彩色图像进行灰度化并直方图均衡化-Jpg format to color images and gray level of histogram equalization
MatlabColorHistogram
- 用Matlab获取彩色图像的直方图及其相关均衡化-Matlab to obtain color images by histogram equalization and its related
ret
- 彩色图像的直方图均衡化,使用时候应该安装OPENCV-Color image histogram equalization, the use of time should be installed OPENCV
DigitalImageProcessing
- 数字图像处理的基本算法的程序实现,以及彩色图像的直方图均衡化-Digital image processing procedure for realization of the basic algorithm, as well as the color image histogram equalization
rgbhisteq
- 实现rgb图像的直方图均衡化,附源程序和图像,matlab实现-Rgb images to achieve the histogram equalization, with source code and images, matlab achieve
image
- 应用matlab或VC语言编制图像处理软件,软件功能如下: 一、实验类型 1. 读入图像,并对灰度图像或彩色图像进行显示,对彩色图像可以转化为灰度图像;(8学时) 2. 对读入的图像可以实现减小和提高图像分辨率的功能(16学时) 3. 计算灰度图像的直方图并进行显示,讨论不同图像灰度分布的直方图特征(16学时) 4. 对上述图像进行直方图均衡化处理,分析直方图均衡化的处理结果;(16学时) 5. 对给定的彩色图像
his
- 将一幅彩色图片进行直方图均衡化,得到的图像进行比较,有明显增强效果-Will carry out a full-color photographs, histogram equalization
caisetuxiangzhifangtujunhenghua
- 彩色图像的直方图均衡化。vc++2005+opencv实现,对三个通道进行均衡化。-Color image histogram equalization. vc++2005+ opencv implementation of the three channel equalization.
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)