代码搜索结果

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

colorname.c

/* * Parse rgb.txt file and return color by name */ #include "nxlib.h" #include #include #define ISBLANK(c) ((c) == ' ' || (c) == '\t') #define ISDIGIT(c) ((c) >= '0' && (c)

代码23-2.txt

f=imread('peppers.png'); % 读入图像 f=rgb2gray(f); % 灰度转换 f=im2double(f); % 数据类型转换 % 使用垂直Sobel算子,自动选择阈值

hsv.c

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

hsv.c

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

dcrgb1.m

function res = rgb1(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 col

example.m

disp('First, I will demonstrate the image inpainting algorithm...') IM = imread('arm_dmg.bmp'); IM = rgb2gray(IM); %This is a gray-level image mask = imread('arm_mask.bmp'); param = struct('

yj10.m

load woman %调用MATLAB中Woman图像灰度值 figure(1); %画图 warning('off','MATLAB:dispatcher:InexactMatch'); aa=imread('44.jpg'); X=rgb2gray(aa); X=double(X); image(

contents.m

%Graph Analysis Toolbox %Version 1.0 27-May-2003 % %Generating filters for space-variant graphs. % contour2pdf - Function pdfImg=contour2pdf(img) inputs an RGB contour image with contours %

colorname.c

/* * Parse rgb.txt file and return color by name */ #include "nxlib.h" #include #include #define ISBLANK(c) ((c) == ' ' || (c) == '\t') #define ISDIGIT(c) ((c) >= '0' && (c)