CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 图像增强—直方图变换

搜索资源列表

  1. junheng

    0下载:
  2. 用直方图均衡化对图像进行处理。直方图均衡化主要用于增强动态范围偏小的图像的反差。该方法的基本思想是把原始的直方图变换为均匀分布的形状,这样就增加了像素灰度值的动态范围,从而达到增强图像整体对比度的效果。-Histogram equalization on the image processing. Histogram equalization is used to enhance the contrast of the image dynamic range is small. The basi
  3. 所属分类:Special Effects

    • 发布日期:2017-11-12
    • 文件大小:46751
    • 提供者:jiangmengting
  1. picture--enhance

    0下载:
  2. 图像增强实验,实现灰度图像直方图的计算、图像线形变换、图像二值化、直方图均衡化的原理。-Image enhancement experiments, the calculation of the gray-scale image histogram, image linear transformation, image binarization, histogram equalization principle.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-26
    • 文件大小:84808
    • 提供者:茗汀
  1. Enhancement

    0下载:
  2. Visual C++ 2010 图像增强的经典算法:直方图均衡化;灰度变换;图像平滑;图像锐化-Classical algorithm enhanced by Visual C++ 2010 image: histogram equalization gray-scale transformation smooth image image sharpening
  3. 所属分类:Special Effects

    • 发布日期:2017-11-19
    • 文件大小:24833269
    • 提供者:yanjieliang
  1. shuzituxiangchuli

    0下载:
  2. 用matlab编程工具,编写具有操作界面的应用程序,通过菜单、对话框,选项框等界面控制,对算法进行演示。需要在应用系统中实现的算法及功能包括: 1、图像增强算法 (1)灰度线形变换:亮度及对比度可以调节(通过控制参数的改变,能够实时预览变化结果); (2)直方图均衡:可在界面上对比均衡前后的效果。 2、图像变换算法 (3)对一幅彩色图像进行DCT变换和反变换,对比结果和原图; (4)仅保留左上角16X16的DCT系数,进行反变换,计算结果图的信噪比SNR。 3、图像分
  3. 所属分类:Special Effects

    • 发布日期:2017-11-14
    • 文件大小:822641
    • 提供者:张涛
  1. shiyan1

    0下载:
  2. 图像的线性变换和直方图均衡化以及均值滤波、中值滤波和拉普拉斯锐化进行图像增强处理的程序设计-Linear transformation of the image and histogram equalization and mean filtering, median filtering and Laplacian sharpening for image enhancement processing program design
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:736
    • 提供者:兰天
  1. DIPAX

    1下载:
  2. 实用数字图像处理与分析 陈兵旗 课本源码 1.图像读写; 2.几何变换:竖直镜像、水平镜像、对角镜像; 3.空间变换:傅里叶变换、沃尔什变换、离散余弦变换; 4.图像复原:均值滤波、中值滤波、高斯滤波;5.图像增强:二值化、灰度化、直方图均衡化、伪彩色; 6.特征检测:LOG、Robert、Sobel、Prewitte等边缘检测算子;-Practical digital image processing and analysis Bing flag textbook s
  3. 所属分类:Special Effects

    • 发布日期:2017-05-26
    • 文件大小:9250674
    • 提供者:王国
  1. Histogram-equalization

    0下载:
  2. 直方图均衡化的基本思想是把原始图的直方图变换为均匀分布的形式,这样就增加了象素灰度值的动态范围从而可达到增强图像整体对比度的效果-The basic idea of histogram equalization is the histogram transform the original graph form for the uniform distribution, so the pixel gray value of the dynamic range is increased so as
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:28493
    • 提供者:jackchan
  1. picprocessing

    0下载:
  2. VC++6.0环境下的几个数字图像处理实验,包含图像灰度变换、直方图均衡化、直方图匹配、邻域平均、局域增强、中值滤波、图像的锐化等-VC++6.0 environment Several digital image processing experiments, including gray transform, histogram equalization, histogram matching, neighborhood average, local increase, median fil
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-10
    • 文件大小:2508119
    • 提供者:chaos
  1. Image-enhancement

    0下载:
  2. 理解和掌握图像的线性变换和直方图均衡化的原理及应用。 了解平滑处理的算法和用途,学习使用均值滤波、中值滤波和拉普拉斯锐化进行图像增强处理的程序设计方法。 了解噪声模型及对图像添加噪声的基本方法。 -Understand and master image of linear transformation and histogram equalization principle and application. Smoothing algorithms to understand and
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:643191
    • 提供者:杨文凌
  1. MyEqualizeHist

    0下载:
  2. 直方图均衡化,把原始图的直方图变换为均匀分布的形式,这样就增加了象素灰度值的动态范围从而可达到增强图像整体对比度的效果。-Histogram equalization, histogram of the original image is converted into the form of a uniform distribution, thus increasing the dynamic range of the pixel gray values ​ ​ of the
  3. 所属分类:Special Effects

    • 发布日期:2017-06-16
    • 文件大小:25838592
    • 提供者:caiheng
  1. ImageEnhance

    0下载:
  2. 空间域、频域图像增强,包括基本灰度变换,直方图处理,空间平滑、锐化处理,理想、巴特沃斯和高斯滤波器,快速傅立叶变换等-Space domain, frequency domain image enhancement, including basic gray transform, histogram processing, spatial smoothing, sharpening, ideals, Butterworth and Gaussian filters, fast Fourier t
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:287046
    • 提供者:jzx
  1. Solution1

    0下载:
  2. 高频强调滤波和灰度变换进行图像增强: 1. main.m 主程序 2. paddedsize.m 对图像进行补充,以便形成的方形大小等于最小接近的2的整数次幂。 3. dftfilt.m 输入图像f和一个滤波器函数,返回经过滤波和剪切后的图像g。 4. dftuv.m 提供频域坐标网格。 5. lpfilter.m 几种常用的低通滤波器。 6. hpfilter.m 实现高通滤波。 7. BodyImage.JPG 测试用图片 注: 1. 运行程序前,请在ma
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:11755
    • 提供者:穆歌
  1. Image-Enhancement

    0下载:
  2. 包含几个图像增强程序:灰度变换增强,直方图增强,图像平滑,图像锐化,频域增强,彩色增强等。-Contains several image enhancement procedures: gray-scale transformation enhancement, histogram enhancement, image smoothing, image sharpening, frequency domain enhancement, color enhancement.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-31
    • 文件大小:190687
    • 提供者:吴庆海
  1. DigitalProcessing

    0下载:
  2. 灰度直方图,图像增强,几何变换,边缘提取,图像匹配,图像编码,阈值分割。-Histogram, image enhancement, geometric transformation, edge extraction, image matching, image coding, threshold segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4230256
    • 提供者:HelloKitty
  1. tuxiangzengqiang

    0下载:
  2. 图像增强,实现灰度变换增强、直方图增强、图像平滑、图像锐化、频域增强、彩色增强等功能的照片处理器。-Image enhancement, to achieve enhanced gray-scale transformation, histogram enhancement, image smoothing, image sharpening, frequency domain enhancement, color enhancement features such as photo proce
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:192470
    • 提供者:肖飞
  1. basic_imgprocessing

    0下载:
  2. 图形图像处理,对灰度图像的伸缩变换、图像增强、图像锐化、直方图处理等,是C#的winForm程序-Graphics, image processing, image stretching gray transform, image enhancement, image sharpening, histogram processing, is the C# program winForm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:166750
    • 提供者:Changcheng
  1. Digital-image-processing

    0下载:
  2. 一 彩色图像灰度化 1 二 空域增强技术 2 2.1 直接灰度映射 2 2.1.1 图像求反(负片) 2 2.1.2 调用imadjust 2 2.1.2 动态范围压缩 3 2.1.3 灰度切分 4 2.1.4 位图切分 5 2.2 直方图变换 6 2.3 空域滤波 7 2.3.1平滑滤波 7 2.3.2锐化滤波 9 三 基本图像变换 11 四 频域图像增强 12 4.1 低通滤波 12 4.1.1 理想低通滤波 12 4.1
  3. 所属分类:Special Effects

    • 发布日期:2017-05-21
    • 文件大小:6334360
    • 提供者:吕连军
  1. image-enhancement

    0下载:
  2. 直方图均衡、小波增强、contourlet变换用作图像增强-Histogram equalization and wavelet enhancement, contourlet transform is used for image enhancement
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:1010688
    • 提供者:chunchun
  1. chap5

    0下载:
  2. 图像增强技术,灰度变换,直方图增强,图像的统计特性,空域滤波,频域滤波-Image enhancement technology, gray transform, histogram enhancement, the statistical properties of the image, spatial filtering, frequency domain filtering
  3. 所属分类:Special Effects

    • 发布日期:2017-04-23
    • 文件大小:53540
    • 提供者:姜妍
  1. program

    0下载:
  2. 数字图像处理程序/车牌识别系统 傅里叶变换(图像锐化、平滑、反色、反转) 图像增强(线性变换、模糊) 图像恢复 图像分析(二值化,灰度直方图) 车牌(定位、匹配、分割。。。。)-Digital image processing program license plate recognition system, including Fourier transform (image sharpening, smoothing, anti-color, reverse) ima
  3. 所属分类:Graph program

    • 发布日期:2017-05-17
    • 文件大小:4146878
    • 提供者:杨杰
« 1 2 3 4 5 67 8 9 10 11 12 »
搜珍网 www.dssz.com