CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - histogram equalization matlab code

搜索资源列表

  1. imageprocess

    3下载:
  2. 用MATLAB写的图像处理,包括绘制直方图,灰度拉伸,图像均衡化及频域平滑滤波代码,简洁实用,注释清晰-Written using MATLAB image processing, including the plot histogram, gray stretch, image equalization and frequency domain filtering code, simple and practical, clear notes
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-09-27
    • 文件大小:977
    • 提供者:jhzhu
  1. globalequalized

    0下载:
  2. This code applies global histogram equalization on an input image with a view to improve its contrast ratio. The image is read, converted to grayscale and resized with the inbuilt function of MATLAB. The output is definitely a better contrast image a
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:574
    • 提供者:Sal
  1. histequa

    0下载:
  2. code for creating a histogram equalization graph in matlab it convert it first to histogram then perform histogram equlization
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:32415
    • 提供者:zakabota
  1. Grayscale-correction

    0下载:
  2. 代码可以实现图像的灰度变换,以及直方图均衡算法进行灰度修正的代码,有用户界面。matlab实现的-Code can achieve the image gray-scale transformation, and the gray histogram equalization algorithm is modified code, a user interface. matlab implementation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:46561
    • 提供者:王宇
  1. Homework-IV

    0下载:
  2. 实现自己的histogram操作,并与matlab自带函数进行比较-1. Convert the attached image(SeemsNothing.bmp) to a visually meaningful one by point processing. Submit your code and the result image. 2. Realize your own Histogram equalization or matching algorithm.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-04-05
    • 文件大小:407275
    • 提供者:
  1. task1

    0下载:
  2. 使用matlab进行图像的直方图均衡化代码-Matlab code image histogram equalization
  3. 所属分类:Special Effects

    • 发布日期:2017-11-19
    • 文件大小:13548
    • 提供者:nidaye
  1. histogramEq

    0下载:
  2. this matlab code operate histogram equalization based on probability
  3. 所属分类:Document

    • 发布日期:2017-11-13
    • 文件大小:161747
    • 提供者:jmgqwef
  1. 3

    0下载:
  2. MATLAB的图像处理基础的资料\3 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波
  3. 所属分类:matlab

    • 发布日期:2017-11-18
    • 文件大小:10728
    • 提供者:liuyan
  1. zhifangtujunhenghua

    0下载:
  2. 用matlab实现图像的直方图均衡化算法,用于图像增强,代码简单详细-Achieve with matlab image histogram equalization algorithm for image enhancement, the code is simple and detailed
  3. 所属分类:Special Effects

    • 发布日期:2017-12-06
    • 文件大小:900
    • 提供者:sunyk
  1. AMHE

    0下载:
  2. AMHE算法(Adaptively Modified Histogram Equalization)。基本原理是根据pmid将原图像直方图进行重组,最后得到均衡后的图像。文件中包含AMHE的matlab源代码,论文,以及输入图像。-The algorithm AMHE (Adaptively Modified Histogram Equalization). The basic principle is based on the the pmid original image histogram
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:966647
    • 提供者:Rayxue
  1. DSIHE

    1下载:
  2. DSIHE算法(Dualistic Sub-Image Histogram Equalization method)。基本原理是将图像根据面积分割为两部分,使图像的熵达到最大值。文件中包含DSIHE的matlab源代码,论文,以及输入图像-DSIHE algorithm (Dualistic Sub-Image Histogram Equalization method). The basic principle is to achieve maximum image area is divid
  3. 所属分类:Special Effects

    • 发布日期:2017-11-03
    • 文件大小:519881
    • 提供者:Rayxue
  1. RMSHE

    1下载:
  2. RMSHE算法(recursive mean-separate histogram equalization)。基本原理是将图像根据平均灰度进行分割,各部分分别进行直方图均衡。文件中包含RMSHE的matlab源代码,论文,以及输入图像-RMSHE algorithm (recursive mean-separate histogram equalization). The basic principle is that the image based on the average gray-s
  3. 所属分类:Special Effects

    • 发布日期:2017-11-03
    • 文件大小:1062574
    • 提供者:Rayxue
  1. RSIHE

    0下载:
  2. RSIHE算法(Recursive sub-image histogram equalization)。基本原理是将图像分割为等面积的2^r部分,各部分分别进行直方图均衡。文件中包含RSIHE的matlab源代码,论文,以及输入图像-RSIHE algorithm (Recursive sub-image histogram equalization). The basic principle is to image segmentation is an area of ​ ̴
  3. 所属分类:Special Effects

    • 发布日期:2017-11-06
    • 文件大小:4077151
    • 提供者:Rayxue
  1. 3

    0下载:
  2. MATLAB图像处理源程序3:程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0
  3. 所属分类:Special Effects

    • 发布日期:2017-11-19
    • 文件大小:11483
    • 提供者:木子
  1. tuxiangchuli

    0下载:
  2. 一段简单的图像处理MatLab程序,功能是将JPG格式的彩色图像文件灰度化并进行直方图均衡。代码文件内有详细说明。-A simple image processing Matlab procedure, it can gray a JPG format color image and perform histogram equalization. The detailed descr iption is contained in the code file.
  3. 所属分类:matlab

    • 发布日期:2017-11-27
    • 文件大小:1117
    • 提供者:西门吹雪
  1. DIP_Project-1

    0下载:
  2. Code for Histogram Equalization of an imge using matlab.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1892
    • 提供者:Anvesh
  1. GUISHEJIMATLAB3

    1下载:
  2. 这个程序再matlab2012b版本上调试成功,以前在毕业设计的时候在网上找到的资料,希望对大家有用,基于MATLAB-GUI图形界面的数字图像处理软件 本系统设计基于GUI图形界面,用matlab语言编写代码,实现功能包括图象的读取、存储、显示、直方图均衡化、阈值化、小波分解、小波重构、加噪、去噪、平滑、锐化、边缘检测、图像分割等-This program debug version then matlab2012b success in graduate design information
  3. 所属分类:3D Graphic

    • 发布日期:2015-05-23
    • 文件大小:3087360
    • 提供者:李雷
  1. Digital-Image-Processing

    0下载:
  2. Matlab图像显示与图像运算、图像直方图均衡化与图像滤波、图像频域变换及应用、图像形态学操作及其应用、图像分割、图像边缘检测等基础知识及源码,至于程序中的图片,应用者可以根据需要换自己的-Matlab image display and image computing, image histogram equalization and image filtering, image frequency domain transform and applications, image morpho
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:50520
    • 提供者:nicole
  1. ques6

    0下载:
  2. Write MATLAB code that will do the following. (a) Read a gray image and determine the histogram. (b) Equalize the histogram using normal and adaptive histogram equalization technique (Global). (c) Equalize the histogram using normal and adaptiv
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1053
    • 提供者:Rokibul Ahmed
  1. JPEG2000.ppt

    0下载:
  2. Matlab code of Histogram Equalization
  3. 所属分类:matlab

    • 发布日期:2017-05-16
    • 文件大小:3882261
    • 提供者:Bidyut Saha
« 1 2 3 45 6 7 8 9 10 »
搜珍网 www.dssz.com