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

搜索资源列表

  1. CLAHE.zip

    1下载:
  2. 实现局部自适应直方图均衡功能,对图像实现争抢功能,The realization of local self-adaptive histogram equalization function
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-28
    • 文件大小:3892
    • 提供者:jim green
  1. My_local_hist

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

    • 发布日期:2017-03-30
    • 文件大小:65088
    • 提供者:Dushyant
  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. Homo LAHE

    2下载:
  2. 对图像先同态滤波,再进行局部直方图均衡化,可以模糊图片进行增强,遥感图像去薄云等等,但不是很完善。-First image homomorphic filtering, and local histogram equalization can enhance the blurred images, remote sensing images and so on to thin, but it is not very perfect.
  3. 所属分类:绘图程序

    • 发布日期:2013-06-24
    • 文件大小:1049
    • 提供者:瓦伦丁
  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. Assignment_2

    0下载:
  2. Image Enhancement -1. Histogram Equalization (a) Write a C++ function for computing the histogram of an image. (b) Write a C++ function to implement the histogram equalization with local enhancement ability for any neighbourhood si
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-30
    • 文件大小:107513
    • 提供者:k
  1. histo

    0下载:
  2. 直方图及直方图均衡化,用来增加许多图像的局部对比度,尤其是当图像的有用数据的对比度相当接近的时候。通过这种方法,亮度可以更好地在直方图上分布。这样就可以用于增强局部的对比度而不影响整体的对比度,直方图均衡化通过有效地扩展常用的亮度来实现这种功能。 -Used to increase the local contrast of many images, especially when the contrast of the image of the useful data is very c
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:915
    • 提供者:李洁琼
  1. HistogramEqualization

    0下载:
  2. 直方圖和區域直方圖等化的運用,基本影像處理常用的方法-Histogram and Local Histogram Equalization
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:1052
    • 提供者:david lee
  1. Histeq

    1下载:
  2. 包含两个代码,分别是全局直方图均衡和局部直方图均衡,适用于不同情形-Global and local histogram equalization
  3. 所属分类:matlab例程

    • 发布日期:2012-11-27
    • 文件大小:717
    • 提供者:maxiao
  1. local_histrogram

    0下载:
  2. Perform a local histogram equalization in matlab. No image processing toolbox is needed!
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:524376
    • 提供者:rafichris
  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
    • 文件大小:744
    • 提供者: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
    • 文件大小:676
    • 提供者:Sal
  1. Histogram-equalization-

    0下载:
  2. 实现对图像进行区域增强处理,使图像的局部信息更清晰更明朗-realize the image enhancement processing area, Make the image of local information more clearly
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:560464
    • 提供者:shaoguofeng
  1. localHistCal

    0下载:
  2. 实现了局部直方图的均衡,在一副图像的矩形窗中实现直方图均衡,像素均衡范围为(min,max),分别代表矩形块的最大最小像素数。-The local histogram equalization in a rectangular window to achieve the image histogram equalization, balanced range of pixels (min, max), representing the minimum and maximum rectangula
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:7125
    • 提供者:刘鹏威
  1. Histogram-equalization

    0下载:
  2. 这种方法通常用来增加许多图像的局部对比度,尤其是当图像的有用数据的对比度相当接近的时候。通过这种方法,亮度可以更好地在直方图上分布。这样就可以用于增强局部的对比度而不影响整体的对比度,直方图均衡化通过有效地扩展常用的亮度来实现这种功能。-This method is usually used to increase the local contrast of many images, especially useful when the image contrast data very clos
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:769
    • 提供者:charles
  1. Histogram--

    0下载:
  2. 数字图像计算灰度图及local histogram equalization-Gray-scale digital image computing and local histogram
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:2956
    • 提供者:qj
  1. HISTOGRAM-ANALYSIS

    0下载:
  2. Histogram Equalization and Local Histogram Equalization of Images
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4577
    • 提供者:deepsash
  1. Local-histogram-equalization

    0下载:
  2. 彩色图像的局部直方图均衡化程序,可一定程度上增强图像的对比度-Local histogram equalization process a color image, the image contrast can be enhanced to some extent,
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-02
    • 文件大小:568189
    • 提供者:fei
  1. Histogram-and-Local-Histogram-Equalization

    0下载:
  2. Matlab function to perform local histogram equalization
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:735
    • 提供者:Srijith
  1. Histogram-and-Local-Histogram-Equalization

    0下载:
  2. To find Histogram and Local Histogram of the Image
  3. 所属分类:MPI

    • 发布日期:2017-04-12
    • 文件大小:710
    • 提供者:P Sharuk Khan
« 12 3 4 »
搜珍网 www.dssz.com