搜索资源列表

  1. ycbcr_rgb

    0下载:
  2. 基于ti c55x序列dsp的YUV转RGB的算法实现-ti c55x sequence based on the dsp YUV to RGB Algorithm
  3. 所属分类:DSP编程

    • 发布日期:2024-05-15
    • 文件大小:23552
    • 提供者:陈大山
  1. YUV2RGB

    0下载:
  2. YUV与RGB互转动态链接库 可直接使用 -YUV and RGB referrals dynamic link library can be used directly
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-15
    • 文件大小:56320
    • 提供者:夏雨
  1. MATLAB_FuSeFenGe

    0下载:
  2. 肤色分割的MATLAB 代码,主要是利用YCrCb来探测皮肤区域,然后进行边界提取。 希望对您有所帮助!-Color segmentation of the MATLAB code, mainly using YCrCb to detect skin regions, and then proceed to extract the border. I hope for your help!
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:hq
  1. cox1_1101523995

    0下载:
  2. cox 的水印源码, 有多个檔,psnr, RGB to YIQ, YIQ to RGB-cox watermark source, there are multiple files, psnr, RGB to YIQ, YIQ to RGB
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-15
    • 文件大小:23552
    • 提供者:chan man man
  1. Color_Space_Convertor

    0下载:
  2. 所属分类:GDI/图象编程

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:Adams
  1. RGB2YCbCr

    0下载:
  2. color space converter,from RGB to YUV. that is c code-color space converter, from RGB to YUV.that is c code
  3. 所属分类:图片显示浏览

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:馬旧
  1. relationship_BEtween_YUV_YCbCr_and_RGB

    0下载:
  2. 视频格式主要有两大系列:YUV和RGB格式。本文详细描述了这两种格式之间的转换关系。-There are two major video formats Series: YUV and RGB format. In this paper, a detailed descr iption of the format conversion between the two relations.
  3. 所属分类:多媒体

    • 发布日期:2024-05-15
    • 文件大小:9216
    • 提供者:zx
  1. ycbcr422pl_to_rgb565_h

    0下载:
  2. ti提供的yuv422p to rgb565手工汇编的参考代码,能让你上一个档次-ti provided yuv422p to rgb565 manually compiled reference code that allows you a level of
  3. 所属分类:DSP编程

    • 发布日期:2024-05-15
    • 文件大小:7168
    • 提供者:黄斐知
  1. 601656

    0下载:
  2. The digital Video Standard according to ITU-R BT. 601&656,视频标准.-The digital Video Standard according to ITU-R BT. 601
  3. 所属分类:多媒体

    • 发布日期:2024-05-15
    • 文件大小:84992
    • 提供者:秋夜清风
  1. YCbCrRGB

    0下载:
  2. TMS320c6000系列DSP做图像处理的应用举例,图象颜色模式转换,从RGB到Y Cr Cb-TMS320C6000 series DSP to do image processing applications, for example, image color mode conversion from RGB to Y Cr Cb
  3. 所属分类:DSP编程

    • 发布日期:2024-05-15
    • 文件大小:48128
    • 提供者:ming
  1. DebugYCbCr

    0下载:
  2. 将 AD芯片(ADV7183) 采集到的一帧数据 进行处理的程序。 处理源为 ITU656格式 entire field 模式下的整帧数据。 程序输出 每一行的EAV SAV信号坐标、 图像数据字节数, 以及整帧的前10和后10个字节数据, 同时生成TXT文件记录这些信息。 最后将处理源转换成BMP格式输出 -The AD chip (ADV7183) collected data for a treatment procedure.
  3. 所属分类:DSP编程

    • 发布日期:2024-05-15
    • 文件大小:10240
    • 提供者:J.Y.Fan
  1. 1

    0下载:
  2. 这个Matlab程序用于颜色空间的转换。可以在RGB, YPbPr, YCbCr, YUV, YIQ, YDbDr, JPEG-YCbCr, HSV, HSL, XYZ, CIE Lab (CIELAB), CIE Luv (CIELUV), and CIE Lch (CIELCH)等颜色空间中任意转换。.rar-The Matlab program used for color space conversion. In RGB, YP
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-15
    • 文件大小:98304
    • 提供者:李远
  1. fb

    0下载:
  2. Davinci ycbcr 4:2:2 to jpeg by DSP processor
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:qiu zhi ling
  1. RGBtoYCbCr

    0下载:
  2. 将RGB图像格式转化成YCbCr图像格式的C程序-RGB image format will be converted into YCbCr image format C program
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-15
    • 文件大小:50176
    • 提供者:shaoajian
  1. jpg_function

    0下载:
  2. // RGB -> YCbCr // Y = Coef. for red*Red+Coef. for green*Green+Coef. for blue*Blue // Cb = (Blue-Y)/(2-2*Coef. for blue) // Cr = (Red-Y)/(2-2*Coef. for red) // YCbCr -> RGB // Red = Cr*(2-2*Coef. for red)
  3. 所属分类:图片显示浏览

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:张晓东
  1. matlab_face_detection

    0下载:
  2. 将图片由RGB格式转化为YCbCr格式下,用椭圆方法判定肤色和非肤色区域,进行二值化处理,最后显示结果-Pictures from RGB format into a YCbCr format, the method used to determine color elliptical and non-color regions, to carry out binarization processing, the final resul
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:bocuier
  1. CT675_ReleaseV100

    0下载:
  2. 其乐达(Cheertek)LCD驱动芯片(CT675)的C51源代码,代码结构清晰,可读性强。该芯片整合了Video-Decoder, Scalar, T-con及LED Backlight Driver,可驱动3.5~10.2”模拟/数字屏;接收输入信号CVBS/S-video/RGB/YCbCr/CCIR656。目前该方案主要应用产品有Portable DVD/Portable TV/Car TV/数码相框/可视门铃等中小尺寸视频产
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-15
    • 文件大小:141312
    • 提供者:陈隆永
  1. RGB2YUV

    0下载:
  2. 去隔行算法模拟,把一副RGB格式图片(BMP文件)先转为YCbCr格式,然后进行场分离,再基于奇场和偶场,合成帧,提高图像分辨率。-To simulate deinterlacing algorithm, several c codes perform RGB->YCbCr, Deinterlacing
  3. 所属分类:图形图象

    • 发布日期:2024-05-15
    • 文件大小:4096
    • 提供者:hanyu
  1. 101259378luv_rgb_yuv_lab_space_convert(2)

    0下载:
  2. Convert a color image between color representations. B = COLORSPACE(S,A) converts the color representation of image A where S is a string specifying the conversion. S tells the source and destination color spaces
  3. 所属分类:图形图象

    • 发布日期:2024-05-15
    • 文件大小:4096
    • 提供者:张灯结
  1. ycbcrkMEAN

    0下载:
  2. YCBCR彩色空間之下作KMEAN顏色分群-YCBCR for color space under the color clustering KMEAN
  3. 所属分类:图形图象

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:LMDX
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 17 »

源码中国 www.ymcn.org