CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 直方图均衡化 matlab

搜索资源列表

  1. zhifangtu

    0下载:
  2. MATLAB图像处理源码,对灰度图进行直方图均衡化-MATLAB to image processing, gray level histogram equalization
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1026
    • 提供者:maxuan
  1. picture-processing-matlab-code

    0下载:
  2. 此代码可以实现对图片的灰度值转换、直方图统计、直方图均衡化;可以主动加入椒盐、高斯噪声;噪声处理支持中值、线性、自适应滤波等操作。代码可以直接运行。-This code can be implemented to the image grey value transformation and histogram statistics and histogram equalization Can actively engage with salt and pepper, gaussian nois
  3. 所属分类:Special Effects

    • 发布日期:2017-12-15
    • 文件大小:12288
    • 提供者:威尼
  1. another-matlab-sentence

    0下载:
  2. 能够实现图像的亮度变换、对数变换、亮度拉伸,直方图均衡化和空间滤波。-To achieve the brightness of the image transform, logarithmic transformation, brightness stretch, histogram equalization and spatial filtering.
  3. 所属分类:Special Effects

    • 发布日期:2017-12-16
    • 文件大小:11264
    • 提供者:何玉花
  1. 实验三、实验四代码

    0下载:
  2. t图像傅里叶变换,直方图均衡化,平滑,锐化滤波器(T image Fu Liye transform, histogram equalization, smoothing, sharpening filter)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-27
    • 文件大小:65536
    • 提供者:asdfgad
  1. Histogram Equalization

    0下载:
  2. 直方图均衡化代码,使用MATLAB编写 自己写的一个小程序 分享一下(histogram equalization)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-25
    • 文件大小:402432
    • 提供者:RoderickW
  1. ZFTJH

    0下载:
  2. 增强图像特征,图像均衡化是一种图像预处理方式。(Enhance image features)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-26
    • 文件大小:81920
    • 提供者:HL474491724
  1. EistogrameEqualization

    0下载:
  2. 关于matlab的图片直方图均衡化,并且自动判断处理后的图片是否相同(About MATLAB image histogram equalization, and automatically determine whether the picture after processing the same)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-28
    • 文件大小:130048
    • 提供者:知名不具
  1. 灰度直方图

    0下载:
  2. 实现灰度直方图的均衡化,运用matlab编程。并做出图像(histogram equalization)
  3. 所属分类:其他

  1. 图像增强

    0下载:
  2. 运用直方图均衡化的方法,可以简便高效地实现图像增强。(Using the method of histogram equalization, image enhancement can be realized easily and efficiently.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-02
    • 文件大小:34816
    • 提供者:daima
  1. image gui

    0下载:
  2. matlab简单的图片处理界面。灰度,直方图均衡化,图像对数变换,滤波。(Matlab simple image processing interface. Gray level, histogram equalization, image logarithmic transformation, filtering.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-04
    • 文件大小:76800
    • 提供者:Hrooster
  1. test

    1下载:
  2. 在文件夹里有1,2,4题的代码 第一题,灰度线性变换 第二题,伽马变换 第三个,对比度拉伸变换 第四题,直方图均衡化 第五题,最大熵阈值方法(There are 1, 2, 4 codes in the folder First question, gray level linear transformation Second questions, gamma transform Third, contrast stretching transformations Fourth
  3. 所属分类:图形图像处理

  1. 图像增强—直方图变换---数字图像处理实验

    0下载:
  2. 1.掌握灰度直方图的概念及其计算方法; 2.熟练掌握直力图均衡化和直方图规定化的计算过程; 3.熟练掌握空域滤波中常用的平滑和锐化滤波器; 4.掌握色彩直方图的概念和计算方法 5.利用MATLAB程序进行图像增强(Image enhancement using MATLAB program)
  3. 所属分类:图形图象

    • 发布日期:2018-01-06
    • 文件大小:11264
    • 提供者:聿华最帅
  1. lvbo

    0下载:
  2. ①线性灰度变换(函数形式) ② 编程计算图像的直方图,并与函数imhist比较 ③ 执行直方图均衡化和规定化histeq ④ 给图像添加噪声 ⑤ 执行均值滤波、高斯滤波和中值滤波 ⑥ 执行拉普拉斯滤波 ⑦ 执行低通滤波和高通滤波(Linear gray scale transformation (function form) The histogram of the image is calculated and compared with the function imhist
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-22
    • 文件大小:437248
    • 提供者:536536536
  1. 数字图像第一次

    0下载:
  2. 实现 直方图均衡化处理 中值滤波 锐化处理 拉普拉斯算子(Realization histogram equalization median filtering Sharpening the Laplasse operator)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-29
    • 文件大小:203776
    • 提供者:zyfff
  1. MALAB.m

    0下载:
  2. 主要是针对于matlab的图像反转,灰度线性变换,非线性变换,直方图均衡化等(It is mainly aimed at the image inversion of matlab, gray scale linear transformation, nonlinear transformation, histogram equalization and so on.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:2048
    • 提供者:11227788
  1. 直方图部分均衡化

    0下载:
  2. 本代码是在MATLAB对于图像进行部分均衡化处理,部分增强图像。(This code is partially balanced in the MATLAB image processing part of the enhanced image processing.)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:4115456
    • 提供者:wrry
  1. testing

    0下载:
  2. 脚本中包含了多种滤波方法以及直方图均衡化的方法,简单有效。(The scr ipt contains a variety of filtering methods and histogram equalization method, which is simple and effective.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:开力
  1. zhifangtujunheng

    0下载:
  2. 对沙尘天气下获得图像进行直方图均衡化,为后期基于retinex算法处理沙尘天气下的图像打下基础(Histogram equalization is used to obtain images in sand and dust weather, which lays a foundation for later Retinex based image processing in sand and dust weather.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-06
    • 文件大小:25600
    • 提供者:游园惊梦
  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
    • 文件大小:998400
    • 提供者:mecthew
  1. matlab_image预处理

    0下载:
  2. 图像各种简单预处理,去噪,加噪,锐化,边缘算子,直方图均衡化,滤波等,适合学习使用。(Image simple preprocessing, denoising, noise, sharpening, edge operators, histogram equalization, filtering, etc., suitable for learning and use.)
  3. 所属分类:图形图象

    • 发布日期:2018-05-07
    • 文件大小:8192
    • 提供者:peterll
« 1 2 3 4 5 6 78 9 10 11 12 ... 16 »
搜珍网 www.dssz.com