代码搜索结果

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

zhenggai.txt

I=imread('304df6d5.jpg'); Y=rgb2gray(I); figure(1);imshow(Y); title('灰度图象'); a=0.4; f=double(Y); d0=4; b=fft2(f); b=fftshift(b); [X,Y]=size(b); m=fix(X/2); n=fix(Y/2); for i=1:X for

nn1f.m

function s=nn1f(in) % 将32*32的样本图像变为1024*1的灰度向量 a=imread(in); b=rgb2gray(a); b=double(b); [length,width]=size(b); b1=mat2gray(b); % 0为黑 1为白 Convert matrix to intensity image. s=reshape(b1

bf.m

function I=BF(I, CirPara) %在图象上标住一个红色圆心和绿色的圆轮廓 Im=imread('D:\MATLAB7\work\111.jpg');%彩色图象类型 I=rgb2gray(Im); CirPara=[111,72,30]; % % %I=BF(I, CirPara); %I=imread('D:\MATLAB7\work\coins.png');%

vector.h

// Vector.h: interface for the CVector class. // // 说明: // 功能: 三维向量类 // 用于描述空间点,RGB颜色值等 // 创建时间: 2004.5 // 作者: 悦鑫 0004170140 // 目的: 南京理工大学毕业设计 基于光线跟踪算法的场景绘制研究 // 参考书目:

manual_common_problems.html

MySQL中文参考手册- 19 用MySQL解决一些常见问题

manual_common_problems.html

MySQL中文参考手册- 19 用MySQL解决一些常见问题

fourled.asm

nop MOV 40H,#10 MOV 39H,#3 MOV 37H,#2 MOV 38H,#2 MOV P3,#0FFH MOV P1,#0FFH LOOP1: LCALL YS5M ;;;;;;;;;;;;P1:BGRBGR-2-1 MOV P1,#00H;RGB

manual_common_problems.html

MySQL中文参考手册- 19 用MySQL解决一些常见问题

srgb.c

#include "IIC.H" #include "Scaler.H" #include "MyDef.H" #include "RAM.H" #include code int rgb2yuv[3][3]={ { 0x041B, 0x0810, 0x0191 }, { -0x025F, -0x04A7, 0x0707 }, { 0x070

app.m

function appmain I=imread('LenaRGB.bmp');%读取图像 yiq=rgb2ntsc(I); my=[16 11 10 16 24 40 51 61;12 12 14 19 26 58 60 55; 14 13 16 24 40 57 69 56;14 17 22 29 51 87 80 62; 18 22 37 56 68 109 103 77;2