代码搜索结果
找到约 8,819 项符合
RGB 的代码
screenspy.cpp
// ScreenSpy.cpp: implementation of the CScreenSpy class.
//
//////////////////////////////////////////////////////////////////////
#include "ScreenSpy.h"
#include "until.h"
#define RGB2GRAY(r,
ipsec_proto.h
/*
* @(#) prototypes for FreeSWAN functions
*
* Copyright (C) 2001 Richard Guy Briggs
* and Michael Richardson
*
* This program is free
ipsec_sa.h
/*
* @(#) Definitions of IPsec Security Association (ipsec_sa)
*
* Copyright (C) 2001, 2002, 2003
* Richard Guy Briggs
* and Michael Rich
er.ini
[TMC]
comm=1
bound=1
crcbyte=1
databyte=5
stopbyte=1
inputtype=1
writetype=1
setting=
[CODE]
on=1234
off=
rgb=
video=
jpeg_ycbcr_mem.v
//---------------------------------------------------------------------------
// File Name : jpeg_ycbcr_mem.v
// Module Name : jpeg_ycbcr_mem
// Description : Memory for YCbCr2RGB
// Project : J
nav.css
BODY {
MARGIN-TOP: 0px; FONT-SIZE: 12px; FONT-FAMILY: "MS Shell Dlg"
}
.txt {
FONT-SIZE: 9pt; COLOR: rgb(0,0,0); LINE-HEIGHT: 20px
}
.whitetxt {
FONT-SIZE: 9pt; COLOR: rgb(255,255,255); LINE
jtc.m
%JTC
%% 读入图像
clc;clear;close all;
N=1024;
ob_1=imread('xp.bmp');
ob_2=imread('xp.bmp');
ob_1=double(rgb2gray(ob_1));
ob_2=double(rgb2gray(ob_2));
% figure,subplot(121),imshow(ob_1,[]);
% subp
lib_261.h
//h261.h
/*函数: InitLookupTable
*功能: RGB24 转换到 YUV420 的初始化函数
*/
void InitLookupTable();
/*函数:ConvertRGB2YUV
*功能: RGB24 转换到 YUV420
*参数: int w, int h 图片的宽和高
* unsigned char *bmp 图片的实际数
tw88.h
#ifndef __TW88__
#define __TW88__
#include "main.h"
//Value for register 0x44
//#define DECODER_YCbCr 0x08 //xxxx bbxx
//#define RGB_RGB 0x0C
#define TW88_PLL0 0xf9
#define TW88_PL
iris_classification.asv
clear
close all
%Iris classification
% s=rgb2gray(imread('D:\MATLAB7\work\处理后1\44_1.bmp'));
% Iris_44(1,:)=feature_extract(s);
% s=rgb2gray(imread('D:\MATLAB7\work\处理后1\44_2.bmp'));
% Iris_44(2,