代码搜索结果

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

ipsec_eroute.h

/* * @(#) declarations of eroute structures * * Copyright (C) 1996, 1997 John Ioannidis. * Copyright (C) 1998, 1999, 2000, 2001 Richard Guy Briggs * Copyright (C) 2001

ipsec_proc.c

/* * @(#) /proc file system interface code. * * Copyright (C) 1996, 1997 John Ioannidis. * Copyright (C) 1998, 1999, 2000, 2001 Richard Guy Briggs *

water.cpp

#include "StdAfx.h" CWater::CWater() { Init(RGB(220, 220, 220)); } CWater::~CWater() { } VOID CWater::Init(DWORD dwLightColor) { m_dwLightColor = dwLightColor; m_bShowFog = F

ipsec_proc.c

/* * @(#) /proc file system interface code. * * Copyright (C) 1996, 1997 John Ioannidis. * Copyright (C) 1998, 1999, 2000, 2001 Richard Guy Briggs *

ipsec_eroute.h

/* * @(#) declarations of eroute structures * * Copyright (C) 1996, 1997 John Ioannidis. * Copyright (C) 1998, 1999, 2000, 2001 Richard Guy Briggs * Copyright (C) 2001

skinedit.cpp

#include "Stdafx.h" #include "SkinEdit.h" ////////////////////////////////////////////////////////////////////////// //宏定义 #define DEF_FOCUSTX_COLOR RGB(255,0,0) //默认颜色 #define DEF_FO

chromadist.m

function [cb, cr] = ChromaDist(filename) % return the chromatic components of the image % low pass filtering is carried out to remove noise im = imread(filename); imycc = rgb2ycbcr(im); lpf =

identifyingroundobjects.m

%Identifying Round Objects %Your goal is to classify objects based on their roundness using %bwboundaries, a boundary tracing routine. %Step 1: Read image RGB = imread('pillsetc.png'); imshow(R

img32operations.h

#pragma once #include // MMX, SSE, SSE2 intrinsic support // Image processing operations with 32 bits per pixel RGB image // // For each image processing operation there are