代码搜索结果
找到约 8,819 项符合
RGB 的代码
color me less.cpp
#include
#include
#include
#include
using namespace std;
struct RGB
{
int red;
int green;
int blue;
};
#ifdef DEBUG
int compare_red(const void
color me less.cpp
#include
#include
#include
#include
using namespace std;
struct RGB
{
int red;
int green;
int blue;
};
#ifdef DEBUG
int compare_red(const void
colors.rh
#define RGB_Black \
RGB(0x0, 0x0, 0x0)
#define RGB_White \
RGB(0xFF, 0xFF, 0xFF)
#define RGB_Red \
RGB(0xFF, 0x99, 0x99)
#define RGB_Green \
RGB(0x7D, 0xE6, 0x7D) // Orig. = RGB(0xCC, 0xF
代码6-2.txt
YIQ = rgb2ntsc(RGB);
I = YIQ(:,:,1);
imshow(I);
figure15.m
RGB=imread('flowers.tif');
figure(1);
imshow(RGB);
figure(2);
Y=rgb2gray(RGB);
imshow(Y);
代码18-2.txt
RGB1 = imread('football.jpg'); % 读入图像
RGB2 = imadjust(RGB1,[.2 .3 0; .6 .7 1],[]); % 色彩对比度增强
imshow(RGB1), figure, imshow(RGB2) % 显示原始图像和处理后的图像
yuv2rgb_mlib.h
#ifndef YUV2RGB_MLIB_H_INCLUDED
#define YUV2RGB_MLIB_H_INCLUDED
/* Ogle - A video player
* Copyright (C) 2000, 2001 Bj鰎n Englund, H錵an Hjort
*
* This program is free software; you can redistribute
yuv2rgb_mmx.h
#ifndef YUV2RGB_MMX_H_INCLUDED
#define YUV2RGB_MMX_H_INCLUDED
/*
* yuv2rgb_mmx.h, YUV to RGB coverter using MMX.
*
*
* Copyright (C) 2000, Franck Sicard
* All R
yuv2rgb_mmx.c
/*
* yuv2rgb_mmx.c, YUV to RGB coverter using MMX.
*
*
* Copyright (C) 2000, Franck Sicard
* All Rights Reserved.
*
* This file is part of mpeg2_video, a fre
yuv2rgb_mlib.c
/* Ogle - A video player
* Copyright (C) 2000, 2001 H錵an Hjort
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as pu