happyteng 在 2007-04-27 11:48:23 上传
说明: dsp程序YCbCr-RGB,直接下载可用
开发平台:Others | 大小:47KB | 下载56次
huguancheng 在 2007-04-23 23:45:12 上传
说明:从RGB颜色空间到HIS,XYZ,xy,rg等颜色空间的转换,同时还有一个三角形到另一个三角形之间的映射
开发平台:Visual C++ | 大小:122KB | 下载163次
piaoyanji 在 2007-04-16 10:22:22 上传
说明:RGB转换到YUV4:4:4的程序. 在这里YUV的格式是先写入所有的Y,然后所有的U,然后所有的V. 要把RGB图片放到C盘里.
开发平台:Visual C++ | 大小:1KB | 下载49次
piaoyanji 在 2007-04-16 10:20:21 上传
说明:RGB转换到YUV4:2:2,4:2:0的程序. 需要把RGB图片放到C:\\目录下. 在这里YUV是 先write所有的Y,然后写所有的U,最后写所有的V.
开发平台:Visual C++ | 大小:2KB | 下载312次
mq110 在 2007-04-04 11:09:25 上传
说明:介绍视频原始格式YUV,RGB的文章。是非常好的基础文章
开发平台:MultiPlatform | 大小:3KB | 下载120次
gooogleman 在 2007-04-01 22:40:24 上传
说明:视频格式转换软件,RGB To YCbCr and YCbCr To RGB的软件很方便使用,是深圳一家公司开发的。
开发平台:Others | 大小:4KB | 下载131次
chiyungchiyung 在 2007-03-29 22:42:03 上传
说明:how to get the RGB value of a bmp in visual basic
开发平台:Visual Basic | 大小:1KB | 下载12次
微风清雨 在 2007-03-27 17:47:55 上传
说明:YUV转RGB的源程序,使用到了硬件加速器,可利用FGPA的乘法器加速处理速度。
开发平台:Others | 大小:105KB | 下载229次
13384983903 在 2007-03-01 13:07:34 上传
说明:RGB到CIEab二维视图可执行程序,这是一款不错的程序
开发平台:C/C++ | 大小:12KB | 下载7次
jihuijie 在 2007-02-10 12:11:46 上传
说明:VHDL代码,在fpga上实现图像数据从ycbcr到rgb的转换
开发平台:Others | 大小:41KB | 下载227次
TMC 在 2007-02-09 15:10:38 上传
说明:RGB to NTSC with converter circuit
开发平台:PDF | 大小:249KB | 下载32次
oceanoceanocean 在 2007-02-05 13:08:05 上传
说明:提供大家颜色转换VC++源代码。RGB to HSV & HSV to RGB The Hue/Saturation/Value model was created by A. R. Smith in 1978. It is based on such intuitive color characteristics as tint, shade and tone (or family, purety and intensity). The coordinate system is cylindrical, and the colors are defined inside a hexcone. The hue value H runs from 0 to 360º . The saturation S is the degree of strength or purity and is from 0 to 1. Purity is how much white is added to the color, so S=1 makes the purest color (no white). Brightness V also ranges from 0 to 1, where 0 is the black. There is no transformation matrix for RGB/HSV conversion, but the algorithm follows:
开发平台:Visual C++ | 大小:1KB | 下载132次
oceanoceanocean 在 2007-01-20 23:23:28 上传
说明:Color Conversion Algorithms.• RGB to HSV & HSV to RGB • RGB to YIQ & YIQ to RGB • RGB to XYZ & XYZ to RGB • XYZ to CIE L*a*b* (CIELAB) & CIELAB to XYZ • XYZ to CIELUV & CIELUV to XYZ
开发平台:Visual C++ | 大小:39KB | 下载128次
dreamhunter 在 2007-01-17 17:08:10 上传
说明:我自己写的现实YUV原始数据的MATLAB程序。先进行数据的分离,再进行YUV到RGB的转换,
开发平台:matlab | 大小:1KB | 下载175次
huhch2006 在 2007-01-07 15:46:12 上传
说明:显示鼠标移过的一幅图像和桌面任何位置处的RGB颜色
开发平台:Visual Basic | 大小:48KB | 下载6次
smallboy99 在 2006-12-21 15:58:57 上传
说明:将输入的灰度图像转化为RGB伪彩色图像进行输出。在Matlab中编程实现!
开发平台:matlab | 大小:73KB | 下载914次
gege_ju147 在 2006-12-19 15:32:07 上传
说明:包括图像的预处理,多种阈值分割方法,边缘提取,形态学处理,RGB到灰度图象的转换等等,用于图像的常规处理
开发平台:Visual C++ | 大小:182KB | 下载153次
Dongdong163 在 2006-11-20 23:06:08 上传
说明:This program reads a 24bpp, 8bpp or 4bpp Microsoft Windows(TM) .BMP file and converts it into a C structure with the following information: the bitmap width, the bitmap height, the RGB color palette if the bitmap is 8bpp or 4bpp, an array of 32-bit values representing the scaled down (24bpp to 5:5:5 RGB) color values OR an array of 8-bit or 4-bit indices into the palette.
开发平台:C/C++ | 大小:45KB | 下载117次
alwaysfirst1 在 2006-10-16 10:53:20 上传
说明:convert yuv format to rgb format
开发平台:Visual C++ | 大小:318KB | 下载162次
shoarh 在 2006-10-05 00:21:21 上传
说明:初学c# ,这是用c#编写的一个简单的调色板,并给出rgb三种颜色的数值,程序比较简单,希望大家喜欢
开发平台:C# | 大小:56KB | 下载28次
fyy8998 在 2006-09-19 23:13:27 上传
说明:图像颜色空间的转换_RGB -HSV,非常适合初学者作为例子学习。
开发平台:Visual C++ | 大小:5384KB | 下载200次
springbb 在 2006-09-04 17:55:34 上传
说明:转载一个获取颜色的小程序,方便大家编写程序的时候提取颜色代码
开发平台:Visual C++ | 大小:3500KB | 下载28次
管理员 在 2006-08-10 09:09:26 上传
说明:最近看到很多人比较关心YUV to RGB,这里给出了原理和体会
开发平台:PDF | 大小:143KB | 下载380次
wateryym 在 2006-08-03 19:27:51 上传
说明:利用图像的rgb分量提取其中的亮度分量并显示其直方图。
开发平台:Visual C++ | 大小:143KB | 下载60次
hanjfine 在 2006-07-20 16:53:24 上传
说明:如何快速获取屏幕上各颜色的红、绿、蓝值的VC源代码
开发平台:Visual C++ | 大小:22KB | 下载89次
ashao8888 在 2006-07-12 12:19:58 上传
说明:BCB打开Jpeg,BMP,ICO等格式图片的Demo,可选择比例,RGB或灰阶显示,质量优先或速度优先。
开发平台:C++ Builder | 大小:311KB | 下载42次
shloverxp 在 2006-06-21 10:28:25 上传
说明:RGB与HSV转换的示例,基于efg s HSV Lab Report,相当权威
开发平台:Delphi | 大小:39KB | 下载59次
飞飞鱼儿 在 2006-06-13 15:11:23 上传
说明:rgb转换为XYZ色彩空间,使用matlab实现
开发平台:matlab | 大小:1375KB | 下载113次
shakehands 在 2006-06-12 22:22:08 上传
说明:实现RGB颜色空间到HSV颜色空间变换的函数。
开发平台:matlab | 大小:1KB | 下载258次