代码搜索结果

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

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

listing7-08_polish.css

/* This file designs the application of Listing 7-6. Store this file at resources/polish.css. */ colors { bgColor: #eef1e5; highlightedBgColor: #848f60; fontColor: rgb( 30, 85, 86

contour2pdf.m

function pdfImg=contour2pdf(img) %Function pdfImg=contour2pdf(img) inputs an RGB contour image with contours %of different grayscale and (possibly) a red spot indicating a blind area. %Function output

rgbimg2vals.m

function vals=rgbimg2vals(img,normFlag) %Function vals=rgbimg2vals(img,normFlag) inputs an RGB image and %outputs an Nx3 vector of vals % %Inputs: img - The image to be vectorized % norm

colorseg2bwsegsv.m

function outVals=colorseg2bwsegSV(vals) %Function outVals=colorseg2bwsegSV(vals) takes RGB values with a red %color segment outline and returns an image with a black segment outline %(i.e., suitable

test_device.txt

1.ekiga 2.mplayer: mplayer tv:// -tv driver=v4l2:width=640:height=480:fps=25:outfmt=rgb32:device=/dev/video0