代码搜索结果

找到约 8,819 项符合 RGB 的代码

double_rgb2ycrcb.m

function [matlab_y, matlab_cr, matlab_cb] = double_rgb2ycrcb(R,G,B, AC, BC, CC, DC) % double precision YCrCb to RGB color-space conversion. % Coefficients derived from RGB to YCrCb conversio

bmpi_rgb24_decoder.c

/* ******************************************************************************* * * FILE NAME: * bmp_rgb24_decoder.c * * DESCRIPTION: * source code for BMP decoder with 24-

bmpi_rgb4_decoder.c

/* ******************************************************************************* * * FILE NAME: * bmp_rgb4_decoder.c * * DESCRIPTION: * source code for BMP decoder with 4-bit

bmpi_rgb8_decoder.c

/* ******************************************************************************* * * FILE NAME: * bmp_rgb8_decoder.c * * DESCRIPTION: * source code for BMP decoder with 8-bit

bmpi_rgb1_decoder.c

/* ******************************************************************************* * * FILE NAME: * bmp_rgb1_decoder.c * * DESCRIPTION: * source code for BMP decoder with 1-bit

rgb_4p_jpg.c

/* * Copyright (C) 2003 Samsung Electronics SW.LEE This program is under GPL2v arm-linux-gcc -static -o jpg rgb_4p_jpg.c -I/opt/host/armv4l/armv4l-redhat-linux

yuv2rgb565.c

#include #include #include "yuv2rgb565.h" //struct dummy //{ // int yuv[3]; // int stride[3]; //}; // //typedef struct AVPicture //{ // unsigned char *dat

yuv2rgb565.h

#ifndef YUV2RGB565_H #define YUV2RGB565_H #ifdef __cplusplus extern "C"{ #endif struct dummy { int yuv[3]; int stride[3]; }; typedef struct AVPicture { unsigned char *data[4]

rgb2hsv_mex.c

#include #include "mex.h" /* Usage: A = rgb2hsv_mex(im) ----- Inputs ------ im Image (n x m x 3) double Ouputs ------- Z HSV