CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 GDI/图象编程 搜索资源 - image equalization

搜索资源列表

  1. imageoperation

    0下载:
  2. 数字图像处理的基本操作,包括平移,缩放,旋转以及直方图均衡等操作,是学习数字图像处理的必备资料.-digital image processing of the basic operations, including translation, zooming and rotating histogram equalization and other operations, is studying digital image processing of the requisite informat
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:419811
    • 提供者:王阳
  1. DigitalImageProcess_0321

    0下载:
  2. 用于有关图象直方图均衡化处理的学习案例-for the image histogram equalization study the case
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:620227
    • 提供者:文笔
  1. histeq

    0下载:
  2. 就一个histeq.c文件,用于灰度图象直方图均衡化-histeq.c on a document for the gray-scale image histogram equalization
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1127
    • 提供者:liugang
  1. image-go

    1下载:
  2. 利用Visual C++实现AVI文件的图像截取 Visual C++中实现对图像数据的读取显示 Visual C++实现视频图像处理技术 VC编程中如何操作数据库中的图像字段 Visual C++实现数字图像增强处理 Visual C++6.0开发灰度位图处理 VC++开发腐蚀运算源程序 VC++开发膨胀运算源程序 VC++开发细化源程序 VC++开发Hough变换的源程序 VC++开发轮廓提取源程序 堆栈的数据结构和操作 VC++开发轮廓跟踪源
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:274418
    • 提供者:zhou
  1. goodcode3

    0下载:
  2. vc++图像处理原代码:图片直方图均衡-vc original image processing code : Photo histogram equalization
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:108333
    • 提供者:陈新
  1. 真彩图转换成256级灰度图像

    0下载:
  2. 640x480的24位真彩图转换成256级灰度图像且经过均衡化处理,640x480 24-bit true color pictures converted to 256 gray-scale image and after equalization deal
  3. 所属分类:GDI/图象编程

    • 发布日期:2017-03-22
    • 文件大小:1575
    • 提供者:stubby
  1. digitalimage

    0下载:
  2. 一個帶有多種處理功能的數字圖像系統,功能包括直方圖均衡化、平衡化、尖銳化等-With a variety of digital image processing system, features include histogram equalization, balance, and sharp, and so on
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-31
    • 文件大小:534377
    • 提供者:林楚鸿
  1. imageprocess

    0下载:
  2. 正交变换 傅立叶变换 哈达码变换 直方图均衡 模糊 锐化 模糊图像恢复 图像分割 矩应用-Orthogonal Transformation Hadamard Transform Fourier Transform fuzzy histogram equalization Sharpens fuzzy image restoration image segmentation application moment
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-02
    • 文件大小:688466
    • 提供者:lyg
  1. histogram

    0下载:
  2. 本程序采用VS2005实现直方图的均衡化,经过测试,它能够对.bmp图像进行有效的图像增强,而且实现速度也很快。-This procedure used to achieve VS2005 histogram equalization, after testing, it can make .bmp images for effective image enhancement, and to achieve speed.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-03
    • 文件大小:47466
    • 提供者:dandan
  1. Image_process

    0下载:
  2. 1.对比度增强:计算并显示图像直方图,直方图均衡; 2.图像分割:Otsu算法; 3.二值图像的数学形态学开闭运算。要求对输入图像二值化,然后实现腐蚀膨胀,最后调用腐蚀膨胀实现开闭。至少给出两种不同形状和大小的结构元素。 -1. Contrast Enhancement: Calculate and display the image histogram, histogram equalization 2. Image Segmentation: Otsu algorithm
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:91339
    • 提供者:陈聪群
  1. tuxiangchuliyuanma

    0下载:
  2. 图像进行二值化处理、对角镜像处理、离散余弦变换处理、离散余弦变换处理、高斯模糊处理、直方图均衡处理、水平镜像处理等20多种常用图像处理的C++源码-Binary image processing, diagonal image processing, discrete cosine transform processing, discrete cosine transform processing, Gaussian blur processing, histogram equalization
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-23
    • 文件大小:17769
    • 提供者:bbdlp
  1. zft

    0下载:
  2. 实现256色灰度图像直方图均衡化,但不支持其他位图-With 256-color grayscale image histogram equalization, but not other bitmap
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-28
    • 文件大小:1945
    • 提供者:李凯
  1. BMPOPEN

    0下载:
  2. BMP操作的小软件,包括打开/保存BMP图像文件,简单的翻转变换,直方图均衡,线性变换以及拉普拉斯锐化等功能,对于图像初学者有一定的参考价值。-BMP operation of software, including open/save the BMP image file, a simple flip transform, histogram equalization, linear transformation and Laplacian sharpening a certain refer
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-09
    • 文件大小:1555850
    • 提供者:郑宇宙
  1. code2

    0下载:
  2. 本文件是数字图像处理的作业,做了图像均衡处理,和滤波处理-The present document is a digital image processing operations, image equalization processing, and the filtering process
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-27
    • 文件大小:37376
    • 提供者:李明
  1. FinalWork2

    0下载:
  2. 图像处理软件,实现图像的空间域彩色图像指数灰度变换、伽马校正、均值滤波、中值滤波、直方图均衡化、彩色负片、拉普拉斯锐化或边缘提取;-Image processing software, image color image index of the spatial domain of gray level transformation, gamma correction, mean filter, median filter, histogram equalization, color negat
  3. 所属分类:GDI-Bitmap

    • 发布日期:
    • 文件大小:15993
    • 提供者:陈新
  1. Image

    1下载:
  2. 可以实现至少八位图的灰度变换,均衡化,规格化,直方图显示,均值滤波,做大值滤波,中值滤波,添加椒盐噪音,脉冲噪音-Can be achieved at least eight gray-scale transformation, equalization, normalization, histogram display, mean filter, bigger and median filtering, median filtering, add salt and pepper noise,
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-22
    • 文件大小:11030030
    • 提供者:yunzhen
  1. source-code

    0下载:
  2. 空域图像的基本处理方法: 1、直方图均衡化 2、平滑滤波 3、中值滤波 -Airspace basic image processing methods: 1, histogram equalization, 2,smooth filtering 3, median filtering
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-12-03
    • 文件大小:249235
    • 提供者:依然
  1. histogram-equalization

    0下载:
  2. 采用OpenCV对彩色图像进行直方图均衡化,效果很好。-Using OpenCV for color image histogram equalization, the effect is very good.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:640631
    • 提供者:
  1. pic

    0下载:
  2. 图像均衡化算法的源代码实现方式,通过此方式,便捷实现灰度图像均衡化处理。-Image equalization algorithm
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:1311
    • 提供者:tuzimoyiba
  1. GainCorrect111

    0下载:
  2. 对图像进行增益校正,实现图像的均衡化,达到一个理想的状态-The image gain correction, to achieve image equalization, to achieve an ideal state
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-06-01
    • 文件大小:14002427
    • 提供者:翟亚宇
« 12 »
搜珍网 www.dssz.com