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

搜索资源列表

  1. 数字图象处理算法的演示

    0下载:
  2. 数字图象处理算法的演示, • 图象的DFT和逆DFT • 图象的FFT和逆FFT • 在图象中加入正弦噪声 • 图象的模板运算实现图象平滑和锐化 • 图象的直方图均衡化 • 图象的对比度拉伸 • 图象的中值滤波 • 图象灰度直方图的显示 • 若干频域滤波器 • 图象的镜像 • 图象的旋转(90度与任意角度) • 图象的放缩 &
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:285863
    • 提供者:王晶
  1. Histogram equalization程序

    1下载:
  2. 将两张不清楚的图用Histogram equalization变为清楚
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2011-04-21
    • 文件大小:129810
    • 提供者:touchhand
  1. ImageProcessing.rar

    0下载:
  2. 用matlab编写界面,实现直方图均衡化、平均滤波、梯度滤波、Laplacian滤波、Kirsch滤波、Sobel滤波、Prewitt滤波、高频提升等多种功能,Matlab prepared to use interface, the realization of histogram equalization, the average filter, Gradient filter, Laplacian filter, Kirsch filter, Sobel filter, Prewitt f
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:226620
    • 提供者:程璞
  1. adapthisteq

    0下载:
  2. 对限制对比度自适应直方图均衡化算法adapthisteq进行了解释。可用于图像增强-Contrast to the limited adaptive histogram equalization algorithm adapthisteq is explained. Can be used for image enhancement
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:422781
    • 提供者:gao
  1. ImageProcessSys

    0下载:
  2. 含有了图像处理中一些经典和常用的图像处理算法,如:灰度图像处理,图像增强,图像变换,形态学图像处理。其中灰度图像处理包含三个算法:彩色图转灰度图,灰度图直方图,直方图均衡化;图像增强含有:增加椒盐噪声,中值滤波,sobel算子边缘提取(水平方向和垂直方向一起考虑),laplace算子边缘提取,模糊,锐化;图像变换含有:haar小波变换,RGB转HSV颜色空间。形态学图像处理含腐蚀,膨胀,开操作,闭操作。-Contains some of the classic image processing
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:317661
    • 提供者:孙亚新
  1. localhisteq1

    0下载:
  2. 一个局部直方图均衡化算法,输入为图像和窗口的长宽,并且长宽只能为奇数-A local histogram equalization algorithm, input images and the length and width of the window, and the length and width of only odd-numbered
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:550
    • 提供者:张华君
  1. histogram

    1下载:
  2. MATLAB实现直方图均衡,不是直接用语句的那种,而是根据直方图均衡的算法编制的.-MATLAB realization of histogram equalization is not the kind of statement directly, but by the histogram equalization algorithm prepared.
  3. 所属分类:Graph program

    • 发布日期:2017-03-23
    • 文件大小:900
    • 提供者:尤佳
  1. Histogram

    0下载:
  2. 根据直方图相关算法编写的直方图变换程序,包括均衡化和规定化。请先阅读说明文件,调试通过,可直接运行。-Histogram correlation algorithm based on the preparation of the histogram transformation process, including equalization and matching. Please read the documentation first. Run direcly after loading.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-30
    • 文件大小:3734
    • 提供者:李鹏
  1. 1232

    0下载:
  2. 采用对比度受限自适应直方图均衡对乳腺图像进行增强,有效地增强了乳腺图像中的细节,如钙化点、乳导管等组织;并通过对算法中相关参数研究, 得到应用于乳腺图像增强的参数优选值,以求获得较好的增强效果,为医师分析影像提供方便。通过与灰度直方图均衡的结果进行比较得出:对比度受限自适应直方图均衡为乳腺数字图像增强的有效方法, 在计算机辅助乳腺诊断方面有较高应用价值。-By contrast limited adaptive histogram equalization image of breast enh
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:194631
    • 提供者:王一
  1. 111111

    0下载:
  2. 图像预处理中,通常采用直方图均衡化[1]和直 方图规定化、线性和非线性灰度变换法[2]提高图像 的对比度,但效果均不理想。故提出一种对比度增 强算法。该算法首先对直方图进行平滑处理以消除 直方图中因噪声而引入的随机干扰点,然后进行直 方图均衡化,增大图像的对比度,接着在整个显示 范围内对图像灰度级进行等间距排列,使输出图像 的灰度动态范围达到最大灰度变化范围,最后对整 幅图像中值滤波,滤除图像中被增强的噪声。-Image preprocessing, the co
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:399953
    • 提供者:wy
  1. Histogram-equalization

    0下载:
  2. 用c#编写的数字图像处理中直方图均衡化和直方图匹配的算法-C# prepared digital image processing histogram equalization and histogram matching algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:94470
    • 提供者:蒋唯一
  1. histogram-equalization

    0下载:
  2. 直方图均衡化,是用C++编写的源码,可以保存处理后的结果。具体算法原理可以参考武汉大学贾永红版的《数字图像处理》一书的相应章节-Histogram equalization, the source code written in C++, you can save the result through the programme. For concrete algorithm, you are referred to the book Digital Image Processing writt
  3. 所属分类:Special Effects

    • 发布日期:2017-11-16
    • 文件大小:151319
    • 提供者:M R
  1. Image-histogram-equalization

    0下载:
  2. 编程实现部分图像处理算法 1. 图像的输入输出copyImage();图像的几何变换;用可视化编程,如MFC 2. 实现直方图均衡化算法,封装到imageHist()函数中; -Programming a part of the image processing algorithms of image input and output copyImage () images of geometric transformation using visual programmi
  3. 所属分类:Special Effects

    • 发布日期:2017-11-14
    • 文件大小:2439822
    • 提供者:asdasd
  1. Histogram-equalization

    0下载:
  2. 直方图均衡,实现图像颜色均匀分配的目的,算法简单,优化速度快。-Histogram equalization, image color evenly to achieve the purpose of simple algorithm to optimize speed.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3326221
    • 提供者:
  1. histogram-equalization

    0下载:
  2. 直方图均衡化的几个改进算法程序:BBHE,DSIHE,MMBEBHE-Several improvements histogram equalization algorithm: BBHE, DSIHE, MMBEBHE
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1984
    • 提供者:patty
  1. Color-histogram-equalization

    0下载:
  2. Visual C++2010下用opencv2.4.8进行彩色直方图均衡化的算法-With the opencv2.4.8 color histogram equalization algorithm of Visual C++2010
  3. 所属分类:OpenCV

    • 发布日期:2017-05-24
    • 文件大小:4362087
    • 提供者:嫣然
  1. Histogram-equalization-algorithm

    0下载:
  2. 直方图均衡化算法,是一种简单有效地图像增强算法。-Histogram equalization algorithm is a simple and effective image enhancement algorithms.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2131491
    • 提供者:leo
  1. histogram-equalization

    0下载:
  2. 直方图均衡化算法在hsv通道上的实现,MATLAB实现-Histogram equalization algorithm in HSV channel on the implementation of MATLAB
  3. 所属分类:Special Effects

    • 发布日期:2017-12-14
    • 文件大小:61440
    • 提供者:李想
  1. 图像处理算法

    0下载:
  2. 处理图像的一些算法,包括直方图的计算,直方图均衡化,直方图规格化之类的(Some algorithms of image processing, including histogram calculation, histogram equalization, histogram normalization and so on)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-01
    • 文件大小:33792
    • 提供者:龙1994
  1. matlab图像分割算法源码

    0下载:
  2. matlab图像分割算法源码,包含图像反转,灰度线性变换,非线性变换,直方图均衡化,线性平滑滤波器,中值滤波器等一些基础功能。(MATLAB image segmentation algorithm source code, including image inversion, gray linear transformation, nonlinear transformation, histogram equalization, linear smoothing filter, median
  3. 所属分类:文章/文档

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