代码搜索结果
找到约 8,819 项符合
RGB 的代码
sdl_getrgb.3
.TH "SDL_GetRGB" "3" "Tue 11 Sep 2001, 23:01" "SDL" "SDL API Reference"
.SH "NAME"
SDL_GetRGB\- Get RGB values from a pixel in the specified pixel format\&.
.SH "SYNOPSIS"
.PP
\fB#include "SDL\&.h"
.
p0804.m
I=imread('Car.jpg');
[y,x,z]=size(I);
myI=double(I);
%%%%%%%%%%% RGB to HSI %%%%%%%%
tic % 测定算法执行的时间,开始计时
%%%%%%%%%%% 统计分析 %%%%%%%%%%%%%%%
%%%%%%%% Y 方向 %%%%%%%%%%
Blue_y=zeros(y,1);
for
yuvtbl.h
#ifndef __YUV_TABLES_H__
#define __YUV_TABLES_H__
const u16 y_for_rgb[256] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 1,
mfc_render.h
#ifndef __SAMSUNG_SYSLSI_APDEV_SAMPLE_MFC_RENDER_H__
#define __SAMSUNG_SYSLSI_APDEV_SAMPLE_MFC_RENDER_H__
#define MFC_RENDER_SURFACE_TYPE_YV12 (0)
#define MFC_RENDER_SURFACE_TYPE_RGB565 (4)
yuvtbl.h
#ifndef __YUV_TABLES_H__
#define __YUV_TABLES_H__
const u16 y_for_rgb[256] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 1,
yuvtbl.h
#ifndef __YUV_TABLES_H__
#define __YUV_TABLES_H__
const u16 y_for_rgb[256] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 1,
4516827.c
/* APPLE LOCAL file 4516827 PR 26643 */
/* { dg-options "-std=c99 -O1" } */
/* { dg-do run } */
#include
extern void abort(void);
typedef union
{
long rgb;
struct
{
unsigned char unus
yuvtbl.h
#ifndef __YUV_TABLES_H__
#define __YUV_TABLES_H__
const u16 y_for_rgb[256] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 1,
divx.cpp
// Divx.cpp : Defines the entry point for the DLL application.
//
#include "stdafx.h"
#include "Divx.h"
#include "mp4_decoder.h"
#include "global.h"
//#include "yuv2rgb.h"
#include "decore.