代码搜索结果

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

qsnr8.m

clear rgb=imread('g:\pp.bmp','bmp'); pic=imresize(rgb,[64 64]); st=zeros(1,4096); for i=0:63 for j=0:63 st(1,i*64+j+1)=pic(i+1,j+1); %str(1,(64*(i-1)+j))=pic(i,j); end end

tmp.m

function result=tmp(image1,image2); if size(image1,3)==3 image1=rgb2gray(image1); end if size(image2,3)==3 image2=rgb2gray(image2); end % check which one is target and which one i

projtan.m

clc; clear all; close all; base_image= imread('projlab1.jpg'); base_image1=rgb2gray(base_image); base_image2=double(base_image1); base_image3 = imread('projlab2.jpg'); base_image4=rgb2gray(base

projsiyah.m

clc; clear all; close all; base_image= imread('projlab1.jpg'); base_image1=rgb2gray(base_image); base_image2=double(base_image1); base_image3 = imread('projlab2.jpg'); base_image4=rgb2gray(base

volkanfazkorelasyonu.m

clc; clear all; close all; base_image= imread('projlab1.jpg'); base_image1=rgb2gray(base_image); base_image2=double(base_image1); base_image3 = imread('projlab2.jpg'); base_image4=rgb2gray(base

render.h

#ifndef _RENDER_H_ #define _RENDER_H_ /* Pack RGB data into a 16-bit RGB 5:5:5 format */ #define MAKE_PIXEL(r,g,b) (((r 3) & 0x001F)) /* Used

波浪文字.htm

彩灯波浪文字 '设置显示样式

vb_fun87b.dat

语法 ---- RGB(red, green, blue) RGB 函数的语法含有以下这些命名参数: 部分 描述 red 必要参数;Variant (Integer).数值范围从 0 到 255,表示颜色的红色成份. green 必要参数;Variant (Integer).数值范围从 0 到 255,表示颜色的绿色成份. blue 必要

vb_fun87b.dat

语法 ---- RGB(red, green, blue) RGB 函数的语法含有以下这些命名参数: 部分 描述 red 必要参数;Variant (Integer).数值范围从 0 到 255,表示颜色的红色成份. green 必要参数;Variant (Integer).数值范围从 0 到 255,表示颜色的绿色成份. blue 必要

tmc.m

function result=tmc(image1,image2) if size(image1,3)==3 image1=rgb2gray(image1); end if size(image2,3)==3 image2=rgb2gray(image2); end % check which one is target and which one is t