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

搜索资源列表

  1. VideoNet_srcbb-0813eve

    0下载:
  2. 进行VideoNet的程序(在http://www.codeproject.com/Articles/7573/VideoNetb上下载的)学习中,发现在进行调试时, 1. 运行到 ConvertRGB2YUV 函数时,在 *y++=( RGB2YUV_YR[*r] +RGB2YUV_YG[*g]+RGB2YUV_YB[*b]+1048576)>>16 出down掉! 崩溃! 程序每次到这里崩溃,我也崩溃了!后来反复查网上帖子,有几个说的还行,总体说来,还是没有根本
  3. 所属分类:Video Capture

    • 发布日期:2017-03-31
    • 文件大小:201056
    • 提供者:李建华
  1. jpg_function

    0下载:
  2. // RGB -> YCbCr // Y = Coef. for red*Red+Coef. for green*Green+Coef. for blue*Blue // Cb = (Blue-Y)/(2-2*Coef. for blue) // Cr = (Red-Y)/(2-2*Coef. for red) // YCbCr -> RGB // Red = Cr*(2-2*Coef. for red)+Y // Green = (Y-Coef. for b
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-01
    • 文件大小:883
    • 提供者:张晓东
  1. citra-bab2

    0下载:
  2. Mahasiswa dapat membuat program untuk memproses gambar dengan mengambil warna RGB 2. Mahasiswa dapat membuat program untuk memproses gambar dengan meletakkan warna RGB pada lokasi x dan y 3. Mahasiswa dapat membuat program untuk memproses gambar
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:135049
    • 提供者:donna
  1. bab2

    0下载:
  2. Citra digital dapat didefinisikan sebagai fungsi dua variabel, f(x,y), dimana x dan y adalah koordinat spasial dan nilai f(x,y) adalah intensitas citra pada koordinat tersebut, hal tersebut diilustrasikan pada gambar 2.1. Teknologi dasar untuk me
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1988350
    • 提供者:donna
  1. bubbleplot3

    0下载:
  2. 在三维空间中画泡泡,可以指定在三维空间中的x,y,z的坐标以及泡泡的半径r和颜色c(RGB).-BUBBLEPLOT3(x,y,z,r), where x, y, z and r are four vectors of the same length, plots bubbles of radii r in 3-space with centers at the points whose coordinates are the elements of x, y and z. If r
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:2660
    • 提供者:zha
  1. surf2dxf

    0下载:
  2. The X, Y and Z matrix arguments can be used exactly as in the surf and mesh functions. But attention to the colors, because DXF fiels do not uses RGB palete. Instead they use a scaled color palete between 0 and 255.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1745
    • 提供者:Kriubha
  1. Floyd-Steinberg_dithering_(Java)

    0下载:
  2. an implementation of Floyd-Steinberg dithering in Java for color images. As input we receive an image in 24-bit RGB format and a palette of at most 256 colors, and as output we produce a palettized image where each pixel value is an index into the pa
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:2077
    • 提供者:Felippe
  1. change

    0下载:
  2. RGB与Y与R-Y、R-B的转换与R-Y、R-B与色度和饱和度的转换-RGB and Y and RY, RB conversion and RY, RB and color and saturation of the conversion
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:823
    • 提供者:张聪
  1. funtion

    0下载:
  2. 从最常用的“.BMP”图像格式中读取图像数据, 通过访问数字图像RGB三个通道的对应矩阵,改变数字图像的色彩 将数字图像的RGB表示转换为YUV表示;通过访问Y(亮度)通道,改变数字图像的亮度;通过Y(亮度)通道作灰度的线性变换,改变数字图像的对比度-failed to translate
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:42624
    • 提供者:
  1. PfzDrawingSample

    0下载:
  2. 本文介绍了类,代表了全托管代码的位图。 一个位图,基本上是一维数组,使用了一些计算被视为一个二维数组看到。在这种数组中的值可以是颜色索引(当使用调色板)或RGB值直接使用某种类型的编码。托管位图具有PixelArray,这是一个字节数组,GrayscaleBitmap的诠释(System.Int32的),为ArgbBitmap为ColorBitmap颜色和简单的类。他们也知道有一个宽度,计算出的X / Y坐标。高度值,然后计算作为其宽度PixelArray长度划分。他们当然有一些其他方法。它
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-03
    • 文件大小:91141
    • 提供者:胡九
  1. image-read

    0下载:
  2. 根据bmp的header(长宽 位数 信息) 开始读文件 读出每个位置点的RGB分量,用3个3维数组,R[x][y][val],G[x][y][val],B[x][y][val] RGB组合成像素值(可能要求你输出灰度值),一个3维数组,P[x][y][val] -image read
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:892
    • 提供者:henry
  1. main

    0下载:
  2. 该程序功能为读取一个指定的bmp文件,将其像素的RGB值转为YUV,并将Y修改,再转回RGB产生一个新图到指定位置。-The program functions to read a bmp file specified, its pixel RGB values ​ ​ to YUV, and Y change, and then back to RGB produce a new map to the specified location.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:1699
    • 提供者:supercaib
  1. rgb_collect

    0下载:
  2. led DVI 同步显示屏控制系统,RGB数据采集,采用TFP401和TFP410芯片,将程序分区块进行采集,裁剪,并按顺序送到后端,供数据处理,程序中有起始点X,起始点Y,水平裁剪数,垂直裁剪数-LED Module display system,rgb pixel collect and output by pixel area~~
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-08
    • 文件大小:559668
    • 提供者:xuguo
  1. YCrCb_detect

    0下载:
  2. YCrCb即YUV,其中“Y”表示明亮度(Luminance或Luma),也就是灰阶值;而“U”和“V” 表示的则是色度(Chrominance或Chroma),作用是描述影像色彩及饱和度,用于指定像素的颜色。“亮度”是透过RGB输入信号来建立的,方法是将RGB信号的特定部分叠加到一起。“色度”则定义了颜色的两个方面─色调与饱和度,分别用Cr和CB来表示。其中,Cr反映了RGB输入信号红色部分与RGB信号亮度值之间的差异。而CB反映的是RGB输入信号蓝色部分与RGB信号亮度值之间的差异。-YCr
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:797
    • 提供者:liyy
  1. RGB2YUV

    0下载:
  2. 将十六进制RGB图像.txt文件转化为平面YUV422分别以Y、U、V三个分量的.txt输出。 备注:默认情况下十六进制bmp图像.txt文件需放在D盘根目录下。-RGB image to hexadecimal. Txt file into a plane YUV422 respectively, Y, U, V three components. Txt output. Note: By default hex bmp image. Txt files under the root
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-03
    • 文件大小:7185
    • 提供者:hj
  1. game2

    0下载:
  2. 小游戏。因为是初学者,所做的东西还不能算是厉害的,只能说正在努力的过程-#include<windows.h> #include"resource.h" #include<stdio.h> LRESULT CALLBACK WndProc(HWND hwnd,UINT uMSG, WPARAM wParam,LPARAM lParam) void DrawBitmap(HDC hdc,UINT ID, int x,int y,HWND hwnd)
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-03
    • 文件大小:702230
    • 提供者:xujialuo
  1. basic-vision

    0下载:
  2. Color and colorspaces  Numbers and Java  Feature detection Globally define thresholds  Self-calibrate for different lights  Use the gimp/bot client on real images Getting an image performs a copy  Int[] = bufferedImage.getRGB(
  3. 所属分类:Development Research

    • 发布日期:2017-03-31
    • 文件大小:408594
    • 提供者:bou33aza
  1. rgbtoy

    0下载:
  2. 色彩空間轉換,由RGB空間轉成YUV空間,並取出Y值作為最後圖像輸出-Color space conversion, the RGB space is converted into the YUV space, and removing the Y value as the final image output
  3. 所属分类:Special Effects

    • 发布日期:2017-11-23
    • 文件大小:519
    • 提供者:johnson
  1. DllStarViewDecoder

    0下载:
  2. 把RTP载荷类型为96的h264视频的RGB值转换为Y分量,U分量和V分量-Translate the RGB format of h264 video to YUV format of h264 video, which payload is 96
  3. 所属分类:Video Capture

    • 发布日期:2017-11-09
    • 文件大小:4365616
    • 提供者:pp
  1. RGB_TO_YUV_Reduce_calc

    0下载:
  2. 我们一个图象模式识别的项目,需要将RGB格式的彩色图像先转换成黑白图像。 图像转换的公式如下: Y = 0.299 * R + 0.587 * G + 0.114 * B 图像尺寸640*480*24bit,RGB图像已经按照RGBRGB顺序排列的格式,放在内存里面了。 -We project an image pattern recognition RGB format color images, you need to be converted to
  3. 所属分类:software engineering

    • 发布日期:2017-11-11
    • 文件大小:844197
    • 提供者:liuhf
« 1 2 34 5 »
搜珍网 www.dssz.com