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

搜索资源列表

  1. DIP

    0下载:
  2. 需要matlab7.0或更高版本以及matlab图像处理工具箱。 1) 文件菜单 • 程序可处理具有不同宽高的灰度图像,显示区域多余的部分以白色填补; 注意:在做哈达马和沃氏变换时图像的尺寸先按2的幂次截断,在按最大的边长补成方形; • 重载可以重新载入最近一次通过“文件——〉打开”打开的图像,这时将对重新载入的图像进行处理; • 对于彩色图像,可以显示但如果想要使程序能正确处理,必须将其先转换成灰度图像,使用“文件——〉RGB转换成灰度图”;
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:348kb
    • 提供者:晨曦
  1. rgb2gray

    2下载:
  2. 将RGB图像转换为灰度图像,本程序详细说明了转换原理和过程,还有腐蚀膨胀详细原理和程序
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1.58kb
    • 提供者:zhangzhehui
  1. rgb

    0下载:
  2. 将二十四位的彩色图像转换为八位图像,即彩色图像灰度化。-20 four color image is converted to eight images, color images, grayscale.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1.4kb
    • 提供者:guolingzhi
  1. GRAY2RGB

    0下载:
  2. 本程序在matlab中实现了灰度图像转换为RGB图像的过程,简单易于理解,有注释-This procedure in matlab to realize the gray image conversion for RGB image process, simple easy to understand, a comment
  3. 所属分类:MultiLanguage

    • 发布日期:2017-11-04
    • 文件大小:86.17kb
    • 提供者:mamin
  1. graytoRGB

    0下载:
  2. Matlab实现灰度图像转换为RGB图像-grayscal—RGB base on Matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:59.78kb
    • 提供者:
  1. PseudoColorImageProcessing

    1下载:
  2. 本实验要求编写程序实现课本图6.23伪彩色图像处理能力框图,实现灰度级到彩色的转换,程序的输入为图像中指定的两个灰度级范围,程序的输出为RGB格式图像,其中一个灰度级范围显示为指定的彩色,其余的像素以RGB形式显示为与对应输入图像像素相同的灰度色-Prepared at the request of the experimental procedures to achieve pseudo-textbook Figure 6.23 Block diagram of color image pro
  3. 所属分类:Special Effects

    • 发布日期:2015-04-26
    • 文件大小:298.02kb
    • 提供者:jhm
  1. ctlcolortransform

    0下载:
  2. 把RGB彩色图像转换为灰度图像,用VC++实现-The RGB color image is converted to grayscale images, using VC++ to achieve
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:1.19kb
    • 提供者:tiger shin
  1. gray

    0下载:
  2. 展示了C#读取彩色图像,并且转换为灰度图的方法,读取图像时分别使用了getPixel,内存法,指针法,展示了C#读取图像的三种基本方法。-Convert a RGB image to gray image and give examples of reading image file with three different methods.
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-30
    • 文件大小:41.68kb
    • 提供者:Lu
  1. bmp

    0下载:
  2. 调用bmp图像,将256色图像转化为灰度图,图像锐化,RGB转换成YUV-Call bmp images, 256 color images into grayscale, image sharpening, RGB into YUV
  3. 所属分类:Graph program

    • 发布日期:2017-05-15
    • 文件大小:3.64mb
    • 提供者:liuli
  1. checks-RGB-show-and-grayscale

    0下载:
  2. 支票印鉴图的R、G、B三个分量的显示图像并将RGB图转换为灰度图像-Check seal map R, G, B three components of the display image was converted to grayscale and RGB images
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1.41mb
    • 提供者:
  1. matlab-rgb-image-divide

    0下载:
  2. 传统的图像阈值分割算法是将彩色图像转换为灰度图像再进行分割。通过分析RGB颜色空间的特点,本文提出 基于RGB颜色空间的阈值分割算法,-The classical image threshold segmentation algorithm converts the color image to grayseah image before segmentation. On the base of analysis upon the characters of RGB color spac
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:440.83kb
    • 提供者:周央央
  1. color_trans

    0下载:
  2. 本代码用VC实现了把真彩色图像转换为8位图像,把RGB三个波段的灰度通过一个线性变换式计算为单波段灰度。 -transfer true color image to a 8-bit image
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-02
    • 文件大小:8.19kb
    • 提供者:li
  1. Corners

    0下载:
  2. 首先,请检查/样品在你的OpenCV的分布/ C/ squares.c的。这个例子提供了一个方形的检测,如何检测角落类似的功能,它应该是一个不错的开始。然后,一起来看看在OpenCV的功能,导向功能,如cvCornerHarris()和cvGoodFeaturesToTrack()。 上述方法可以返回许多角落类似的功能 - 最不会“真正的角落”你正在寻找。在我的应用程序,我只好检测,旋转或倾斜的广场(透视)。我的检测流水线包括: 从RGB转换为灰度级(cvCvtColor)
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:914byte
    • 提供者:clark
  1. TrueColor2SingleBand

    0下载:
  2. VC实现真彩色图像转换为8位图像,RGB三个波段的灰度通过一个线性变换式计算为单波段灰度。 -VC to achieve true color image is converted to 8-bit images, RGB three bands of gray calculated by a linear transformation of a single-band grayscale.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-09
    • 文件大小:6.07kb
    • 提供者:黄小伟
  1. RGBtogray

    0下载:
  2. RGB图像转换为灰度图 RGB图像转换为灰度图-RGB image is converted to the grayscale RGB image is converted to grayscale
  3. 所属分类:Special Effects

    • 发布日期:2017-11-06
    • 文件大小:577.25kb
    • 提供者:LD
  1. grating

    0下载:
  2. 基于opencv简单的将rgb图像转换为灰度图像。-Simply, based on opencv,a rgb image is converted to a grayscale image.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-21
    • 文件大小:5.92mb
    • 提供者:蔡青青
  1. chap6

    0下载:
  2. 将RGB图像转换为二值图像以及将矩阵转换为灰度图像-The RGB image is converted into a binary image, and the image is converted to grayscale matrix
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:752byte
    • 提供者:苏宁
  1. GUITest

    0下载:
  2. matlab简单GUI设计,打开文件夹,显示图像及RGB各通道,转换为灰度图,负像,及图像的保存-Matlab GUI
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:37.82kb
    • 提供者:MayTree
  1. RGB2Gray-C6748DSP

    0下载:
  2. 将RGB格式的图像转换为灰度模式。 使用TI C6748 DSP 在CCS5.5下运行-convert RGB image to grey code. use in C6748DSP. written under CCS5.5.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2.24mb
    • 提供者:吕其铮
  1. 图像转换

    0下载:
  2. 运用MATLAB内置函数,直接将RGB图像转换为灰度图像(Using MATLAB built-in function, the RGB image is directly transformed into gray image)
  3. 所属分类:图形图象

« 12 »
搜珍网 www.dssz.com