CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - image HISTOGRAM EQUALIZATION matlab

搜索资源列表

  1. matlab_image.matlab图像预处理

    2下载:
  2. matlab图像预处理,包括灰度化,对数变换,直方图均衡化,线性平滑滤波,中值滤波,自适应滤波,图像锐化,图像二值化,各类边缘检测算子等等,matlab image preprocessing, including gray-scale and logarithmic transformation, histogram equalization, linear filtering, median filtering, adaptive filtering, image sharpening, i
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2016-01-26
    • 文件大小:8.14kb
    • 提供者:王强
  1. HistogramEqualization.rar

    0下载:
  2. 本实验要求编写一个计算图像直方图的程序并要求讨论直方图均衡化技术,最后对图3.8(a)进行均衡化处理。直方图是多种空间域处理技术的基础,直方图操作能有效的用于图像增强。在实验中根据直方图对应的离散函数可以编写出计算一个图像直方图的函数,直方图均衡化则是借助于直方图灰度变换实现灰度映射从而达到图像增强的目的。实验通过得到原始图像的直方图,直方图均衡化变换函数图和增强后的图像增强后图像的直方图这些实验数据来解释图像被增强的原因。,In this study requested to prepare
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:199.1kb
    • 提供者:jhm
  1. image.rar

    1下载:
  2. 包含常用的图像处理程序,对初学者有很大的帮助,如图像的加噪、直方图均衡化、维纳滤波去噪等等,Include commonly used image processing procedures, to be very helpful to beginners, such as image noise, histogram equalization, Wiener filtering de-noising, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:11.19kb
    • 提供者:陈少华
  1. histogramequalization.rar

    0下载:
  2. 是一则matlab编写的直方图均衡,处理灰度以及彩色图像,内含实例图像文件,Is a histogram equalization matlab prepared to deal with gray scale and color images, including examples of image file
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:793.41kb
    • 提供者:hei
  1. Histogram

    0下载:
  2. 用matlab实现lena。bmp图像的直方图均衡化-Using matlab to achieve lena. bmp image histogram equalization
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:673byte
    • 提供者:内莫
  1. matlab

    6下载:
  2. 基于MATLAB-GUI图形界面的数字图像处理软件 本系统设计基于GUI图形界面,用matlab语言编写代码,实现功能包括图象的读取、存储、显示、直方图均衡化、阈值化、小波分解、小波重构、加噪、去噪、平滑、锐化、边缘检测、图像分割等-MATLAB-GUI graphical user interface based on digital image processing software of the system design is based on GUI graphical interfa
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-05-15
    • 文件大小:2.85mb
    • 提供者:chengmengli
  1. tuxiangzenqiang

    0下载:
  2. 第十三章 MATLAB 图像增强 13.1 灰度变换增强 13.1.1 像素值及其统计特性 13.1.2 直方图灰度变换 13.1.3 直方图均衡化 13.1.4 直方图规定化 13.2 空域滤波增强 13.2.1 平滑滤波器 13.2.2 锐化滤波器 13.3 频域增强 13.3.1 低通滤波器 13.3.2 高通滤波器 13.3.3 同态滤波器 13.3.4 频域增强 MATLAB 实例 13.4 色彩增强
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:4.19kb
    • 提供者:王万国
  1. tuxiangzengqiang

    2下载:
  2. 本程序基于Matlab,初步实现图像增强的基本操作,实现 图像明暗度调整, 图像旋转,更改颜色显示方式,直接灰度调整,图像求反,动态范围压缩,显示原始图像直方图,直方图均衡化,滤波增强等功能-This procedure based on Matlab, the initial realization of the basic operation of image enhancement, image brightness adjustment, image rotation, change t
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-05-23
    • 文件大小:2.33mb
    • 提供者:funfunhit
  1. image_enhancement

    1下载:
  2. (1)获得图象的直方图,将其均衡化,显示灰度变换函数及图象效果; (2)分别用梯度法、拉氏算子、Sobel算子以及中值过滤等方法对图象进行增强,并对增强效果进行比较; (3)用钝化算子、高频提升、内查、外推等方法对图象进行增强。 (4)用Matlab工具进行彩色图象增强方法和彩色图象处理方法的实验-(1) to obtain images of the histogram equalization to show gray-scale transformation function
  3. 所属分类:Special Effects

    • 发布日期:2016-01-27
    • 文件大小:203.58kb
    • 提供者:杨怡
  1. histeq

    0下载:
  2. 图像直方图均衡化的源代码,opencv实现-Image histogram equalization of the source code, opencv implementation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:46.04kb
    • 提供者:buaa
  1. chap05

    0下载:
  2. 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 (§
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-03
    • 文件大小:6.44kb
    • 提供者:汤跃峰
  1. digital-image-processing

    0下载:
  2. 有关数字图像处理的几个程序,包括直方图均衡化(不用matlab自带函数)、空域butterworth滤波等,请多指教。-Related to digital image processing of some procedures, including histogram equalization (do not bring their own matlab function), such as air filter butterworth, please advice.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1.54kb
    • 提供者:李日艺
  1. image

    0下载:
  2. 应用matlab或VC语言编制图像处理软件,软件功能如下: 一、实验类型 1. 读入图像,并对灰度图像或彩色图像进行显示,对彩色图像可以转化为灰度图像;(8学时) 2. 对读入的图像可以实现减小和提高图像分辨率的功能(16学时) 3. 计算灰度图像的直方图并进行显示,讨论不同图像灰度分布的直方图特征(16学时) 4. 对上述图像进行直方图均衡化处理,分析直方图均衡化的处理结果;(16学时) 5. 对给定的彩色图像,显示其R、G、B三分量图像的噪声图像及H、S、I三分量完成
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:81.82kb
    • 提供者:yangyong
  1. MATLAB

    0下载:
  2. MATLAB工具结合数字图像处理,完成实验,有图像彩色空间转换,傅里叶变换,余弦变换,直方图均衡等等,有需要的看一下。-Combination of MATLAB tools for digital image processing, the completion of the experiment, the image color space conversion, Fourier transform, cosine transform, histogram equalization and
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3.24mb
    • 提供者:等途浪子
  1. matlab

    0下载:
  2. 图像灰度变换、图像的锐化、⑴直方图均衡化(histogram equalization),⑵直方图匹配(histogram matching),⑶邻域平均(neighborhood averaging),⑷局域增强(local enhancement), ⑸中值滤波(median filtering)。源码-Image gray-scale transformation, image sharpening, ⑴ histogram equalization (histogram equaliza
  3. 所属分类:Wavelet

    • 发布日期:2017-05-03
    • 文件大小:1.01mb
    • 提供者:张少华
  1. histogram-equalization

    0下载:
  2. 对图像的直方图进行均衡化处理,基于matlab7.6平台。-The algorithm of image histogram equalization, is based on matlab 7.6.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:827byte
    • 提供者:wang xiaoming
  1. Digital-image-process-using-Matlab

    0下载:
  2. 1.图象灰度变换实验,2.图象直方图及均衡,3.图像中值滤波,4.图像频域滤波,5.图像空域锐化增强。。。 Matlab源码和图片。-An image gray-scale transformation experiments. Image histogram equalization. Image median filtering, the image frequency domain filtering, image airspace sharpening. . . Matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:884.65kb
    • 提供者:yee
  1. Color-image-histogram-equalization

    0下载:
  2. 图像处理MATLAB程序(教学使用)-图像灰度级修正(彩色图像直方图均衡化)-MATLAB image processing program (Teaching)- image gray level correction (color image histogram equalization)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-23
    • 文件大小:30.17kb
    • 提供者:魏明哲
  1. Histogram-equalization

    0下载:
  2. 介绍了数字图像直方图均衡化处理方法,包含MATLAB程序-Describes the digital image histogram equalization approach, including MATLAB program
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:13.15kb
    • 提供者:周广佼
  1. Histogram equalization

    0下载:
  2. 这是一个数字图像处理的直方图均衡化程序,附有测试程序和测试图片。(This is a histogram equalization program for digital image processing, with test procedures and test pictures.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-03
    • 文件大小:975kb
    • 提供者:mecthew
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com