代码搜索结果
找到约 8,819 项符合
RGB 的代码
dvbcolor.java
package org.dvb.ui;
public class DVBColor extends javax.tv.graphics.AlphaColor {
private int alpha;
private int rGB;
public DVBColor(float r, float g, float b, float a) {
super(r
colorfilter.java
// ColorFilter.java
// ColorFilter is an Java2DImageFilter that alters the
// RGB color bands in a BufferedImage.
package com.deitel.advjhtp1.java2d;
// Java core packages
import java.awt.imag
colorfilter.java
// ColorFilter.java
// ColorFilter is an Java2DImageFilter that alters the
// RGB color bands in a BufferedImage.
package com.deitel.advjhtp1.java2d;
// Java core packages
import java.awt.imag
colorfilter.java
// ColorFilter.java
// ColorFilter is an Java2DImageFilter that alters the
// RGB color bands in a BufferedImage.
package com.deitel.advjhtp1.java2d;
// Java core packages
import java.awt.imag
makefile
#
# Makefile for the new PNX4008 framebuffer device driver
#
obj-$(CONFIG_FB_PNX4008_DUM) += sdum.o
obj-$(CONFIG_FB_PNX4008_DUM_RGB) += pnxrgbfb.o
oslogo.h
/* GIMP header image file format (RGB): eros/src/base/sys/console/oslogo.h */
static unsigned int width = 225;
static unsigned int height = 94;
/* Call this macro repeatedly. After each use, the
yuv_vs_quant.txt
RGB -> YUV
introduces error just like a quantizer
(actually you could make it lossless with YUV_EXTRA == 4 ,
but thats add four nearly-random bits !)
so, compare on the beam1.128x3 te
svgrab24.c
/*
* svgrab24 - Grab the current video input image into an rgb file.
*
* Jack Jansen, CWI, May 93.
*
* Adapted from grabone.c
*/
#ident "$Revision: 1.1.1.1 $"
#include
#include
detreeexp31.m
global data textdata numobs bad
load ant
%% 作散点图
gscatter(data(:,1),data(:,2),textdata(:,1),'rgb','osv');
xlabel('Head-Width(毫米)');
ylabel('Weight(毫克)');
linclass = classify(data(:,1:2),
timgfilterluma.cpp
/*
* Copyright (c) 2002-2006 Milan Cutka
* luminance gain and offset based on DVD2AVI source code
* fast gamma correction by Michael Herf (http://www.stereopsis.com)
* RGB gamma correction wor