搜索资源列表
zhifangtujunhe
- 这是一个VC上的小程序,用于一个简单的图象处理,只要是针对直方图均衡化-This is a small VC on the procedures for a simple image processing, as long as it is against histogram equalization
beta
- 直方图均衡化的另一种解法,不是用累加的方法得到的,是用分配灰度值空间的办法。
work
- matlab实现的,两种直方图均衡化的源代码。需要的可以下载试试。
zhifangtujunheng
- 本程序用于实现图象的直方图均衡化,算法效率较高。
imageProc
- 显示位图并统计直方图 同时可以均衡化的强大程序
zhifangtuguidinghua
- 在matlab中绘制直方图以及对直方图进行均衡化,规定化。
FPGAimageprocessing
- 使用FPGA实现直方图基本处理——均衡化、规定化的例子
MatlabColorHistogram
- 用Matlab获取彩色图像的直方图及其相关均衡化
ImageFilteringImageequalizatio
- 图像滤波图像均衡化图像分割图像边缘提取 图像读取,可以保证基本操作,Image Filtering Image equalization image edge extraction image segmentation image read, can guarantee the basic operation
k_gray_histeq
- 直方图均衡化的MATLAB程序,自己编写的算法,大家可以下载使用,看看效果-Histogram equalization of the MATLAB process, I have written algorithms, can be downloaded using the U.S. to see the effect of
zhifangtu
- 可以进行直方图的均衡化,只提供了源码,自己根据需要进行修改吧!-Histogram can be balanced, and only provided a source that they need to be modified in accordance with it!
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 (§
imgprocess
- 1.给定一幅图象,输出其直方图 2.通过对话框给定一个线性变换函数,实现图象的灰度拉伸; 3.实现对图象的均衡化-1. To set an image, the output of its histogram 2. Through the dialog box to set a linear transformation function, implementation of the gray-scale image stretching 3. To achieve a balance
histequalization
- 目的是用于直方图均衡化,与普通直方图均衡化不同的是,它是把灰度平均展开到所有的灰度级而不是拉伸灰度的方法-histequalization
Homo LAHE
- 对图像先同态滤波,再进行局部直方图均衡化,可以模糊图片进行增强,遥感图像去薄云等等,但不是很完善。-First image homomorphic filtering, and local histogram equalization can enhance the blurred images, remote sensing images and so on to thin, but it is not very perfect.
Histogram
- 根据直方图相关算法编写的直方图变换程序,包括均衡化和规定化。请先阅读说明文件,调试通过,可直接运行。-Histogram correlation algorithm based on the preparation of the histogram transformation process, including equalization and matching. Please read the documentation first. Run direcly after loading.
assignment1
- 使用matlab输出灰度图像的直方图以及对图象的均衡化-Output grayscale images using matlab and the image histogram equalization
zhifangtujueyunhua
- 用于图像直方图均匀化,可以实现图像中的直方图均衡化-The image histogram uniformity
YQFT08
- 有关直方图均衡化原理的matlam源程序 不错的源码-The histogram equalization matlam source program of the principle of good source
C语言现实的图像处理(包含快速傅里叶变换)
- 这代码功能有:读入和保存文件头、读入和保存信息头、读入和保存像素数据、读入和保存位图、24位的位图转化为8位位图、8位位图转换为24位位图、图像的二值化、8位位图的Sobel边缘检测、8位位图的Laplace锐化、8位位图的中值滤波、分离与合并RGB矩阵、直方图均衡化 main.c是main函数的所在;BMP.h是对位图文件头和信息头,以及调色板等的类型的声明;function.h主要完成对位图的读写操作;algorithm.h主要完成对位图进行相关的算法的处理。