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

搜索资源列表

  1. enhancement

    0下载:
  2. 有关图像处理方面的matlab源程序,主要包括对比度增强、直方图均一化、还有滤波。如果感兴趣欢迎下载。-the image processing of Matlab source, including contrast enhancement, histogram homogenization, and filtering. If interested welcome to download.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:33076
    • 提供者:李连春
  1. BMP_DSP

    0下载:
  2. BMP图像处理算法实现程序,实现了图像增强(直方图增强、锐化、平滑)和图像分割(灰度分割),并提供了一个BMP图像读取的简单应用类,很适合学习图像处理的初学者应用。-BMP image processing algorithm procedures, the image enhancement (histogram enhanced sharpening, smoothing) and image segmentation (Gray divided), and provide a BMP im
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:281672
    • 提供者:sjh
  1. db.rar

    0下载:
  2. 我自己编写的程序 实现直方图对比度增强的功能 效果显著,I have written procedures for the realization of the functions of histogram contrast enhancement effect of significantly
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:32572
    • 提供者:申月
  1. HistogramEqualization.rar

    0下载:
  2. 本实验要求编写一个计算图像直方图的程序并要求讨论直方图均衡化技术,最后对图3.8(a)进行均衡化处理。直方图是多种空间域处理技术的基础,直方图操作能有效的用于图像增强。在实验中根据直方图对应的离散函数可以编写出计算一个图像直方图的函数,直方图均衡化则是借助于直方图灰度变换实现灰度映射从而达到图像增强的目的。实验通过得到原始图像的直方图,直方图均衡化变换函数图和增强后的图像增强后图像的直方图这些实验数据来解释图像被增强的原因。,In this study requested to prepare
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:203876
    • 提供者:jhm
  1. image_enhance.rar

    0下载:
  2. 一个图像增强的实例,包含光照补偿,实时图像增强,直方图均衡,An example of image enhancement, including the lighting of compensation, real-time image enhancement, histogram equalization
  3. 所属分类:Graph Recognize

    • 发布日期:2017-06-08
    • 文件大小:15516258
    • 提供者:lijing
  1. claheVC

    0下载:
  2. vc编的图像增强程序,对比度受限,直方图均衡-vc series of image enhancement procedures, contrast limited histogram equalization
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1268930
    • 提供者:gao
  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. Distortion Correction

    4下载:
  2. VC+opencv 实现建筑物梯形畸变校正 radon变换 sobel边缘检测 直方图均衡图像增强 radon直线检测 仿射变换等算法-VC+ opencv trapezoidal distortion correction to achieve the building radon transform sobel edge detection image enhancement histogram equalization radon affine transform line detecti
  3. 所属分类:OpenCV

    • 发布日期:2012-11-15
    • 文件大小:6126735
    • 提供者:wk
  1. ImagEnhanc_in_spatialDom

    0下载:
  2. Image enhancement in spatial domain, the sources include histogram, laplacian, unsharp mask, and spatial filter
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:925283
    • 提供者:dieu
  1. My_local_hist

    0下载:
  2. Local Contrast Enhancement Local Histogram Equalization
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:65088
    • 提供者:Dushyant
  1. tuxiang

    0下载:
  2. 实现指纹图像增强,直方图均衡化等空域增强后,在频域也进行增强。开发环境为MATLAB软件。-The realization of fingerprint image enhancement, histogram equalization, such as enhanced airspace, in the frequency domain also enhanced. Development environment for the MATLAB software.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:50502
    • 提供者:meijing
  1. matlab

    0下载:
  2. 图像灰度变换、图像的锐化、⑴直方图均衡化(histogram equalization),⑵直方图匹配(histogram matching),⑶邻域平均(neighborhood averaging),⑷局域增强(local enhancement), ⑸中值滤波(median filtering)。源码-Image gray-scale transformation, image sharpening, ⑴ histogram equalization (histogram equaliza
  3. 所属分类:Wavelet

    • 发布日期:2017-05-03
    • 文件大小:1057098
    • 提供者:张少华
  1. colorHistogram_v_0_8_0

    0下载:
  2. The program is to perform the operation of contrast enhancement using histogram equalization. the program is capable of doing enhancement of color images also.-The program is to perform the operation of contrast enhancement using histogram equalizati
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-31
    • 文件大小:1009041
    • 提供者:asit
  1. Histogram

    1下载:
  2. implementing histogram equalization for image enhancement
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:134751
    • 提供者:harshdeep
  1. imageprocessingTechiques

    0下载:
  2. Basic image processing techniques like some filters for image enhancement, histogram equilization etc
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:6234
    • 提供者:sai hareesh
  1. Histogram-Equalization

    0下载:
  2. 图形图像处理 使用部分子块重叠直方图均衡化的对比度增强方法-Image Processing An Advanced Contrast Enhancement Using Partially Overlapped Sub-Block Histogram Equalization
  3. 所属分类:Special Effects

    • 发布日期:2016-01-25
    • 文件大小:747520
    • 提供者:米菲
  1. Image-enhancement-code

    0下载:
  2. visual C++数字图像处理,主要涉及图像的加载,灰度增强,直方图增强,平滑处理,锐化处理等-visual C++ digital image processing, mainly related to the loading of the image, grayscale enhancement, histogram enhancements, smoothing, sharpening, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-25
    • 文件大小:20508672
    • 提供者:zhangsan
  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. Histogram

    0下载:
  2. MATLAB 图像处理 图像增强 直方图均衡化 直方图规定化-MATLAB image processing image enhancement histogram equalization histogram specification
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:783
    • 提供者:hui
« 12 3 4 5 6 7 8 9 10 ... 28 »
搜珍网 www.dssz.com