代码搜索:RGB

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

代码结果 8,819
www.eeworm.com/read/344519/11875079

h gblblit.h

#ifndef __GBLENDER_BLIT_H__ #define __GBLENDER_BLIT_H__ #include "gblender.h" /* * blitting interface * */ typedef enum { GBLENDER_SOURCE_GRAY8 = 0, GBLENDER_SOURCE_HRGB, GBLENDER_SOURC
www.eeworm.com/read/344060/11910778

c convertcolor.c

/**************************************************************************************** * 文件名:CONVERTCOLOR.C * 功能:颜色值转换程序。 * 作者:黄绍斌 * 日期:2004.02.26 * 备注: **************************************
www.eeworm.com/read/343370/11953858

txt pc_xga.txt

CODE struct _PCMDATA PCMDATA[] = { //=========================================================================================================== // PC mode Table for XGA Panel
www.eeworm.com/read/343370/11953882

txt pc_svga.txt

CODE struct _PCMDATA PCMDATA[] = { //=========================================================================================================== // PC mode Table for SVGA Panel
www.eeworm.com/read/153658/12014396

h grab-ng.h

/* * next generation[tm] xawtv capture interfaces * * (c) 2001-03 Gerd Knorr * */ #include #include //#include "devices.h" //#include "list.h" ex
www.eeworm.com/read/255862/12052111

c camif.c

/************************************************************ File Name : camif.c Descriptions -S3C2440 camera test routines & basic libraries History - July 23, 2003. Draft Version 0.0 by purn
www.eeworm.com/read/341648/12074690

c camif.c

/************************************************************ File Name : camif.c Descriptions -S3C2440 camera test routines & basic libraries History - July 23, 2003. Draft Version 0.0 by purn
www.eeworm.com/read/341363/12089787

m yuan.m

function [X0,Y0,R]=Yuan(rgb) %定义函数,获得圆形区域的圆心坐标及半径 r=rgb(:,:,1); g=rgb(:,:,2); b=rgb(:,:,3); I=0.59*r+0.11*g+0.3*b; %像素亮度计算公式 I=uint8(I); [Height,Width]=size(I); Thre=46; %预设阈值 for Row1=1:(
www.eeworm.com/read/254229/12154947

c convertcolor.c

/**************************************************************************************** * 文件名:CONVERTCOLOR.C * 功能:颜色值转换程序。 * 作者:黄绍斌 * 日期:2004.02.26 * 备注: **************************************
www.eeworm.com/read/340023/12187265

c camif.c

/************************************************************ File Name : camif.c Descriptions -S3C2440 camera test routines & basic libraries History - July 23, 2003. Draft Version 0.0 by purn