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

搜索资源列表

  1. 彩色图到灰度图的转换的源程序

    0下载:
  2. 彩色图到灰度图的转换的源程序!实现了彩色图到灰度图的转换,注意其中真彩图和调色板位图处理时的差别。-color to grayscale conversion of the source! To achieve a color map of the grayscale conversion, which really pay attention to the palette color pictures and bitmap handling differences.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2277
    • 提供者:王海洋
  1. 简单的图象转换示例

    0下载:
  2. 一个简单的图象转换示例:利用MFC中的CFILE类将彩色BMP转换为灰度图,算法采用生理学标准,即0.3R+0.59B+0.11G-a simple image conversion Example : The MFC CFILE BMP type of conversion to color the gray level, the algorithm used in Physiology standards, R is 0.3 0.11G 0.59B
  3. 所属分类:GDI/图象编程

    • 发布日期:2012-11-05
    • 文件大小:1671
    • 提供者:苏进
  1. 实例19将彩色图像转换为灰度图

    0下载:
  2. 实例19将彩色图像转换为灰度图.rar-19 examples of color images converted to grayscale. Rar
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:37080
    • 提供者:庞晓强
  1. SetColorToGray1.2ct

    0下载:
  2. 一个将灰度图上色的软件,通过一幅参考图像的色彩信息,实现对一个类似灰度图的彩色化 。只要在菜单中先选择一个彩色图作为参考图,再选一个(LoadImg菜单)灰度图(24位),在Proc即可
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:416783
    • 提供者:张智
  1. 伪彩色

    0下载:
  2. 将灰度图转化成伪彩图
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2011-03-29
    • 文件大小:75038
    • 提供者:sfxwsaq
  1. 256色转为灰度图

    0下载:
  2. 讲24位位图转为256色,也可以将彩色图转为灰度图,方便快捷
  3. 所属分类:其它源码

  1. ImageProcessSys

    0下载:
  2. 含有了图像处理中一些经典和常用的图像处理算法,如:灰度图像处理,图像增强,图像变换,形态学图像处理。其中灰度图像处理包含三个算法:彩色图转灰度图,灰度图直方图,直方图均衡化;图像增强含有:增加椒盐噪声,中值滤波,sobel算子边缘提取(水平方向和垂直方向一起考虑),laplace算子边缘提取,模糊,锐化;图像变换含有:haar小波变换,RGB转HSV颜色空间。形态学图像处理含腐蚀,膨胀,开操作,闭操作。-Contains some of the classic image processing
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:317661
    • 提供者:孙亚新
  1. fiveMATLABimageprocessingcode

    0下载:
  2. 对图像进行任意角度旋转 图像渐变 运用调色板设计技术将灰度图像彩色化 等5个MATLAB 图像处理 代码-Rotate the image at any angle image gradient design using the gray image palette color and so on five MATLAB image processing code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:15209
    • 提供者:gujiaqian
  1. xiaobobianhuan

    0下载:
  2. 用VC++对二维灰度图象和彩色图象进行小波变换,非常好-With VC++ Of two-dimensional gray-scale images and color images for wavelet transform, a very good
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-23
    • 文件大小:260274
    • 提供者:xuanlingshu
  1. huidutuzhuanhuaweiweicaisetu

    1下载:
  2. 本代码,用MATLAB编写。把灰度图转化为伪彩色图。-The code, prepared by using MATLAB. The grayscale into a pseudo-color map.
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:99806
    • 提供者:张亚珍
  1. chap12

    0下载:
  2. 基于Dib类的彩色图像转化灰度图 VC++ 编写简练-Dib categories based on color image into grayscale VC++ to prepare concise
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2340140
    • 提供者:zhangpin
  1. huidu

    0下载:
  2. 灰度图转换,可以把彩色图片转换为灰度图片。并进行计算-Grayscale conversion, color images can be converted to gray-scale image. And calculated
  3. 所属分类:matlab

    • 发布日期:2017-05-06
    • 文件大小:1277055
    • 提供者:sy
  1. caiseheibai

    0下载:
  2. 256色转灰度图的VC++源代码,可以讲彩色图片转为黑白的处理过程-256-color turn gray level of the VC++ source code, you can talk about color images into black and white processing
  3. 所属分类:Graph program

    • 发布日期:2017-04-16
    • 文件大小:73003
    • 提供者:龚鹏鹏
  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
    • 文件大小:42684
    • 提供者:Lu
  1. gray2rgb

    1下载:
  2. gray转换为RGB. 由灰度图转换为彩色图。 -gray is converted to RGB. by the grayscale is converted to color.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:138809
    • 提供者:小馨
  1. easthuman

    0下载:
  2. VB将彩色图像转换为灰度图,设定所有Pixel的改变不立即在pictureBox上显示,为图片框载入图片,点击“转换为灰度”按钮,即可完成转换。-VB A color image is converted to grayscale, set all Pixel change would not immediately pictureBox shown on the picture box load images, click the " Convert to Grayscale"
  3. 所属分类:Graph program

    • 发布日期:2017-04-05
    • 文件大小:849754
    • 提供者:jingdzhen
  1. 256

    0下载:
  2. 256色灰度图彩色图转换为8为灰度图 喜欢的下,方便大家!-256-color grayscale color map converted to grayscale like 8, the convenience of all!
  3. 所属分类:Document

    • 发布日期:2017-04-05
    • 文件大小:174559
    • 提供者:张一飞
  1. gray2rgb

    0下载:
  2. 灰度图像转化为rgb彩色图像,通过参考图像制成彩色映射表,再进行伪彩色处理-Rgb color images into gray-scale image, the image is made by reference to color mapping table, then the pseudo-color processing
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:1125
    • 提供者:赵宇
  1. E0-练习

    0下载:
  2. 0-1、基本要求 1,显示一个灰度图象p0-01和彩色图象p0-02; 2,观察灰度图象和彩色图象的数据矩阵和文件内容; 3,熟悉灰度图象、二值图象、彩色图象和索引图象之间的变换。 0-2、计算图象的统计参数 1, 对灰度图象计算其灰度均值、方差和熵; 2, 对灰度图象计算其灰度的直方图; 3, 对灰度图象实施直方图均衡化。(0-1. Basic requirements 1. Display a grayscale image p0-01 and color image p
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-08
    • 文件大小:860160
    • 提供者:LIMBO2K
  1. 三种灰度图象伪彩色方法

    1下载:
  2. 用三种不同的方法分别对灰度图像进行伪彩色化,希望总有一种方法适合。(Three different methods are used to get the False Color image of the color gray image. hope can give you some help .)
  3. 所属分类:其他

    • 发布日期:2018-04-23
    • 文件大小:1024
    • 提供者:镜中影
« 12 3 4 5 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com