代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/324902/13238504
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/239517/13274579
h decore.h
/**************************************************************************
* *
* This code has been developed by Andrea Graz
www.eeworm.com/read/137510/13318390
c 分光分色 .c
#include
#include
#include
unsigned char power=0;
unsigned int rgb[4];
unsigned char zx,th0=0xf9;
float rx=1,gx=1,bx=1;//红蓝系数
unsigned int x,y,z;
sbit R
www.eeworm.com/read/136209/13387879
txt 色彩的位数.txt
色彩的位数
--------------------------------------------------------------------------------
时间:2002-9-14 12:02:00 阅读889次
数位影像的色彩是经由位元(BIT)的计算和组合而来,单纯的 黑白图像是最简单的色彩结构,在电脑上用到1位元的资料,虽 说只有黑色和
www.eeworm.com/read/320458/13426699
cpp mine.cpp
// Mine.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Mine.h"
#include "MineDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static c
www.eeworm.com/read/319114/13459957
set 7660.set
[Sections]
AddReg=OVT.7660.Setting
[OVT.7660.Setting]
;this data is for check camera type, there are four data segment
;1. I2C subAddress,
;2. which register driver should read
;3. value mas
www.eeworm.com/read/313102/13596765
h colors.h
///////////////////////////////////////////////////////////////////
// Header : COLORS.H
//
// Purpose : Header providing 125 predefined COLORREF color
// definitions for MFC pro
www.eeworm.com/read/313102/13596775
h colors.h
///////////////////////////////////////////////////////////////////
// Header : COLORS.H
//
// Purpose : Header providing 125 predefined COLORREF color
// definitions for MFC pro
www.eeworm.com/read/313102/13596799
h colors.h
///////////////////////////////////////////////////////////////////
// Header : COLORS.H
//
// Purpose : Header providing 125 predefined COLORREF color
// definitions for MFC pro
www.eeworm.com/read/306228/13749035
cpp tools.cpp
//tools.cpp
#include "stdafx.h"
#include "tools.h"
///////////////////////////////////////////////////////////////////////////////
COLORREF HLS_TRANSFORM (COLORREF rgb, int percent_L, int percent_