CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - 转化为 灰度图像

搜索资源列表

  1. RGB2gray

    1下载:
  2. 本程序可将输入的RGB图像转化为灰度图像!在Matlab环境下编程实现。-this procedure can be imported RGB images into gray image! Matlab programming environment.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1.4kb
    • 提供者:宋军
  1. 256to_gray

    0下载:
  2. 256色图像转化为灰度图像,256色图像转化为灰度图像 -256 color images into gray-scale images, 256 color images into gray-scale images 256 color images into gray-scale images
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:48.61kb
    • 提供者:lyx
  1. example

    1下载:
  2. 这是matlab视频图像处理中提取图像并将其转化为灰度图像的m文件,这是图像处理中的第一步
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:24.13mb
    • 提供者:saulbit
  1. 256color

    0下载:
  2. 对图像进行灰度处理,将彩色图像转化为灰度图像的VC程序-Gray-scale image processing, the color image into a gray image of the VC program
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2.8mb
    • 提供者:tr
  1. zhifangtuguidinghua

    0下载:
  2. rgb图像转化为灰度图像 直方图均衡化 直方图规定化 例程-rgb image into a grayscale image histogram equalization, histogram specification routines
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:2.33kb
    • 提供者:刘慧
  1. Lena

    0下载:
  2. 2、 转换为灰度图像。 这个算法是依照彩色图转化为灰度图像的方式: 灰度值 = 0.3*R+0.59*G+0.11*B 用两重循环遍历截取的图片,对于每一个象素点,用MFC的函数取得其COLORREF形式的颜色值,从中分解出R、G、B三种颜色的值,计算出对应的灰度值后,赋给R、G、B即可。完成遍历后刷新图片就可以看到转换后的灰度图像。 -2, converted to grayscale images. This algorithm are in accordance with
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1.13mb
    • 提供者:龙胆
  1. image

    0下载:
  2. 应用matlab或VC语言编制图像处理软件,软件功能如下: 一、实验类型 1. 读入图像,并对灰度图像或彩色图像进行显示,对彩色图像可以转化为灰度图像;(8学时) 2. 对读入的图像可以实现减小和提高图像分辨率的功能(16学时) 3. 计算灰度图像的直方图并进行显示,讨论不同图像灰度分布的直方图特征(16学时) 4. 对上述图像进行直方图均衡化处理,分析直方图均衡化的处理结果;(16学时) 5. 对给定的彩色图像,显示其R、G、B三分量图像的噪声图像及H、S、I三分量完成
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:81.82kb
    • 提供者:yangyong
  1. psydo-color

    1下载:
  2. 伪彩色处理是指将黑白图像转化为彩色图像,或者是将单色图像变换成给定彩色分布的图像。由于人眼对彩色的分辨能力远远高于对灰度的分辨能力,所以将灰度图像转化成彩色图像表示,就可以提高对图像细节的辨别力。 伪彩色处理的基本原理是将黑白图像或者单色图像的各个灰度级匹配到色彩空间的一点,从而使单色图像映射成彩色图像。对黑白图像中不同灰度级赋予不同的彩色。 -Pseudo-color processing refers to the black-and-white images into color
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:84.15kb
    • 提供者:一零
  1. opencv_HUIDU_1

    0下载:
  2. 我的第一个opencv的程序,读取真彩图像转化为灰度图像。很简单,也会很容易分析。入门级的。控制台程序。-My first one opencv program, read the true color images into gray-scale image. Is very simple, will be very easy to analyze. Entry-level. Console program.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:297.62kb
    • 提供者:tangxiaozheng
  1. zhongzhijunzhi

    0下载:
  2. 一张真彩图像,将其转化为灰度图像,加入高斯噪声进行均值滤波,加入椒盐噪声进行中值滤波的源代码。-A true color image, convert it to grayscale, adding Gaussian noise filtering, adding salt and pepper noise, median filter to the source code.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1.43kb
    • 提供者:李明
  1. ColorImagetoGrayImage

    0下载:
  2. 通过此代码能够将一幅彩色图像迅速的转化为灰度图像-With this code can be quickly transformed into a color image to grayscale! ! !
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:583.52kb
    • 提供者:jizi
  1. 256tograycode

    0下载:
  2. 这段代码可以实现图像由256色彩色图转化为灰度图像-This code can make a image from 8bits color to gray.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2.71mb
    • 提供者:xiejing
  1. 1122rgbtohistagram

    0下载:
  2. 一个很实用的彩色图像转化为灰度图像的程序,即应经过测试运行。-A very useful color image into a gray image of the process, that should go through a test run.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:136.72kb
    • 提供者:gangjianxun
  1. 256-colors-to-grayscale

    0下载:
  2. 实现数字图像处理中的256色转化为灰度图像-Digital image processing into a gray image with 256 colors
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3.64mb
    • 提供者:万杰
  1. caisechuli

    0下载:
  2. 实现彩色图像处理,不用转化为灰度图像,希望帮到大家-In color image processing, without conversion to grayscale, I hope help you
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:664byte
    • 提供者:guankun
  1. csecl

    0下载:
  2. 直接彩色图像处理,不用转化为灰度图像,希望帮助大家-Color image processing directly, without conversion to grayscale, I hope to help you
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1.22kb
    • 提供者:guankun
  1. caise-huidutu

    0下载:
  2. 将256色的彩色图片,转化为灰度图像,并显示。VC,源代码齐全-The 256-color color image into a grayscale image, and display. VC, complete source code
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3.28mb
    • 提供者:hello123
  1. matlab-let-image-into-gray-image

    0下载:
  2. matlab把彩色图像转化为灰度图像代码-Using matlab let image into gray image code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:426.09kb
    • 提供者:Gareth
  1. rgb-gray

    0下载:
  2. 将彩色图像转化为灰度图像,程序自己项目开发中的一小段,运行绝对成功。-Color images into grayscale images, a short program of their own project development, operation an unqualified success.
  3. 所属分类:Special Effects

    • 发布日期:2017-06-21
    • 文件大小:35.93mb
    • 提供者:朱珠
  1. 灰度共生矩阵

    0下载:
  2. 图像处理,灰度共生矩阵。已知被理论证明并且实验显示它在纹理分析中是一个很好的方法,广泛用于将灰度值转化为纹理信息(Image processing, gray level co-occurrence matrix. Known to have been proved by theory, and experiments show that it is a good method in texture analysis, and is widely used to transform gray v
  3. 所属分类:图形图像处理

« 12 3 4 »
搜珍网 www.dssz.com