代码搜索:RGB

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

代码结果 8,819
www.eeworm.com/read/249868/12465447

m 8-13.m

rgb=imread('lily.tif'); imshow(rgb); title('原始图像'); [X_no_dither,map]=rgb2ind(rgb,8,'nodither'); [X_dither,map]=rgb2ind(rgb,8,'dither'); figure, imshow(X_no_dither,map); title('没有抖动的变换图像'); fi
www.eeworm.com/read/148380/12471013

c cdic.c

#include #include #include #include extern u8 input_hz(u8 xsp,u8 ysp,u16 color,u16 bg,u8 len,char *word); extern void win_plate(char *tit,char *mes,u16
www.eeworm.com/read/248712/12545036

cpp xpbutton.cpp

// XPButton.cpp : implementation file // #include "stdafx.h" #include "XPButton.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif //////
www.eeworm.com/read/334943/12560741

m 8-13.m

rgb=imread('lily.tif'); imshow(rgb); title('原始图像'); [X_no_dither,map]=rgb2ind(rgb,8,'nodither'); [X_dither,map]=rgb2ind(rgb,8,'dither'); figure, imshow(X_no_dither,map); title('没有抖动的变换图像'); fi
www.eeworm.com/read/334554/12591944

h convertcolor.h

/**************************************************************************************** * 文件名:CONVERTCOLOR.H * 功能:颜色值转换程序。(头文件) * 作者:黄绍斌 * 日期:2004.02.26 * 备注: *********************************
www.eeworm.com/read/334338/12609531

h rgbcolor.h

///////////////////////////////////////////////////////////////////////////// // Copyright (C) 2000 by Michel Wassink // All rights reserved // // This is free software. // You may redistribute i
www.eeworm.com/read/146770/12613745

c control.c

#include "..\ucos-ii\includes.h" /* uC/OS interface */ #include "..\ucos-ii\add\OSaddition.h" #include "..\inc\drv\tchScr.h" #include "..\inc\maro.h" #define ROLLBUTTON_WIDTH 16 OS_ME
www.eeworm.com/read/146608/12635012

cpp dl_quant.cpp

// // This has been modified from Dennis Lee's original version // /* * DL1 Quantization * ================ * * File: dl1quant.c * Author: Dennis Lee E-mail: denlee@ecf.utoronto.ca
www.eeworm.com/read/238384/13889217

h convertcolor.h

/**************************************************************************************** * 文件名:CONVERTCOLOR.H * 功能:颜色值转换程序。(头文件) * 作者:黄绍斌 * 日期:2004.02.26 * 备注: *********************************
www.eeworm.com/read/135779/13900186

m example76.m

%%example76 %%training samples in=10; num=in; b0(:,1)=reshape(double(rgb2gray(img1)),32*32,1); b0(:,2)=reshape(double(rgb2gray(img2)),32*32,1); b0(:,3)=reshape(double(rgb2gray(img3)),32*32,1);