代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/429061/8821583
c convertcolor.c
/****************************************************************************************
* 文件名:CONVERTCOLOR.C
* 功能:颜色值转换程序。
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:
**************************************
www.eeworm.com/read/429061/8821602
h convertcolor.h
/****************************************************************************************
* 文件名:CONVERTCOLOR.H
* 功能:颜色值转换程序。(头文件)
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:
*********************************
www.eeworm.com/read/428927/8828496
c jccolor.c
#define JPEG_INTERNALS
#include "jinclude.h"
#include "jpeglib.h"
/* Private subobject */
typedef struct {
struct jpeg_color_converter pub; /* public fields */
/* Private state for
www.eeworm.com/read/285520/8834139
cpp squaresdoc.cpp
// SquaresDoc.cpp : implementation of the CSquaresDoc class
//
#include "stdafx.h"
#include "SdiSquares.h"
#include "SquaresDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
st
www.eeworm.com/read/285058/8871845
h libmsdos.h
/* Copyright 2001, ESS Technology, Inc.
/* SCCSID @(#)libmsdos.h 1.8 04/25/02 */
/*
* $Log$
*/
/** EMULib Emulation Library *********************************/
/**
www.eeworm.com/read/428131/8892333
cpp squaresdoc.cpp
// SquaresDoc.cpp : implementation of the CSquaresDoc class
//
#include "stdafx.h"
#include "MdiSquares.h"
#include "SquaresDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
st
www.eeworm.com/read/428131/8893109
cpp squaresdoc.cpp
// SquaresDoc.cpp : implementation of the CSquaresDoc class
//
#include "stdafx.h"
#include "SdiSquares.h"
#include "SquaresDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
st
www.eeworm.com/read/186744/8912397
m face_test_luminance.m
Ori_Face=imread('E:\程序1\Face_Detection_In_RGB_Model\Face\sub6.1.jpg');
copy=Ori_Face;
Chrom=rgb2ycbcr(copy);
for i=1:size(Chrom,1)%Read row pixels
for j=1:size(Chrom,2)%Read column pixels
www.eeworm.com/read/382607/9016421
c convertcolor.c
/****************************************************************************************
* 文件名:CONVERTCOLOR.C
* 功能:颜色值转换程序。
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:
**************************************
www.eeworm.com/read/283368/9026319
h minedefs.h
#ifndef _MINEDEF
#define _MINEDEF
// regedit defines
#define DEFAULT_LEVEL 0// for first run the default level will be primary(0)
#define DEFAULT_RECORD 999
#define DEFAULT_HOLDER _T("匿名")
#d