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

搜索资源列表

  1. 基于opencv实现的灰度变换

    0下载:
  2. 基于opencv实现的灰度变换,低通滤波,直方图均衡化,边缘检测等算法。-Opencv implementation based on gray-scale transformation, low-pass filtering, histogram equalization, edge detection algorithm.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:3366761
    • 提供者:张少明
  1. MFC实现BMP图像灰度翻转和直方图均衡化

    0下载:
  2. MFC实现BMP图像灰度翻转和直方图均衡化,完整程序代码,MFC to achieve BMP image flip and histogram equalization, a complete code
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-24
    • 文件大小:958496
    • 提供者:李浩
  1. histogram-用VC++建立MFC多文档对灰度图像进行的直方图均衡化

    0下载:
  2. 用VC++建立MFC多文档对灰度图像进行的直方图均衡化,本文档提供了所有步骤以及源代码!-Build with VC++ MFC Multiple Document for grayscale image histogram equalization, this document provides all the steps and source code!
  3. 所属分类:2D图形编程

    • 发布日期:2017-03-23
    • 文件大小:224383
    • 提供者:杨柳
  1. BHSM

    0下载:
  2. 灰度直方图双峰法分割,传统的分割方法。适合初学者学习。-Bimodal histogram segmentation method
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:12208
    • 提供者:
  1. IMAGE

    0下载:
  2. 基于二维灰度直方图的双阈值最大模糊熵图像分割法源代码,VC++编写-Based on two-dimensional histogram of the dual-threshold maximum fuzzy entropy image segmentation method source code, VC++ to prepare
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4836280
    • 提供者:张蒙
  1. point-operation

    0下载:
  2. 画出图像的灰度直方图,并对直方图进行线性点运算,直方图均衡化以及直方图匹配-Draw the image histogram, and histogram linear point operations, histogram equalization and histogram matching
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:115459
    • 提供者:lishuai
  1. ImageProcessing

    0下载:
  2. 一个图像处理的小程序,主要包括的功能有:求直方图,二值化,灰度均衡,骨架提取。另一个有用的功能是红细胞识别,即一副细胞图像中计算出红细胞个数。并附带测试图片。-a useful software in digital image processing....
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:743260
    • 提供者:桑贤
  1. MyShowImage

    0下载:
  2. 可直接运行效果,简单明了,纯java实现,可灰度变换,直方图均衡化-Can be run directly effect, simple, pure java implementation, can be gray level transformation, histogram equalization
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:2326
    • 提供者:唐小禹
  1. hist

    0下载:
  2. 用opencv实现图像灰度直方图。通过颜色空间转换也可以画出颜色直方图。-Image with opencv histogram. Through color space conversion can also be painted the color histogram.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:27137
    • 提供者:李占闯
  1. yzfg

    0下载:
  2. 基于阀值的阈值分割:由灰度直方图可以看出谷值即是阀值,然后分割出来目标图像。-Based on the threshold of the threshold segmentation: histogram can be seen from the valley that is, threshold, and then divided by the target image.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:13623
    • 提供者:tdw
  1. image_enhancement

    1下载:
  2. (1)获得图象的直方图,将其均衡化,显示灰度变换函数及图象效果; (2)分别用梯度法、拉氏算子、Sobel算子以及中值过滤等方法对图象进行增强,并对增强效果进行比较; (3)用钝化算子、高频提升、内查、外推等方法对图象进行增强。 (4)用Matlab工具进行彩色图象增强方法和彩色图象处理方法的实验-(1) to obtain images of the histogram equalization to show gray-scale transformation function
  3. 所属分类:Special Effects

    • 发布日期:2016-01-27
    • 文件大小:208471
    • 提供者:杨怡
  1. VCDIBchap2

    0下载:
  2. 介绍图像灰度变化的典型算法,包括二值化和阈值处理,直方图的绘制及直方图均衡,灰度的线性变换和灰度拉伸等。-Change the image gray-scale introduction of the typical algorithms, including binary and threshold processing, histogram mapping and histogram equalization, linear gray transform and gray-scale, su
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:319458
    • 提供者:相同
  1. chap05

    0下载:
  2. ch5_1_1: 图像灰度线性变换 (§5.1.1) ch5_1_2: 图像灰度分段线性变换 (§ 5.1.1) ch5_1_3: 采用对数形式的变换函数进行动态范围压缩 (§5.1.1) ch5_1_4: 图像直方图的均衡化 (§5.1.2) ch5_1_5: 直方图规定化 (§5.1.2) -ch5_1_1: image linear transformation (§ 5.1.1) ch5_1_2: piecewise linear image transform (§
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-03
    • 文件大小:6591
    • 提供者:汤跃峰
  1. imgprocess

    1下载:
  2. 1.给定一幅图象,输出其直方图 2.通过对话框给定一个线性变换函数,实现图象的灰度拉伸; 3.实现对图象的均衡化-1. To set an image, the output of its histogram 2. Through the dialog box to set a linear transformation function, implementation of the gray-scale image stretching 3. To achieve a balance
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-17
    • 文件大小:46907
    • 提供者:fc
  1. colorPIC

    0下载:
  2. 针对彩色图像的处理 包括对彩色图像的灰度化、二值化、边缘提取、锐化、浮雕、反相、平滑、扩散、曝光、马赛克、图像合成以及对彩色图像显示其RGB直方图-For color image processing includes color images of the gray, binarization, edge detection, sharpening, relief, RP, smooth, proliferation, exposure, mosaic, image synthesis, as
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:113738
    • 提供者:YanMeng
  1. photoprocess

    2下载:
  2. 数字图象处理系统,使用MATLAB的GUI模块,可实现图象的直方图均衡、灰度化、二值化、缩放、边缘检测、增加噪声、图像变换、去噪等功能。使用时请将fig文件和m文件和图像放在一个文件夹内-photo process system,use matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:6460
    • 提供者:tingting
  1. finger3

    0下载:
  2. 判断分析法从图象灰度直方图中把灰度值的集合用阀值 T分成两类,然后根据两个类的均值方差(类间方差)和各类的方差(类内方差)的比为最大来确定阀值。-Analysis to determine from the image histogram of the gray value threshold with the set T into two categories, and then based on two types of mean-variance (between-class varian
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:87923
    • 提供者:qinyongming
  1. zhifangtu

    0下载:
  2. 对256灰度级,以及真彩色图形进行直方图均衡化处理-Of 256 gray-scale and true color graphics to deal with histogram equalization
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:2390
    • 提供者:蓝泠沙
  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. exp1

    0下载:
  2. 计算一幅灰度图像的直方图;进行简单的线性变换,并与源图像的直方图做变换;利用直方图均衡化进行图像增强-Calculating a gray-scale image histogram simple linear transformation, and to do with the source image histogram transformation the use of histogram equalization for image enhancement
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:230345
    • 提供者:凌丽
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com