搜索资源列表
RgbToHis
- vc++实现 rgb-hsv的转换,并包括直方图的均衡-vc achieve rgb - hsv conversion, and includes a balanced histogram
historamequilbrium
- 在matlab环境下实现灰度图像的直方图的均衡处理与显示功能,很好用-in Matlab environment under gray image histogram equalization processing and display functions, easy to use
equilibriaoffrankdrawing
- 此程序用于实现直方图的均衡,用Vc编写,其中附有处理前后的图片对比
zhifangtu
- VC++环境...对图像进行直方图的均衡
matlab直方图均衡
- matlab的直方图均衡化源代码
直方图均衡
- 效果不错的直方图均衡-good results histogram equalization
数字图像的直方图均衡化(C-C++源代码)
- 用OpenCV实现直方图均化-with histogram equalization
bmp图象的放大直方图均衡
- 这是我初学图像处理所作的一个例子,相信对其他人也有一定帮助。-This is my beginner image processing of an example, I believe others will also help.
HistDemoA直方图与Sobel算子
- 直方图均衡化处理和边缘检测程序.vc6下完成,是基于对话框的程序,用到自己定义的类CImageWnd-histogram equalization processing and edge detection procedures. Vc6 complete, the dialog is based on the procedures used its own definition of the category CImageWnd
DIP程序
- 以前的数字图像处理作业,包括直方图,均衡,Sobel,中值,FFT,IFFT,DCT,IDCT,8*8DCT等-previous digital image processing operations, including the histogram, balanced and Sobel, values, FFT, IFFT, DCT, IDCT, 8* 8DCT etc.
RgbToHis
- vc++实现 rgb-hsv的转换,并包括直方图的均衡-vc achieve rgb- hsv conversion, and includes a balanced histogram
20060816
- 图像处理算法源程序.pdf,包含: 利用Visual C++实现AVI文件的图像截取 Visual C++中实现对图像数据的读取显示 Visual C++实现视频图像处理技术 VC编程中如何操作数据库中的图像字段 Visual C++实现数字图像增强处理 Visual C++6.0开发灰度位图处理 VC++开发腐蚀运算源程序 VC++开发膨胀运算源程序 VC++开发细化源程序 VC++开发H
historamequilbrium
- 在matlab环境下实现灰度图像的直方图的均衡处理与显示功能,很好用-in Matlab environment under gray image histogram equalization processing and display functions, easy to use
equilibriaoffrankdrawing
- 此程序用于实现直方图的均衡,用Vc编写,其中附有处理前后的图片对比-This procedure used to realize a balanced histogram, using Vc prepared, of which deal with before and after pictures contrast
work
- matlab实现的,两种直方图均衡化的源代码。需要的可以下载试试。-matlab realize the two histogram equalization of the source code. Need to download a try.
zhifangtu
- VC++环境...对图像进行直方图的均衡-VC++ Environment ... the image of a balanced histogram
Assignment1
- 对给出的灰度图像手动实现输出其直方图的函数,然后对图像进行线性变化,最后手动实现直方图均衡化-On the given gray image manually to achieve a function of the output of its histogram, and then the image changes linearly, and finally manually histogram equalization
HistogramEqualization
- 本实验要求编写一个计算图像直方图的程序并要求讨论直方图均衡化技术,最后对图3.8(a)进行均衡化处理。直方图是多种空间域处理技术的基础,直方图操作能有效的用于图像增强。在实验中根据直方图对应的离散函数可以编写出计算一个图像直方图的函数,直方图均衡化则是借助于直方图灰度变换实现灰度映射从而达到图像增强的目的。实验通过得到原始图像的直方图,直方图均衡化变换函数图和增强后的图像增强后图像的直方图这些实验数据来解释图像被增强的原因。-In th
chap1_2
- 主要是图像的灰度变换处理的编程实现,主要包括线性和非线性灰度变换算法、直方图的绘制、直方图的均衡等-Mainly gray level of image processing programming, including linear and non-linear gray transform algorithm, histogram mapping, histogram equalization, etc.
histogram
- 灰度直方图是灰度级的函数,描述的是图像中具有该灰度级的像素的个数。它是多种空间域处理技术的基础。直方图操作能够有效用于图像增强;提供有用的图像统计资料,其在软件中易于计算,适用于商用硬件设备。直方图均衡化是通过对原图像进行某种变换,使原图像的灰度直方图修正为均匀分布的直方图的一种方法。图像灰度 直方图均衡化使得图像的灰度分布趋向均匀,图像所占有的像素灰度间距拉开,加大了图像反差,改善了视觉效果,达到增强目的。MATLAB是数字图像处理的