搜索资源列表
hist
- 计算如下图像bread.jpg的直方图,并将图像进行均衡化,比较均衡化前后的图像及直方图。 直方图是统计在每一个灰度级上像素的个数,直方图均衡化是通过点运算使一幅输入图像转换为在每一灰度级上都有相同的象素点数的输出图像(即输出的直方图是平的)。公式如下: 连续情况: 离散的情况: 其中 表示输入图像的直方图, 表示灰度等级, 表示输入图像的面积。
hist
- 直方图均衡化的C程序源码,接口已封装,可以在你的工程中调用-Histogram equalization of the C program source code, interface has been packaged, you can call your project
HistDemoA
- 数字图像的直方图均衡化,可以处理不同亮度的图像-Hist Eaqual
hist
- 这个是直方图均衡化的源代码,因为本人现在跟导师研究这方面的,所以都是发这方面的代码。-This is a histogram equalization of the source code, because I now study with the instructors in this area, so are the fat in this area code.
hist
- 实现直方图均衡化基本算法的程序 大家可以下载试试 对于地对比度的图像有较好的效果-Histogram equalization to achieve the basic algorithm of the procedure you can download to try to contrast images for a better effect
hist
- 设计一个程序,对一幅灰度图像现直方图均衡化处理。画出均衡化前后的图像及其直方图 -histogram equalization
hist
- 图像处理 直方图均衡化的源码-picture process about hist that provide a material for friend
histequal
- 直方图均衡。 不利用MATLAB自带的histeq.m函数,自己编写主函数进行直方图均衡化处理-hist equal
histeq
- 实现图像的直方图均衡化,程序调试通过,内附要处理的图像,适合初学者探索-Histogram equalization of image, program debugging through, included to deal with images, suitable for beginners to explore
hist
- mfc直方图均衡化编程。运行程序后,点击“打开文件”按钮即可添加图像,然后点击“直方图均衡”按钮即可得到均衡化结果-histogram equalization mfc programming. Run the program, click on " Open File" button to add the image, then click the " histogram equalization" button to get the results of
hist
- 该实验实现灰度图像的直方图均衡化,在空间域增强图像的灰度。-Experimental realization of the gray image histogram equalization, image enhancement in the spatial domain gray.
Hist
- 在查看菜单中可以做彩色图像和灰度图像的直方图、灰度化。首先打开一幅位图,然后点击查看—>灰度直方图—>均衡化,即可。-In the View menu, you can do color and grayscale image histogram, gray-scale. First, open a bitmap, and then click View-> Histogram-> equalization, you can.
hist--example
- 图像处理直方图均衡化处理,图像处理,图像增强,毕业设计论文-Image processing histogram equalization
hist
- 自己写的图像直方图均衡化方法。水平有限,欢迎指正!-Write my own image histogram equalization method. The level is limited, welcome to correct!
hist-junhenghua
- 该部分内容在VC++平台实现了直方图的均衡化 可以运行-The part of the histogram equalization can run content in VC++ platform
hist
- 图像的点运算:各种直方图的实现,直方图规定化,直方图均衡化。-Image point operation: all kinds of the realization of the histogram, histogram specification, histogram equalization.
s
- 对灰度图像进行直方图均衡化处理。和基于ostu的图像二值化-hist ostu
HistEqualization
- 基于opencv的直方图均衡化,包含灰度图像和彩色图像的直方图均衡化,效果很好,无需配置,下载即可打开工程,运行程序。-Hist equalization based on opencv,including processing gray and color image.It performance well and can be used very easily.
hist
- 实现图像的直方图均衡化,灰度变换,直方图匹配运算,显示运算前后该图像的直方图-realize the Histogram equalization, grey level transformation and Histogram matching arithmetic of images
Defoging-based-on-hist
- 本算法为基于直方图均衡化的图像去雾算法的改进算法,在改进中利用了自己编写的改进全局直方图均衡化算法和内置的局部直方图均衡化函数分别进行图像去雾,最后对两者进行适当加权。同时改进算法中引进了明度参数进行加权计算得出另一种改进结果。-This algorithm is based on the image histogram equalization algorithm defogging improved algorithm, improving the use of their preparat