代码搜索结果

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

filterrgb.html

Filtering the RGB Values in an Image (Java Developers Almanac Example)

vga24_2.asm

;----------------------------vga.asm-------------------------------- ; Modified for CIRRUS bank set and rgb input values 12/30/92 ; ; Title: vga.asm ren vga41.asm ren vga24.asm by Don Lewis ; D

dcrgb0.m

function res = rgb(n) % - utility program for selecting plot colors while (n>10) n = n - 10; end % build cell-array of colors to choose from: colors{1} = [0 0 1]; % blue colo

color_hsb.htm

Converting Between RGB and HSB Colors (Java Developers Almanac Example)

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

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

第八章2.txt

void CEx_TreeView::OnInitialUpdate() { CTreeView::OnInitialUpdate(); CTreeCtrl& treeCtrl = GetTreeCtrl(); m_ImageList.Create(16, 16, ILC_COLOR8|ILC_MASK, 2, 1); m_ImageList.SetBkColor( RGB(