搜索资源列表
2189414139200591717859627843
- 用途:数字图象处理算法的演示,包括: • 图象的DFT和逆DFT • 图象的FFT和逆FFT • 在图象中加入正弦噪声 • 图象的模板运算实现图象平滑和锐化 • 图象的直方图均衡化 • 图象的对比度拉伸 • 图象的中值滤波 • 图象灰度直方图的显示 • 若干频域滤波器
数字图象处理算法的演示
- 数字图象处理算法的演示, • 图象的DFT和逆DFT • 图象的FFT和逆FFT • 在图象中加入正弦噪声 • 图象的模板运算实现图象平滑和锐化 • 图象的直方图均衡化 • 图象的对比度拉伸 • 图象的中值滤波 • 图象灰度直方图的显示 • 若干频域滤波器 • 图象的镜像 • 图象的旋
Imageequilibria
- 这是我自己写的一个Matlab原代码:直方图均衡化,另外送上别人写的一种算法,给大家比较,接下来我还想写一种能强化细节的自适应直方图均衡法。。请大家多多指教-that I wrote an original Matlab code : histogram equalization, and send the others to write an algorithm for the sake of comparison, the next
partenhance
- 这是我自己用matlab编的关于能强化细节的自适应直方图均衡法的实现的图象处理的程序,结合了强化细节的自适应直方图和直方图均衡化法的优点(里面附有该算法的原理),不足之处请不吝指教-This for my own use Matlab series on the details can be enhanced adaptive histogram equalization method on the realization of the
20060816
- 图像处理算法源程序.pdf,包含: 利用Visual C++实现AVI文件的图像截取 Visual C++中实现对图像数据的读取显示 Visual C++实现视频图像处理技术 VC编程中如何操作数据库中的图像字段 Visual C++实现数字图像增强处理 Visual C++6.0开发灰度位图处理 VC++开发腐蚀运算源程序 VC++开发膨胀运算源程序 VC++开发细化源程序 VC++开发H
SMQTcode
- 根据icip会议2005年度的一篇文章编写的matlab程序。包含有效果图。 运用smqt(连续均值量化变换)算法进行灰度图像增强。它比传统方法(直方图均衡化处理)的优点在于可以保证增强后图象的直方图波形不变,可以展现图象的底层结构,自动集中改进图象细节。是一种新的效果更好的灰度图象增强算法。-under icip 2005 annual meeting of an article prepared by the Matlab pr
bmpenhance
- 图象增强系统,分为直方图均衡化,中值滤波和导入保存三个模块。每个模块根据实际情况需要设计算法,并在Visual c++下编译通过。-image enhancement system, divided into histogram equalization, filtering and preserving into three modules. Each module according to the actual needs of t
balance
- 图像的直方图均衡化算法,需要按照程序内容设置好图像的路径-Image histogram equalization algorithm, the need for content in accordance with the procedures set up good image of the path
image
- C#平台下的数字图像处理程序,应用了一些GDI+的函数,自己也编写了一点,主要是几何变换,图像增强和直方图均衡化方面的实现,最后一个红外图均衡化请无视。是该课交的作业设计,因为主要是算法,所以程序并没有太多的异常处理,错误的操作会直接ERROR。-C# Platform of digital image processing procedures, application of a number of GDI+ Function to
eq
- 该程序采用一种简单的算法对图像进行直方图均衡化,对图像均衡化有一定的作用-The program uses a simple algorithm of image histogram equalization on the image equalization to a certain extent
matlab
- 基于常用的灰度变换法和直方图均衡化法等图像增强算法,提出了一种对比度增强算法.该算法首先对直方图进行平滑处理,再进行直方图均衡化,然后在整个显示范围内对图像灰度级进行等间距排列,最后对图像进行中-Gray-scale transformation based on common law and the histogram equalization method, such as image enhancement algorithm,
junhengzengqiangsufan
- 强化细节的自适应直方图均衡化,分块的算法,可以自动调节窗口大小进行局部增强。
zhifangtujunheng
- 本程序用于实现图象的直方图均衡化,算法效率较高。-This procedure used to realize image histogram equalization algorithm more efficient.
ss
- 图象增强处理,最经典的算法,直方图均衡化,程序运行正确。-Deal with image enhancement, the most classical algorithm, histogram equalization, the program is running correctly.
designtostudent
- 彩色图像分割,直方图均衡化,阈值分割算法-Color image segmentation, histogram equalization, threshold segmentation algorithm
localhisteq1
- 一个局部直方图均衡化算法,输入为图像和窗口的长宽,并且长宽只能为奇数-A local histogram equalization algorithm, input images and the length and width of the window, and the length and width of only odd-numbered
1233
- 该文讨论了传统直方图均衡化算法的不足。 在分析人眼对图像亮度的感知 是呈对数关系的基础上.提出了基 于这一视觉特性的直方图均衡化算法的改进方法。该法过把对比度在人眼识别范围外的像素依据视觉特性进行调整.来提高图像细节信息的表现能力。实验证明了该改进方法的有效性-The paper discusses the traditional histogram equalization algorithm deficiencies. Analys
CLAHE
- 本算法介绍了对比度限制自适应直方图均衡化算法的实现,供读者学习(CLAHE based Visual C++ adapthisteq)
直方图均衡化算法
- 直方图均衡化算法的合理使用代码实例啦啦啦啦啦啦啦(Histogram equalization algorithm)
CLAHE
- 对比度受限的自适应直方图均衡化算法(可直接运行)(Adaptive histogram equalization algorithm with limited contrast)