代码搜索结果
找到约 8,819 项符合
RGB 的代码
inpaint.m
clf
colormap(gray)
%I = zeros(100,200);
%I(40:60,50:150)=255;
%I=255-I;
I = imresize(double(rgb2gray(imread('test.bmp')))/255,0.4);
M = logical(roipoly(I));
%M = logical(zeros(50,50));
clcd.c
#include
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\clcd.h"
#include "..\inc\def.h"
void Lcd_PutPixel(int x,int y,U8 rgb);
void DrawLine(void);
unsigned
带按钮的活动图片.txt
第一步:拷贝下面的代码到你的html文件的和之间:
video.h
#ifndef __video
#define __video
#include
#include
#include
#include
#include
#define RGB(r,g,b) (((r)/8)*2048+((g)/4)*32+(b)/8)
int Graph_M
changelog.txt
27.12.2001
- released 0.7.2
- w3cam.cgi: added default input in the gui mode
- added new option "bgr=1" to swap RGB24 to BGR24
- fixed v4l.c:v4l_set_input() for the ov511 driver
11.11.2001
- add
se_main.c
#include
#include
#include
#define WIN_X 400
#define WIN_Y 300
#define BKS_NUM 50
#define BKS_C RGB(160,160,160)
#define BKS_SMN 0.1
#define BK
libmpeg3.h
#ifndef LIBMPEG3_H
#define LIBMPEG3_H
#ifdef __cplusplus
extern "C" {
#endif
#include "mpeg3private.h"
/* Supported color models for mpeg3_read_frame */
#define MPEG3_RGB565 2
#define MPEG3_BGR888
wingdi.h
#ifndef _WINGDI_H
#define _WINGDI_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif
#define WINGDIAPI
#define BI_RGB 0
#define BI_RLE8 1
#define BI_RLE4 2
#d
wingdi.h
#ifndef _WINGDI_H
#define _WINGDI_H
#ifdef __cplusplus
extern "C" {
#endif
#define WINGDIAPI
#define BI_RGB 0
#define BI_RLE8 1
#define BI_RLE4 2
#define BI_BITFIELDS 3
#define LF_FACESIZE 32
#define
带按钮的活动图片.txt
第一步:拷贝下面的代码到你的html文件的和之间: