代码搜索结果

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

hsv2rgb.m

%HSV2RGB Dataset overload % % B = HSV2RGB(A)

rgb2hsv.m

%RGB2HSV Dataset overload % % B = RGB2HSV(A)

bmp2rgb.cpp

#include "stdafx.h" #include "dibapi.h" #include #include #include #include #define DIB_HEADER_MARKER ((WORD) ('M'

bmp2rgb.h

#ifndef BMP2RGB #define BMP2RGB int Bmp2Arry(CString BmpFileName, int &height,int &width,unsigned char* &p); #endif

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

yuv2rgb.h

/************************************************************************** * * * This code has been developed by Andrea Graz

yuv2rgb.c

/************************************************************************** * * * This code has been developed by John Funnel