代码搜索结果
找到约 8,819 项符合
RGB 的代码
rgb2yuv.c
//颜色空间转换为色度空间的函数代码
#include "stdio.h"
#include "stdlib.h"
#include "rgb2yuv.h"
static float RGBYUV02990[256], RGBYUV05870[256], RGBYUV01140[256];
static float RGBYUV01684[256], RGBYUV03316[256];
sta
rgb2yuv.h
int RGB2YUV (int x_dim, int y_dim, void *bmp, void *y_out, void *u_out, void *v_out);
yuv2rgb.c
/************************************************************************
*
* yuv2rgb.c, colour space conversion for tmndecode (H.263 decoder)
*/
#include "config.h"
#include "tmndec.h"
yuv2rgb.h
/**************************************************************************
* *
* This code has been developed by Andrea Graz
rgb12bppimageiter.h
//
// Class for indexing of a 12-bpp RGB image.
// Using [R,G,B] gets red, green, blue values.
// Using ++ advances to next pixel.
// End() tests for end.
// Note that this class does not provide
rgb2hsv.h
//
// Rgb2Hsv.h
// Pipeline stage converts a color image to hue, saturation, value
//
// Copyright (C) 2003, 2006 by Jon A. Webb (Contact via GMail; username is jonawebb)
//
// This library is
rgb2hsv.cpp
//
// Rgb2Hsv
// Converts an input color image into an output hue, saturation, value image.
// This code is directly derived from http://www.cs.rit.edu/~ncs/color/t_convert.html.
//
// Copyri
rgb_4p.c
/*
* Copyright (C) 2003 Samsung Electronics
SW.LEE
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Genera