代码搜索结果
找到约 8,819 项符合
RGB 的代码
yuv2rgb.h
#ifndef _YUY2RGB_H
#define _YUY2RGB_H
#ifndef byte
typedef unsigned char byte;
#endif
byte clip(double x)
{
if( x255 )
return 255;
return static_cast
yuv2rgb.h
/**************************************************************************
* *
* This code has been developed by Andrea Graz
yuv2rgb.c
/**************************************************************************
* *
* This code has been developed by John Funnel
rgb2ycrcb.v
/////////////////////////////////////////////////////////////////////
//// ////
//// RGB to YCrCb Color Space converter
ycrcb2rgb.v
/////////////////////////////////////////////////////////////////////
//// ////
//// YCrCb to RGB Color Space converter
hex2rgb.m
function [rgb,g,b]=hex2rgb(hex,hg,hb)
%HEXRGB Convert hex color to 0-1 range color.
% RGB=HEXRGB(HEX) where HEX is a three row two-column string matrix or a
% string cell or a string of length 6
gray2rgb.m
function R=gray2rgb(img1,img2)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%This Program
ycbcr2rgb.v
// --------------------------------------------------------------------
// Copyright (c) 2005 by Terasic Technologies Inc.
// --------------------------------------------------------------------
/