CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - rgb 2 ycbcr

搜索资源列表

  1. SaveJPEG

    0下载:
  2. 提示: JPEG压缩分为三个部分: 1.JPEG压缩原理及算法(RGB/YCbCr,DCT/IDCT,量化,Z字型编码,用DPCM对DC/用RLE对AC编码/Huffman编码) 2.JPEG标记格式 3.JPEG图片文件的组织形式(位于SOS后的图像压缩数据是由MCU块怎样排列的,特别是使用了DRI之后) 还有许多细节问题: 1.解码过程中遇到“FF 00”当“FF”处理,否则忽略“FF” 2.进行DCT前YCbCr要减128,进行IDCT前要加128(相当于Y减128,YCbCr不需要加12
  3. 所属分类:图形图象

    • 发布日期:2014-02-27
    • 文件大小:283686
    • 提供者:
  1. 对图像进行YCbCr分解

    0下载:
  2. rgb=imread('lena.png'); YCbCr=rgb2ycbcr(rgb); subplot(221),imshow(rgb),title('image'); Y=YCbCr(:,:,1); Cb=YCbCr(:,:,2); Cr=YCbCr(:,:,3); ycbcrmap(:,:,1)=Y; ycbcrmap(:,:,2)=128; ycbcrmap(:,:,3)=128; subplot(222),imshow(Y),title('Y'); ycbcrma
  3. 所属分类:matlab例程

    • 发布日期:2014-11-13
    • 文件大小:313
    • 提供者:liudaixin
  1. CT675_ReleaseV100.rar

    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/数码相框/可视门铃等中小尺寸视频产品。,Cheertek (Cheertek) LCD Dri
  3. 所属分类:SCM

    • 发布日期:2017-03-23
    • 文件大小:137901
    • 提供者:陈隆永
  1. 101259378luv_rgb_yuv_lab_space

    1下载:
  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, S = dest<-src , or alte
  3. 所属分类:Graph program

    • 发布日期:2017-03-22
    • 文件大小:4595
    • 提供者:张灯结
  1. BMPtoYUV.rar

    0下载:
  2. 将给出的bmp格式图片转换为YUV4:2:0(YCbCr)格式。 步骤:1.首先将RGB文件转换为YUV4:4:4格式。 2. 将YUV4:4:4的色度分量通过下采样转换为YUV4:2:0格式。 ,Will be given pictures converted to bmp format YUV4: 2:0 (YCbCr) format. Steps: 1. First of all RGB files will be converted to YUV4: 4:4 forma
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:487896
    • 提供者:zhangguoxia
  1. OV7660SettingV1.0

    0下载:
  2. Overview Input Clock = 24Mhz Preview VGA 15fps @ 60Hz VGA 12.5fps @ 50Hz Capture VGA 15fps @ 60Hz VGA 12.5fps @ 50Hz Output Format YCbCr 4:2:2 (ITU 656) YCbCr to RGB conversion R = Y + (351*(Cr – 128)) >> 8 G = Y – (179*(Cr –
  3. 所属分类:Document

    • 发布日期:2017-03-23
    • 文件大小:27171
    • 提供者:iflyman
  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)+Y // Green = (Y-Coef. for b
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-01
    • 文件大小:883
    • 提供者:张晓东
  1. camera_up

    0下载:
  2. Camera Interface模块是视频输入转换存储模块。该模块一端接通用的video camera设备,另一端接AHB总线。实现了将Camera捕捉到的数据进行转换、并通过DMA存储到memory中。该IP支持ITU-R BT 601/656 8-bit 模式。支持YCbCr, RGB格式输入。可以将camera产生的YCbCr信号转换成24bit RGB 信号,然后下采样生成16bit RGB 5:6:5的LCD能直接读取显示的数据。该设备支持图像的镜像和翻转,以便适应手持式设备在移动环境
  3. 所属分类:Video Capture

    • 发布日期:2017-03-24
    • 文件大小:33011
    • 提供者:孙喆
  1. CAISE

    0下载:
  2. 将24位彩色位图的RGB转成YCbCr,并4:2:2或4:1:1采样,再变回RGB三色值显示,和原图比较-change RGB to YCbCr
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:2056320
    • 提供者:tongtian
  1. imag_improve_rgb

    0下载:
  2. This a two stage method in which at first image RGB compensated and then converted to YCbCr to normalise overall illumination of image.Its cascaded implementation of section 2.A of paper "A FAST SKIN REGION DETECTOR" by Phil Chen, Dr.Christos Greecos
  3. 所属分类:software engineering

    • 发布日期:2017-03-24
    • 文件大小:2008
    • 提供者:王信傑
  1. imgformat

    0下载:
  2. 介绍 YUV 格式、 YUV 采样原理、YUV 视频解码和 RGB 格式之间进行转换。对YUV格式中的YCbCr 4:2:0、YCbCr 4:2:2、YCbCr 4:1:1和 YCbCr 4:4:4格式做详细说明-Introduction YUV format, YUV sampling theory, YUV video decoding and conversion between RGB format. On the YUV format YCbCr 4:2:0, YCbCr 4:2:2,
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-29
    • 文件大小:59605
    • 提供者:lonfan
  1. colorspace_conversion

    0下载:
  2. Color Space Conversion (RGB 2 YCbCr)
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:54305
    • 提供者:EHSAN
  1. VHDL_Complacated_divider_multiplier_technic

    0下载:
  2. Described as a way difficult to express in the language VHDL complicated point calculation method can be easily expressed in a FPGA-based 2 n wins to reference video signal YCbCr to RGB conversion will be created. This material has a lot of technic
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:2083
    • 提供者:jeong
  1. OV7670照相模组硬件应用指南

    1下载:
  2. OmniVision公司机密 1. OV7670 模组参考设计 注: 1.PWDN和RESET不用时,应接地 2. OV7670 模组接口参考设计 2.1 引脚定义 2.2 电源供给 3. OV7670 照相模组操作 3.1 节电模式 3.2 照相模组工作在不断电的节电模式 3.2.1 上电,硬件复位 3.2.2 上电,软件复位 3.2.3 由不断电的节电模式恢复工作 3.2.4 不断电的节电模式 3.3 照相模组工作在断电的节电模式 3.3.1 上电 3.3.2
  3. 所属分类:编程文档

    • 发布日期:2012-12-17
    • 文件大小:895435
    • 提供者:tangshaohu
  1. OV7690照相模组软件应用指南1.03

    0下载:
  2. 文件只能给那些获得OmniVision Technologies, Inc. 批准的员工、 组织、团体使用。 1 公司机密 OV7690 照相模组 软件应用指南 OV7690 照相模组 1.1 有完整ISP的后端 1.2 后端有YCbCr ISP 1.3 后端没有ISP 1.4 从一种输出格式到另一种输出格式的转换关系式 2. 选择输出方案 2.1 后端有ISP 2.2 后端没有ISP 3. 帧率调整 3.1 24Mhz 输入时钟,帧率的调整 30 fps, PCL
  3. 所属分类:编程文档

    • 发布日期:2012-12-17
    • 文件大小:257634
    • 提供者:tangshaohu
  1. rgb-2-ycbcr

    0下载:
  2. i have provided the code for rgb to ycbcr conversion of an image.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2646
    • 提供者:ur
  1. tw8823

    1下载:
  2. TW8823 可以4路摄像头输入,画中画。倒车轨迹,显示原车界面与导航界面切换,可以AUX输入,加装行车记录仪,2路VGA视频输入-The TW8823 incorporates many of the features required to create multi-purpose in-car LCD display system in a single package. It integrates a high quality 3D comb NTSC/PAL/SECAM video d
  3. 所属分类:Communication

    • 发布日期:2017-04-25
    • 文件大小:106731
    • 提供者:liuhankan
  1. JPEG_Codec

    0下载:
  2. This a JPEG codec with AC/DC Huffman entropy coding, 4:2:0 Sampling, RGB/YCbCr converter. 2D-DCT and Quantization is included in the JPEG_Main. There also a Huffman table list in .txt, two sample testing picture and the bitrate-PSNR , Compressi
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-03
    • 文件大小:828381
    • 提供者:Chao-Tin Wu
  1. rgb2ycbcr

    1下载:
  2. rgb轉YCbCr,4:2:0。分割成yCbCr有三個圖,就是YCbCr(4:4:4),CbCr再去降取樣成1/4,就變成4:2:0。 最後再轉回rgb。 -rgb to ycbcr。 rgb change to ycbcr 4:4:4 4:4:4 change to 4:2:0,four value divide by 4 equal to a value. Ycbcr(4:2:0) to rgb.
  3. 所属分类:Video Capture

    • 发布日期:2017-04-12
    • 文件大小:723
    • 提供者:蕭紹威
  1. DFT&DCT

    0下载:
  2. 编程实现二维8*8图像块的DFT,DCT变换 输入一副RGB图像,将其转化为YCbCr颜色空间,然后对Y分量做分块DFT变换,保存为灰度图像,统计计算时间 编程实现8*8块DCT变换,然后分别显示,当使用64个DCT系数里面的一些系数进行重构,比较其质量;同时熟悉采用FFT来实现DCT变换的思想,并显示2维8*8DCT变换的基函数图像(Programming the DFT, DCT transform of two dimensional 8*8 image block Input
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-07
    • 文件大小:3072
    • 提供者:雪鹊
« 12 »
搜珍网 www.dssz.com