代码搜索结果

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

makebmp.c

/* * Copyright (c) 1999 Greg Haerr * * Framebuffer data to .bmp file converter * * 10/4/1999 g haerr */ #include #include #define BI_RGB 0L #define BI_R

snap_jpg.c

/* * snap_jpg - screen snapshot for Nano-X, jpeg format */ #include #include #include #include #include #include /* create RGB color

makebmp.c

/* * Copyright (c) 1999 Greg Haerr * * Framebuffer data to .bmp file converter * * 10/4/1999 g haerr */ #include #include #define BI_RGB 0L #define BI_R

snap_jpg.c

/* * snap_jpg - screen snapshot for Nano-X, jpeg format */ #include #include #include #include #include #include /* create RGB color

burstcapt.py

import sys import sv, SV import gl, GL, DEVICE def main(): format = SV.RGB8_FRAMES requestedwidth = SV.PAL_XMAX queuesize = 30 if sys.argv[1:]: queuesize = eval(sys.argv[1]) v = sv.OpenVideo(

13-4.html

for语句 for(var i=0;i

main.c

#include #include #include "Target\44blib.h" #include "lcdtest\lcd.h" //extern const INT8U Bitmaparray[][76800];//320*240的RGB图片=>BmpArray.c void * function[][2]= { (

car_matlab.m

I=imread('Car.jpg'); [y,x,z]=size(I); myI=double(I); %%%%%%%%%%% RGB to HSI %%%%%%%% tic % 测定算法执行的时间,开始计时 %%%%%%%%%%% 统计分析 %%%%%%%%%%%%%%% %%%%%%%% Y 方向 %%%%%%%%%% Blue_y=zeros(y,1); for i=1

s6d0118 d.c

#include #include #define DisplayCol 220 //com 320 #define DisplaySeg 176 //240*RGB #define _BUS P1 sbit _WR=P3^3; sbit _RS=P3^4; sbit _C

dc.h

#ifndef _DC_H_ #define _DC_H_ //#include "image.h" #include "miscfunc.h" #include "shared.h" //#define NTSC 1 // remove this line to enable PAL support #define RGB565(r, g, b) ((r >> 3)