代码搜索结果

找到约 8,819 项符合 RGB 的代码

yuv2rgb.c

/************************************************************************ * * yuv2rgb.c, colour space conversion for tmndecode (H.263 decoder) */ #include "config.h" #include "tmndec.h"

ycbcr2rgb.v

// -------------------------------------------------------------------- // Copyright (c) 2005 by Terasic Technologies Inc. // -------------------------------------------------------------------- /

ycbcr2rgb.v

// -------------------------------------------------------------------- // Copyright (c) 2005 by Terasic Technologies Inc. // -------------------------------------------------------------------- /

rgb2gif.html

rgb2gif Go to index page.

gif2rgb.html

gif2rgb Go to index page.

gif2rgb.c

/***************************************************************************** * "Gif-Lib" - Yet another gif library. * * * * Written by: Gershon Elber Ver 0.1, Jul. 1989

rgb2gif.c

/***************************************************************************** * "Gif-Lib" - Yet another gif library. * * * * Written by: Gershon Elber Ver 0.1, Jun. 1991

ycbcr2rgb.v

// -------------------------------------------------------------------- // Copyright (c) 2005 by Terasic Technologies Inc. // -------------------------------------------------------------------- /

rgb2gray.m

function [d]=rgb2gray(e); a=imread('im2.bmp'); b=double(a); c=rgb2hsv(b); d=c(:,:,3); d=d(1:400,1:400);