代码搜索结果

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

color.js

/* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */ YAHOO.util.Color = new function() { // Adapted from http://www.easyrgb.com/math.html // hsv values = 0 - 1 // rgb valu

color.js

/* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */ YAHOO.util.Color = new function() { // Adapted from http://www.easyrgb.com/math.html // hsv values = 0 - 1 // rgb valu

sumarize11_6_3.m

%载入图像 load trees %RGB转换为灰度图 I = ind2gray(X,map); imshow(I) %指定特定区域,并进行填充 I2 = roifill; imshow(I2)

test_rgbimg.py

# Testing rgbimg module import rgbimg, os, uu from test_support import verbose, unlink, findfile class error(Exception): pass print 'RGBimg test suite:' def testimg(rgb_file, raw_file): r

color.js

/* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */ YAHOO.util.Color = new function() { // Adapted from http://www.easyrgb.com/math.html // hsv values = 0 - 1 // rgb valu

color.js

/* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */ YAHOO.util.Color = new function() { // Adapted from http://www.easyrgb.com/math.html // hsv values = 0 - 1 // rgb valu

msmpeg.cpp

// msmpeg.cpp : Defines the entry point for the DLL application. // #include "stdafx.h" #include "msmpeg.h" #include "avcodec.h" #include "../yuv2rgb.h" BOOL APIENTRY DllMain( HANDLE hModule

detreeexp41.m

global data textdata x y j load balance-scale %% 作散点图 gscatter(data(:,1), data(:,2), textdata(:,1),'rgb','osd'); xlabel('Left-distance'); ylabel('Right-distance'); linclass = classify(da

alphacolor.java

package javax.tv.graphics; public class AlphaColor extends java.awt.Color { private int alpha; private int rGB; public AlphaColor(float r, float g, float b, float a) { super(r, g, b);

sumarize11_6_3.m

%载入图像 load trees %RGB转换为灰度图 I = ind2gray(X,map); imshow(I) %指定特定区域,并进行填充 I2 = roifill; imshow(I2)