代码搜索结果

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

views.cpp

#include "views.h" #include "canvas.h" #include "fft.h" #include "recorder.h" COLORREF MapColor (int s) { if ( s < 16 ) return RGB(0, 0, 128); else if ( s < 32) retu

111.ini

[TMC] bound=3 crcbyte=1 databyte=5 stopbyte=1 inputtype=0 writetype=4 setting= [CODE] on=12 off=13 rgb=14 video=15 [FILENAME] filepath=E:\FMMC\111.ini comm=1

17232.html

Given a RGB color value (e.g 255), how to get its red,green and blue values?(no text) Giv

views.cpp

#include "views.h" #include "canvas.h" #include "fft.h" #include "recorder.h" COLORREF MapColor (int s) { if ( s < 16 ) return RGB(0, 0, 128); else if ( s < 32) retu

example57_1.m

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

example57_3.m

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

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

example57_1.m

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

example57_3.m

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