代码搜索结果
找到约 8,819 项符合
RGB 的代码
kegelog.txt
- 5/30/2000
* Wall, floor and ceiling lighting is now done only by changing the RGB, and leave the alpha to full,
wich makes everything brighter. (looks pretty close to software now)
- 5/13/200
som_normcolor.m
function color = som_normcolor(data, clrmap)
%SOM_NORMCOLOR RGB values of indexed colors for a given dataset and colormap
%
% color = som_normcolor(data, [clrmap])
%
% color = som_normcolor(data)
color-setrgb.swf.trace
Test the that setRGB(0x14283C) does the correct thing
rgb: 1321020
ra: 0
rb: 20
ga: 0
gb: 40
ba: 0
bb: 60
aa: 100
ab: 0
resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by YCrCb2RGB.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
readme
Template project for MSP430-4619LCD development boards
Features:
- LCD handling: writing text to display with LCD_printf(), displaying RGB
bitmaps...
- SD card and DOS filesystem handling: creating,
char1.m
%% Character Recognition Example (I):Image Pre-processing
%% Manual Cropping
img = imread('sample.bmp');
imshow(img)
imgGray = rgb2gray(img);
imgCrop = imcrop(imgGray);
imshow(imgCrop)
%%
chromadist.m
function [cb, cr] = ChromaDist(filename)
% return the chromatic components of the image
% low pass filtering is carried out to remove noise
im = imread(filename);
imycc = rgb2ycbcr(im);
lpf = 1/9 *
代码19-6.txt
I = imread('sample4.jpg'); % 读入图像
I=rgb2gray(I); % 图像灰度转换
figure; % 新建窗口
imshow(I); % 显示原始图像
title('Original Image');
第2.7.2节中的代码.txt
I = ipexpropsSynthesizeImage;
imshow(I)
title('Synthetic Image') %
BW = I > 0;
L = bwlabel(BW);
imshow(label2rgb(L))
title('Label Matrix') %
s = regionprops(L, I, {'Centroid','WeightedCent
som_normcolor.m
function color = som_normcolor(data, clrmap)
%SOM_NORMCOLOR RGB values of indexed colors for a given dataset and colormap
%
% color = som_normcolor(data, [clrmap])
%
% color = som_normcolor(data)