CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - histogram equalization matlab code

搜索资源列表

  1. Imageequilibria

    1下载:
  2. 这是我自己写的一个Matlab原代码:直方图均衡化,另外送上别人写的一种算法,给大家比较,接下来我还想写一种能强化细节的自适应直方图均衡法。。请大家多多指教-that I wrote an original Matlab code : histogram equalization, and send the others to write an algorithm for the sake of comparison, the next one I want to write details c
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.67kb
    • 提供者:天路
  1. matlab

    1下载:
  2. 直方图图像均衡化和规定划、以及加性噪声,如拖尾脉冲噪声,高斯脉冲噪声(自适应方法)、和椒盐噪声等等各种噪声的添加噪声和去除噪声的MATLAB代码-Histogram equalization and provisions of the planning image, and additive noise, such as trailing impulse noise, Gaussian pulse noise (adaptive approach), and salt and pepper no
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:1.58kb
    • 提供者:李就安
  1. histogram-matching

    0下载:
  2. 使用matlab实现的很好用的,正确的直方图均衡化代码, matlab编写的-Using matlab to achieve good use, right histogram equalization code, matlab prepared
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1.42kb
    • 提供者:paul
  1. imhisequaliz

    0下载:
  2. histogram equalization source code
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:537byte
    • 提供者:jamal
  1. histeq

    0下载:
  2. A matlab code for image processing using histogram equalization
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:38.36kb
    • 提供者:Natalie Bijou
  1. localequalizedpixelshift

    0下载:
  2. This code applies local histogram equalization 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 window size may be changed, however, the window sh
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:744byte
    • 提供者:Sal
  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
    • 文件大小:574byte
    • 提供者:Sal
  1. localequalisedwindowshift

    0下载:
  2. This code applies local histogram equalization 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 window size may be changed, however, the window sh
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:676byte
    • 提供者: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
    • 文件大小:31.66kb
    • 提供者:zakabota
  1. histograms

    0下载:
  2. HISTOGRAMS Files fitt_distribution - The function fitts a predefined distribution to the histogram of an image. histtruncate - The function truncates the ends of an image histogram. rank_normalization - The function performs rank normal
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:6.34kb
    • 提供者:shiyar david
  1. Image-enhancement-code

    0下载:
  2. MATLAB图像增强程序举例,灰度变换增强程序,直方图灰度变换,直方图均衡化程序举例d等-MATLAB image enhancement program for example, enhanced gray-scale transformation program, histogram gray level transformation, histogram equalization and other programs for example d
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:285.09kb
    • 提供者:段少雄
  1. 3

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

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

    0下载:
  2. 图像对比度增强算法(PDF,CDF,直方图均衡化)源代码-Image contrast enhancement algorithm (PDF, CDF, histogram equalization) source code
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:55.44kb
    • 提供者:
  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
    • 文件大小:1.09kb
    • 提供者:西门吹雪
  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
    • 文件大小:1.03kb
    • 提供者:Rokibul Ahmed
  1. histEQUAL

    0下载:
  2. Histogram equalization matlab code
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1021byte
    • 提供者:Saneesh K
  1. HistogramEq

    0下载:
  2. Histogram Equalization MAtlab Code for image contrast Enhancement without using inbuilt function
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1.59kb
    • 提供者:jaganath
  1. 31767646Histogram-Modification-Matlab-coding

    0下载:
  2. Matlab Code for Histogram Equalization
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:2kb
    • 提供者:Baski
  1. QDHist Codings

    0下载:
  2. Matlab code for Histogram equalization
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:1.43mb
    • 提供者:Baski
  1. histo

    0下载:
  2. matlab code for histogram equalization
  3. 所属分类:matlab例程

    • 发布日期:2018-01-09
    • 文件大小:683kb
    • 提供者:Magneto
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com