搜索资源列表
HSV&RGB
- 颜色HSV空间与RGB空间的相互转换,本程序已经测试可用于彩色图像处理
ColorImageSegmentation
- 该源代码可以直接下载下来使用,而且是地地道道的对RGB图像进行分割,我已经测试通过了。
rgb2yuv
- 这个是把RGB数据转换为YUV数据的源代码,本人测试了的,速度很快
YUV_ReadShow
- 读取CIF、QCIF格式的YUV测试序列文件,并且将其显示出来,转换为RGB格式进行连续视频播放
adjust
- 这是一个投影仪测试软件,左中右分别为对应的RGB点,如果投影仪正确的话3部分重合,点对应,投影仪有偏差的话,3部分对应的点会有偏移,通过调整以后(ctrl + 鼠标托),生成相应数据偏移来调整投影仪
RGB
- 用如求直立主图统计程序。RGB有3个座标,分别是R,G,B,其值从0-255。把0-255分成4段,那么每个座标有4种取值,共可以表示4*4*4=64种颜色。程序中主要是histogram函数,它有两个参数,第1个参数是一个64位数组,每一位表示一种颜色,其值是该颜色出现的次数。另外两个函数numbercolor是对每个像素计算它的颜色值,fenduan是对参数x返回0-255中的某一段。主函数测试一副图片的颜色直方图的统计。
SSD1963- 这是测试RGB接口的屏的SSD1963初始化程序已经验证通过
- 这是测试RGB接口的屏的SSD1963初始化程序已经验证通过,最大支持WVGA(480x800) -rgb interface test IC initial code
Unit2.YUV422 转 RGB
- YUV422 转 RGB 很好用 YUB422RGB 图片转换已经测试过OK,YUV422 转 RGB
YUVtoRGB
- 实现yuv420转rgb565的功能,并且封装成了库,写出了测试文件-Achieve yuv420 turn rgb565 functions, and packages into libraries, write a test file
jpeg_rgb
- 这是JPEG图像压缩的RGB转换的源代码,其中还包括了它的仿真测试代码,希望能帮助到大家。-This is the JPEG image compression of RGB conversion source code, including its simulation test code, hoping to help you.
RGB_HSL
- 颜色格式RGB与HSL之间的相互转换,经过测试,并有项目中有应用。-conversion for RGB and HSL
01-02-01_RGB
- 使用 Visual Basic 6.0 所撰写的解析 BMP 图檔的像素 RGB 值。内有原始码及执行檔,并附有测试图片。-Parsing BMP file written using Visual Basic 6.0 pixel RGB values. Within the source code and binaries, together with the test image.
meanshiftsegmentation
- 均值漂移图像分割测试程序,使用meanshift算法对彩色图像进行聚类分割,效果很好,并且显示使用时间、找到的类数,另包含RGB与LUV颜色空间的互相转换,图片矩阵数据转为降维数组等,程序中有详尽的注释和说明,并且配有测试结果图片,非常适合计算机视觉、机器学习、模式识别的朋友参考-failed to translate
color_convert
- YUV 和 RGB 颜色互转的小工具 自己写的,最近用到了YUV色彩,网上很多算法,可是都不甚完美,花了两天才弄明白,写个小工具,内涵源码,方便测试和使用。-YUV and RGB color system conversion of a small tool to write their own, recently used the YUV color, a lot of online algorithms, but are not quite perfect, it took two day
testijl
- 从RGB数据生成jpg图片,好用。附件是测试,不会让你失望。-Jpg image from the RGB data to generate,it is very good.
renlianfusejiance
- 1. 在RGB彩色空间,在测试图像中利用Photoshop手工选择皮肤样本,得出肤色在彩色空间中的均值和方差; 2. 通过计算测试图象中各象素点是否在得到的肤色空间,并且将不在肤色空间的像素置0,仅在被测试图像中留下肤色像素. -In the RGB color space, in the test image using Photoshop manually select the skin samples, obtained the mean and variance of co
matlab-Code-HSV-aRGB
- 颜色HSV空间与RGB空间的相互转换,本程序已经测试可用于彩色图像处理.matlab代码,已经经过测试,很好用。-the matlab demo code of Color space tansformation show it very good.HSV space and RGB color space conversion, the procedures have been tested can be used for color image processing
3
- 基于VC++6.0的解析图片,也可以将RGB转换成YUI,子采样和量化测试也可以使用,需要输入的图片是BMP位图,其他格式不可以用-Based analytical pictures of VC++6.0, also can convert the RGB into YUI, sub-sampling and quantitative test can also be used, you need to enter the picture is a bitmap BMP and other fo
rgb2hsi
- 从RGB彩色模型转换到HSI彩色模型,经过测试,好用。-Converted from RGB color model to the HSI color model, tested, easy to use.
matlab
- 颜色空间转换,RGB到YUV的程序,这里主要提取Cr分量图像。测试成功-Color space conversion, RGB to YUV program