代码搜索结果

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

example35_figure.m

%bp3_figure:to look the figure of input&output %============== %============== [name,path]=uigetfile('*.bmp'); pathname=strcat(path,name); I=imread(pathname); b=rgb2gray(I); b1=imnoise(b,

example57_2.m

figure('name','简单的形状识别','numbertitle','off'); clc; %%%%%%%%%%%%%%%%%%%%%%%%%%% a=imread('example57Re2.bmp'); p=rgb2gray(a); for i=1:128 for j=1:128 if p(i,j)>130

tft_lcd.c

/************************************** TFT_LCD--FG050605DNCWAG01 (320 x R,G,B x 234) dot 16 bits per dot --RGB 565 Pixel clock Frequency(Tclk) --6.25MHZ Vertical period(Tvp) -

examples.txt

- Examples to load, make and save a nii struct: To load Analyze data or NIFTI data to a structure: nii = load_nii(NIFTI_file_name, [img_idx], [old_RGB24]); img_idx is a numerical array

hsv.c

#define mid( a, b, c ) \ ( a >= b && a = a && b

load_nii_img.m

% Load NIFTI dataset body after its header is loaded using load_nii_hdr. % % Usage: [img,hdr] = ... % load_nii_img(hdr,filetype,fileprefix,machine,[img_idx],[old_RGB]); % % Where: [h

examples.txt

- Examples to load, make and save a nii struct: To load Analyze data or NIFTI data to a structure: nii = load_nii(NIFTI_file_name, [img_idx], [old_RGB24]); img_idx is a numerical array