搜索资源列表
直方图均衡化与人眼检测程序
- 本程序可以进行直方图均衡化和人眼检测 要求: 本程序只能处理256色灰度图像 人眼检测功能对一寸证件照片效果较好-the procedures for histogram equalization and eye testing requirements : this program can handle only 256-color gray-scale images eyes detection of the documents inch photos better result
图像直方图均衡化matlab代码
- 图像直方图均衡化matlab代码
直方图均衡化处理
- 直方图均衡化图像增强的计算机实现 使用VC图形界面开发
数字图像处理直方图均衡化,中值滤波,均值滤波
- 数字图像处理 MFC实现直方图均衡化,中值滤波,均值滤波
MFC实现BMP图像灰度翻转和直方图均衡化
- MFC实现BMP图像灰度翻转和直方图均衡化,完整程序代码,MFC to achieve BMP image flip and histogram equalization, a complete code
histeq
- opencv图像直方图均衡化(有例图)图像直方图均衡化-opencv image histogram equalization (Example map has)
histeq
- 图像直方图均衡化的源代码,opencv实现-Image histogram equalization of the source code, opencv implementation
chap05
- ch5_1_1: 图像灰度线性变换 (§5.1.1) ch5_1_2: 图像灰度分段线性变换 (§ 5.1.1) ch5_1_3: 采用对数形式的变换函数进行动态范围压缩 (§5.1.1) ch5_1_4: 图像直方图的均衡化 (§5.1.2) ch5_1_5: 直方图规定化 (§5.1.2) -ch5_1_1: image linear transformation (§ 5.1.1) ch5_1_2: piecewise linear image transform (§
a
- gui界面设计,进行图像的一般处理,如旋转,加噪,直方图均衡化等-gui interface design, the general image processing, such as rotation, noise, such as histogram equalization
imageprocessing
- 数字图像直方图均衡化 用VC++开发的 数字图像处理 打开图像 处理显示处理后图像 -imageprocessing
Inagehistogram
- 图像直方图均衡化的程序设计库函数验证MATLAB-Image histogram equalization procedure to verify the design of library functions
直方图均衡化
- 可以应用于彩色图像或者灰度图像中,能对图像的边缘特征进行加强、锐化。
Histogram
- 彩色直方图均衡化,根据直方图均衡化原理实现对彩色图像的均衡化处理,达到图像增强的目的。(color Image histogram)
直方图均衡化
- 基于opencv的直方图均衡化实现,基本思想是对图像中像素个数多的灰度级进行展宽,而对图像中像素个数少的灰度进行压缩,从而扩展像原取值的动态范围,提高了对比度和灰度色调的变化,使图像更加清晰。(Realization of histogram equalization based on OpenCV)
histogram
- 直方图均衡化实现图像增强,更改图像路径就能运行(Realization of image enhancement based on histogram)
q
- 灰度值均衡化,将一张图片进行直方图均衡化转化,然后比较相应的效果(The gray value is balanced, and a picture is transformed into a histogram, and then the corresponding effect is compared.)
LavVIEW直方图均衡化实现
- labview直方图均衡化,输入图片可以得到图像的原始直方图和均衡化后的直方图以及直方图均衡化后的图像(Histogram equalization)
直方图均衡化
- 压缩包内包含两个m文件,一个是直方图均衡化,另一个是频域滤波,即对一幅图像进行低通、高通滤波,并且使用高频强调和直方图均衡相结合的方法增强图像;另外包含了四张测试用的图片。(Compressed packet contains two m files, one is histogram equalization, the other is a low pass filtering in frequency domain, i.e., images of a high pass filter, a
直方图均衡化
- 直方图均衡化,用于图像增强。使得图像对比度增加(Histogram equalization for image enhancement. Increase the contrast of the image)
基于直方图均衡化,暗通道先验,retinex方法的数字图像去雾matlab程序集合
- 一个关于图像去雾的基本算法代码的超强整合,每一行(划重点)代码都有详细而好懂的注释,全部都是m文件,另外还有许多测试图例,从浓雾到薄雾都有。暗通道方法采用改进算法,增加了图像采样,提升了计算速度,改进了导向滤波最小二乘的算法使其精细透视率图的效果得到了显著提升。另外附带相应根据上述代码编写的GUI设计的m文件