代码搜索结果

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

magellan

#!/bin/sh # # RCSID $Id: magellan,v 1.7 1999/04/06 04:54:36 rgb Exp $ # hmask=255.255.255.255 nmask0=0.0.0.0 nmask16=255.255.0.0 nmask24=255.255.255.0 nmask25=255.255.255.128 nmask28=255.255.255.240

103

#!/bin/sh # # RCSID $Id: 103,v 1.2 1999/04/06 04:54:32 rgb Exp $ # net1=192.168.3.0 net2=192.168.1.0 gw1=192.168.2.100 gw2=192.168.2.103 hmask=255.255.255.255 nmask=255.255.255.0 depmod -a modprobe

camera.h

#ifndef __CAMERA_H__ #define __CAMERA_H__ #include #include #include "fs_api.h" #define USE_YUV 1 //#define USE_RGB 1 #define QUAL_DEFAULT 80 /

pango-color-table.h

/* pango-color-table.h: Generated by gen-color-table.pl from rgb.txt * * Date: Fri Mar 4 23:40:25 2005 * * Do not edit. */ static const char color_names[] = "alice blue\0" "AliceBlue\0" "

edu_imgpreprocess.m

function img = edu_imgpreprocess(I) Igray = rgb2gray(I); Ibw = im2bw(Igray,graythresh(Igray)); Iedge = edge(uint8(Ibw)); se = strel('square',3); Iedge2 = imdilate(Iedge, se); Ifill=

edu_imgpreprocess.m

function img = edu_imgpreprocess(I) Igray = rgb2gray(I); Ibw = im2bw(Igray,graythresh(Igray)); Iedge = edge(uint8(Ibw)); se = strel('square',3); Iedge2 = imdilate(Iedge, se); Ifill=

go.m

pic=imread('group2.jpg', 'JPG'); gpic = sum(pic,3); %sum RGB %normalise gpic=img_norm(gpic); %a template face t = gpic(75:129, 1195:1234); t=img_norm(t); res = zeros(size(gpic)); f

179.htm

把TColor 换算为RGB的整数值

edge_check.m

%边缘检测程序 %穆军 2008年10月 % % im= imread('olympic.jpg'); % 由文件读取 image(im); % 显示图片 figure(2); % create the picture window bw= double(rgb2gray(im)); % transfer to double image(bw); %display the