CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - rgb to gray c

搜索资源列表

  1. RGB_color_transform_gray_level_co-design_of_C_and_

    0下载:
  2. to use verilog code and c to translate a RGB bmp image(512*512) to a gray level image
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:543364
    • 提供者:Annbb
  1. gray-scale

    0下载:
  2. 属于图像预处理部分,转化后的灰度图仍是RGB图-Image Pre-processing is part of the transformation is still grayscale RGB Chart
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:74792
    • 提供者:李建伟
  1. rgb_to_gray

    0下载:
  2. Rgb to Gray/hsv .by matlab. sourcedode
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:1911
    • 提供者:mooi
  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. rgb_gray_convert

    0下载:
  2. RGB TO GRAY SCALE CONVERSION
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-30
    • 文件大小:1002
    • 提供者:mithi
  1. 0454

    0下载:
  2. 《visual C++ 开发经验技术宝典》图像灰度处理,灰度处理是将图像中的彩色效果用灰度的层次感表达出来,灰度只有黑白两种颜色,但其黑白两种颜色的深浅有所不同,程序使用常用的RGB颜色转灰度的算法来实现图像灰度的效果。-"Visual C++ development experience technical book" grayscale image processing, gray-scale image processing is to use the gray color layerin
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:331969
    • 提供者:Matt
  1. tuxianggongcheng

    0下载:
  2. 一个圆形区域,从圆的底部到圆的顶部颜色从黑色渐变到白色,用C++编程绘制同样的图形,使用画点函数(SetPixel)进行绘制。基本要求可以使用各种灰度的像素颜色,高级要求只能使用黑白二色(RGB(0,0,0)和RGB(255,255,255)两种颜色)进行绘制,也就是要使用半调技术(halftune)或者抖动(dither)技术。-A circular area at the bottom of the circle to the circle from the top of the color
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:413929
    • 提供者:shenjiao
  1. 1000

    0下载:
  2. ,用C++编程绘制同样的图形,使用画点函数(SetPixel)进行绘制。基本要求可以使用各种灰度的像素颜色,高级要求只能使用黑白二色(RGB(0,0,0)和RGB(255,255,255)两种颜色)进行绘制,也就是要使用半调技术(halftune)或者抖动(dither)技术。-All sorts of gray pixel color, senior require only a black-and-white two color (RGB (0) and RGB (255,255,255)
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1928857
    • 提供者:tanjian
  1. rgbg

    0下载:
  2. 借助于opencv库,用c++接口编写,绘制图像rgb以及灰度的直方图,并把相应的统计结果输出到txt。-With the opencv library c++ interface to write, draw the histogram of the image rgb and gray, and the corresponding statistical results output to txt.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-06
    • 文件大小:1352
    • 提供者:龙场
  1. NI_LabWindows_Image_process

    0下载:
  2. 在NI的labWindows(Labview的c语言版)开发环境下,使用C语言编写代码,开发图像的视图、修改、颜色处理、滤镜等功能。 其中,视图模块所要实现的功能是对数字图像的放大、缩小、旋转、翻转等功能;修改模块式实现数字图像的图像合成、降低分辨率等功能;颜色处理模块式实现对数字图像的灰度图像处理、RGB分量处理等功能;滤镜模块主要是实现对数字图像的锐化、模糊、浮雕、渗透、地板效果等功能。-In the NI labWindows (under the the Labview c langua
  3. 所属分类:LabView

    • 发布日期:2017-11-19
    • 文件大小:1150961
    • 提供者:林元陈
  1. ques2

    0下载:
  2. Write MATLAB code that will do the following. (a) Read different images from Matlab Library. Eg. Gray, Index, Colour, Binary images etc. (b) Convert the images from one mode to other. Eg. RGB GRAY, GRAY BINARY, RGB, BINARY
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1491
    • 提供者:Rokibul Ahmed
  1. EmbossColander

    0下载:
  2. C#从动画方式生成图片的浮雕效果,一个图像浮雕处理的简单例子。程序将依次访问每个像素的RGB值,获取相邻两个像素的R、G、B值,计算与左上角像素的RGB分量之差,67:控制图片的最低灰度,128:常量,更改这两个值会得到不同的效果。-C# generates images from the animated relief effect, a simple example of a relief image processing. The program will in turn access t
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:67976
    • 提供者:Farseeker
  1. Digital-Image-Processing

    3下载:
  2. 有源码,适合学习C++的人 一、 读入一幅灰度图象,编写程序显示图象中任一象素点的灰度值。 二、 编程实现RGB彩色空间到HSV彩色空间的转换,并通过调整H、S、V的值实现图像亮度、色度和色饱和度的调节。 三、 1.灰度线性变换、分段线性变换 2.灰度直方图均衡、规格化 3.图象卷积:各种模板实现低通、高通滤波 4.图象中值滤波、最大值滤波、最小值滤波、模板选择滤波 5.伪彩色图象增强 四、 1.图象的加、减、乘、除和逻辑运算。 2.图象的镜像变换、图象的缩放
  3. 所属分类:Dialog_Window

    • 发布日期:2016-01-08
    • 文件大小:1072128
    • 提供者:zl
  1. PIC16F1824_DMX512_RGB

    0下载:
  2. 基于PIC单片机开发的DMX512程序,接受标准DMX512信号并解码,控制RGB灰阶。(PIC microcontroller based on the development of DMX512 procedures, to accept the standard DMX512 signal and decode, control RGB gray scale.)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-27
    • 文件大小:1024
    • 提供者:yuxuanwlfei
  1. 55593397tif7

    0下载:
  2. 读取tif图像 在C#中创建界面对话框 实现图像的灰度显示,rgb显示(Read TIF images, create interface dialog box in C#, to achieve gray-scale image display, RGB display)
  3. 所属分类:C#编程

    • 发布日期:2017-12-22
    • 文件大小:19139584
    • 提供者:鲁班
  1. Gray_world

    0下载:
  2. matlab图像白平衡处理的灰度世界算法,输入bmp图片,最后显示白平衡处理后的图片。 需要根据实际的路径和图片名称更改第一行(MATLAB image white balance processing gray world algorithm, input the BMP picture, and finally display the white balance after the image. You need to change the first line according to
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-29
    • 文件大小:513024
    • 提供者:llsh
搜珍网 www.dssz.com