代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/184769/9079901
c leaky-dash.c
/*
* Copyright © 2005 Red Hat, Inc.
*
* Permission to use, copy, modify, distribute, and sell this software
* and its documentation for any purpose is hereby granted without
* fee, provided that
www.eeworm.com/read/381628/9081076
psh adjustcontrast.psh
ps.1.4
;Used to rebias the results
def c1, 0.5, 0.5, 0.5, 1.0
;Load the texture
texld r0, t0
;Pull colors back to the center
add_sat r1, r0_bx2, c0
add_sat r2, -r0_bx2, c0
;choose the
www.eeworm.com/read/282438/9093528
h colorspace.h
/*****************************************************************************
*
* XVID MPEG-4 VIDEO CODEC
* - Colorspace related header -
*
* Copyright(C) 2001-2003 Peter Ross
www.eeworm.com/read/183171/9176242
cpp createpenview.cpp
// CreatePenView.cpp : implementation of the CCreatePenView class
//
#include "stdafx.h"
#include "CreatePen.h"
#include "CreatePenDoc.h"
#include "CreatePenView.h"
#ifdef _DEBUG
#defin
www.eeworm.com/read/183016/9180912
cpp richview.cpp
// RichView.cpp : implementation of the CRichView class
//
#include "stdafx.h"
#include "Rich.h"
#include "RichDoc.h"
#include "CntrItem.h"
#include "RichView.h"
#include "MainFrm.h"
#if
www.eeworm.com/read/182116/9217029
c readxpm.c
/* Zgv v3.1 - GIF, JPEG and PBM/PGM/PPM viewer, for VGA PCs running Linux.
* Copyright (C) 1993-1998 Russell Marks. See README for license details.
*
* readxpm.c - XPM loader.
*
* Since (as far a
www.eeworm.com/read/378041/9253085
m 9-10.m
RGB=reshape(ones(64,1)*reshape(jet(64),1,192),[64,64,3]);
%对数组进行整形变换,数组为 64×64×3
HSV=rgb2hsv(RGB);
%RGB色彩模型转换成HSV色彩模型,函数在下面的“颜色模型转换”中具体讲解
H=HSV(:,:,1);
S=HSV(:,:,2);
V=HSV(:,:,3);
%分别提取对应的色调、饱和
www.eeworm.com/read/377912/9257833
m ex622.m
%********************************************************
%程序:EX622.M
%功能:把一幅真彩图像转换为一个HSV模型空间对应的图像
%********************************************************
RGB=imread('pic001.jpg'); %将图像格式文件读入为M
www.eeworm.com/read/377912/9257846
m ex621.m
%********************************************************
%程序:EX621.M
%功能:利用warp函数将一幅真彩图像映射到球面上
%********************************************************
RGB1=imread('circles.jpg');
RGB2=imread('
www.eeworm.com/read/377912/9257860
m ex603.m
%********************************************************
%EX603.M
%功能:RGB图像显示
%********************************************************
RGB=imread('leaf.jpg'); %将图像格式文件读入为MATLAB图像对象数组数据
imag