代码搜索结果

找到约 5,749 项符合 RGB 的代码

rgb.h

// RGB.h : main header file for the RGB application // #if !defined(AFX_RGB_H__AAA2AAD3_E044_4C08_8789_E972CEC16E7C__INCLUDED_) #define AFX_RGB_H__AAA2AAD3_E044_4C08_8789_E972CEC16E7C__INCLUDED_

rgb.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################

readme.txt

======================================================================== MICROSOFT FOUNDATION CLASS LIBRARY : RGB ========================================================================

showmask.m

function RGB=showmask(V,M,display_flag); % showmask(V,M); % % M is a nonneg. mask % Jianbo Shi, 1997 V=V-min(V(:)); V=V/max(V(:)); V=.25+0.75*V; %brighten things up a bit M=M-min(M(:)); M=M/max(M(:)

w3cam.css

/* w3cam example CSS style file */ BODY { background: #f0f0f0; color: #0f0f0f; margin-top: 0.4em; margin-left: 0.2em; } A { text-decoration: underline; } A:link { color: rgb(040,040,238) } A:

gfun.cpp

#include "StdAfx.h" DWORD GetChatColor(BYTE bIdx) { DWORD dwClr = 0; switch ( bIdx ) { case _CHAT_COLOR1: dwClr = RGB( 0, 0, 0); break; case _CHAT_COLOR2: dwClr = RGB( 10, 1

webfxapi.css

/* This style sheet is used for WebFX Api pages */ a.helpLink, a.helpLink:hover { color: rgb(0,66,174); border-bottom-color:rgb(0,66,174); } .help-tooltip { width: auto; } .help-tooltip

webfxlayout.css

/* bright: rgb(234,242,255); normal: rgb(120,172,255); dark: rgb(0,66,174); */ /* import menu css */ /* @import "dhtml/xmenu/xmenu.css"; */ #webfx-about { position: absolute; bac

cmrgbheader.h

/* * RGB file header * * Contains the definition of an IRIS RGB FILE header */ #ifndef CMRGBHEADER_H #define CMRGBHEADER_H typedef struct { short int magic; /* IRIS image file magic

example4_8.m

RGB=imread('flowers.tif'); [x,y,z]=sphere; %定义球面 warp(x,y,z,RGB)