代码搜索结果
找到约 5,749 项符合
RGB 的代码
blndma.c
//=============================================================
// 文件名称: BLNDMA.c
// 功能描述: 实现数据由YUV向RGB转换
// 维护记录: 2007-8-13 by liuxue created
//===================================================
bitmap.c
//======================================================
// 文件名称: BitMap.c
// 功能描述: 位图处理
// 维护记录: 2007-02-09 v1.0 by lijian
// 注意事项: 该程序中涉及到的数据类型需要根据平台确定
// 其中,COLOR类型为无符号16bit数据类型
// RGB(
main.c
/****************************************************
*名 称: RGB测试文件 *
*功 能: RGB三种颜色输出 *
*备 注: 2011.1.26 *
贞明电子:http://shop58972409.taobao.com * *
*****************
rgb2graykpm.m
function g = rgb2grayKPM(rgb)
% function g = rgb2grayKPM(rgb)
% rgb2grayKPM Like the built-in function, but if r is already gray, does not cause an error
[nr nc ncolors] = size(rgb);
if ncolors
jpegfile.h
////////////////////////////////////////////////////////////
//
// JpegFile - A C++ class to allow reading and writing of
// RGB and Grayscale JPEG images. (actually, it reads all forms
// that th
jpegfile.cpp
////////////////////////////////////////////////////////////
// JpegFile - A C++ class to allow reading and writing of
// RGB and Grayscale JPEG images.
// It is based on the IJG V.6 code.
//
//
rgb.h
static struct _RGBconvert {
int red;
int green;
int blue;
}RGBconvert[216] = {
{ 0,34560,0},
{ 0,43776,0},
{ 0,53248,0},
{ 0,62464,0},
{ 0,65280,0},
{ 768,6528
t.c
#include
#include
#include
#include "math.h"
#include "RGB.h"
char *Cptr;
int val[256];
main()
{
FILE *Ip;
FILE *Op;
int j,k=0,i;
char *filename="/home2/H263/orig/tmn
jpegfile.h
////////////////////////////////////////////////////////////
//
// JpegFile - A C++ class to allow reading and writing of
// RGB and Grayscale JPEG images. (actually, it reads all forms
// that th
jpegfile.cpp
////////////////////////////////////////////////////////////
// JpegFile - A C++ class to allow reading and writing of
// RGB and Grayscale JPEG images.
// It is based on the IJG V.6 code.
//
//