搜索资源列表
直方图均衡化处理
- 直方图均衡化图像增强的计算机实现 使用VC图形界面开发
彩色图像处理
- 本资源是通过VC++6.0来编写的,彩色图像灰度化,灰度比例化,灰度线性化,灰度截断,灰度线性取反,直方图均衡化,直方图规定化,灰度局部统计等功能模块。
数字图像处理直方图均衡化,中值滤波,均值滤波
- 数字图像处理 MFC实现直方图均衡化,中值滤波,均值滤波
ShowDIB1
- 图像直方图 图像均衡化 图像平滑-image histogram equalization image smoothing images
直方图均衡化与人眼检测程序
- 本程序可以进行直方图均衡化和人眼检测 要求: 本程序只能处理256色灰度图像 人眼检测功能对一寸证件照片效果较好-the procedures for histogram equalization and eye testing requirements : this program can handle only 256-color gray-scale images eyes detection of the docum
图像处理课程设计
- 用MFC编写,实现的功能有: i. 打开256色的BMP格式的图像文件: ii. 图像的傅立叶变换: iii. 直方图均衡化: iv. 图像的中值滤波 v. 图像的边缘检测 vi. 几何变换 vii. 哈夫 曼编码查看: viii. 直方图查看 ix. 用哈夫曼压缩方法对图像进行压缩并生成压缩文件 另外还有课设论文及重要模块流程图。有一定 的参考价值 -prepared usin
myhisteq
- 该程序实现对直方图均衡化,可以达到图象增强的效果,是图像处理的重要内容。-the program right histogram equalization, can achieve the effect of image enhancement, image processing is an important element.
LlxDip
- 大学时做的数字图像处理实验,其中包括灰度图像转换,直方图均衡化,中值滤波-universities do digital image processing experiments, including gray image conversion, histogram equalization, filtering
56745677567676
- jpeg图像均衡化处理 进行灰度化处理和图像均衡化 图片格式为jpg,大小为320 240-jpeg images equalization processing grayscale image processing and equalization of jpg format pictures, Size of 320 240
xuxuming1JBUILDER
- 用JBUILDER编写的程序。主要用来 作图形图像处理的。可以任意选择图片,可以对图片进行 灰度化,均衡化 等处理,可以绘制灰度直方图。-JBUILDER prepared by the procedure. Used primarily for graphics and video processing. Photo arbitrary choice can be right for gray-scale images, such a
EquilibrateGray
- 用java编写的直方图均衡化的代码,毕业设计做图像处理的可以参考-java with histogram equalization prepared by the code, design graduates do image processing reference
equalizehist
- 直方图均衡化,计算输入图像的直方图,归一化直方图,作索引表变换图像,可以归一化图像的亮度,并增强图像的对比度-Histogram equalization, histogram calculation of the input image, normalized histogram for the index table transform images, can be normalized image brightness, and
Zhifangtu
- 统计图像的直方图,并且进行均衡化,能够比较好的显示-Statistical image histogram, and a balanced, and able to better show
matlab1
- MATLAB数字图像处理,彩色图像均衡化-MATLAB digital image processing, color image equalization
hist
- 计算如下图像bread.jpg的直方图,并将图像进行均衡化,比较均衡化前后的图像及直方图。 直方图是统计在每一个灰度级上像素的个数,直方图均衡化是通过点运算使一幅输入图像转换为在每一灰度级上都有相同的象素点数的输出图像(即输出的直方图是平的)。公式如下: 连续情况: 离散的情况: 其中 表示输入图像的直方图, 表示灰度等级, 表示输入图像的面积。 -Calculated as follo
image
- 车牌图像定位程序 本程序关键点为:用模版匹配法寻找车牌位置,截取出车牌图像。 图像处理内容包括:直方图统计,图像灰度化,图像均衡化,图像二值化,Sobel算子边缘检测,模板匹配。-License plate image locator key point of this procedure as follows: using the template matching method to find license plat
eq
- 该程序采用一种简单的算法对图像进行直方图均衡化,对图像均衡化有一定的作用-The program uses a simple algorithm of image histogram equalization on the image equalization to a certain extent
ImageFilteringImageequalizationimageedgeextraction
- 图像滤波图像均衡化图像分割图像边缘提取 图像读取,可以保证基本操作-Image Filtering Image equalization image edge extraction image segmentation image read, can guarantee the basic operation
My_Normal
- bmp图像的均衡化和规格化。导入一幅bmp图像,可将该图像均衡化,并规格化成另外一幅图像。-bmp image of the equalization and normalization. Import a bmp image, the image can be equalization and specification into another image.
作业一
- 实现简单的灰度图像均衡化。使用python编写,程序简单易懂。(This file contains program about image equalization.)