Welcome![Sign In][Sign Up]
Location:
Search - yuv convert rgb

Search list

[2D Graphic800131-rgb2yuv420

Description: rgb(24)到yuv420的快速转换。在很多时候这种转换都是很需要的。-Convert RGB 24bit to YUV4:2:0
Platform: | Size: 1024 | Author: 张海滨 | Hits:

[2D GraphicYUV2RGB

Description: YUV与RGB互转动态链接库 可直接使用 -YUV and RGB referrals dynamic link library can be used directly
Platform: | Size: 56320 | Author: 夏雨 | Hits:

[Multimedia programyvutorgb

Description: convert yuv format to rgb format-convert yuv format to format rgb
Platform: | Size: 325632 | Author: HZheng | Hits:

[Picture ViewerRGB2YUV(src)

Description: 一个RGB与YUV数据相互转换的程序,实现文件导入转换,是初学者的一个好例子.-RGB and YUV data of a mutual conversion process, realize file conversion is a good example for beginners.
Platform: | Size: 788480 | Author: jxy | Hits:

[Special EffectsYUVTORGB

Description: 代码为YUV转换成RGB的源代码,实验是可以用的。可以稍微修改作其它转换。-Code to convert RGB to YUV source code, the experiment can be used. Can be slightly modified for the other conversion.
Platform: | Size: 3190784 | Author: 邱方奎 | Hits:

[Graph programyuvconverter_src

Description: yuv,yv12,yuy2等各种格式与rgb格式之间的转换.-yuv, yv12, yuy2 various format and rgb conversion between formats.
Platform: | Size: 31744 | Author: asdf | Hits:

[Compress-Decompress algrithmsRGBYUV

Description: 实现RGB与YUV图像格式之间的相互转换-TO CONVERT RGB AND YUV
Platform: | Size: 17408 | Author: 沈夏 | Hits:

[GDI-Bitmaprgb_to_yuv

Description: convert all rgb image in a single folder to yuv file
Platform: | Size: 11264 | Author: lauwah | Hits:

[2D GraphicSkinColorFiltering

Description: Convert RGB to YUV for skin color filter
Platform: | Size: 2048 | Author: ndmapppp | Hits:

[Graph program101259378luv_rgb_yuv_lab_space_convert(2)

Description: 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 alternatively, S = src->dest . Supported color spaces are RGB R G B Red Green Blue (ITU-R BT.709 gamma-corrected) YPbPr Luma (ITU-R BT.601) + Chroma YCbCr / YCC Luma + Chroma ("digitized" version of Y PbPr) YUV NTSC PAL Y UV Luma + Chroma YIQ NTSC Y IQ Luma + Chroma YDbDr SECAM Y DbDr Luma + Chroma JPEGYCbCr JPEG-Y CbCr Luma + Chroma HSV / HSB Hue Saturation Value/Brightness HSL / HLS / HSI Hue Saturation Luminance/Intensity XYZ CIE XYZ Lab CIE L*a*b* (CIELAB) Luv CIE L*u*v* (CIELUV) Lch CIE L*ch (CIELCH)-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 alternatively, S = ' src-> dest' . Supported color spaces are ' RGB' R' G' B ' Red Green Blue (ITU-R BT.709 gamma-corrected)' YPbPr ' Luma (ITU-R BT.601 )+ Chroma ' YCbCr' /' YCC' Luma+ Chroma ( " digitized" version of Y' PbPr) ' YUV' NTSC PAL Y' UV Luma+ Chroma ' YIQ' NTSC Y' IQ Luma+ Chroma ' YDbDr' SECAM Y ' DbDr Luma+ Chroma ' JPEGYCbCr' JPEG-Y' CbCr Luma+ Chroma ' HSV' /' HSB' Hue Saturation Value/Brightness' HSL ' /' HLS ' /' HSI ' Hue Saturation Luminance/Intensity' XYZ ' CIE XYZ' Lab ' CIE L* a* b* (CIELAB)' Luv ' CIE L* u* v* (CIELUV)' Lch ' CIE L* ch (CIE
Platform: | Size: 4096 | Author: 张灯结 | Hits:

[Multimedia programrawvideoplayer_src

Description: YUV 4:2:2, YUV 4:4:4, YUV4:2:0 raw video sequence player. YUV foramt to RGB format convert.
Platform: | Size: 28672 | Author: hong | Hits:

[Graph programyuv_2_rgb

Description: yuv转换成RGB,视频压缩和解压中用到的-yuv convert to rgb
Platform: | Size: 1024 | Author: 胡学权 | Hits:

[Special Effectscolorspacezhuanhuan

Description: RGB,YCbCr,HSV,HSL,CIE等颜色空间转换 这个Matlab程序用于颜色空间的转换。可以在RGB, YPbPr, YCbCr, YUV, YIQ, YDbDr, JPEG-YCbCr, HSV, HSL, XYZ, CIE Lab (CIELAB), CIE Luv (CIELUV), and CIE Lch (CIELCH)等颜色空间中任意转换。-B = colorspace( dest<-src , A) converts image A from color space src to color space dest . Example: B = colorspace( HSV<-RGB ,A) Convert image A from RGB to HSV C = colorspace( YCbCr<-HSV ,B) Convert HSV to YCbCr D = colorspace( RGB<-YCbCr ,C) Convert YCbCr back to RGB
Platform: | Size: 4096 | Author: 李佳航 | Hits:

[Streaming Mpeg4FfmpegH264DecoderLib

Description: 本解码库以ffmpeg为参考模型,针对不同档次的H.264码流进行了修正,解码核心部分进行了相应的MMX优化。 整个解码过程分3个步骤进行,只需要按顺序调用头文件里描述的初始化、处理、释放这三个函数即可。 解码得到的图像数据为YUV,该工程将YUV转换为RGB,直接显示,省去了解码后,还需要借助YUVViewer等工具打开YUV文件的步骤,更加的方便快捷。 支持各个档次的H.264码流解码,将H.264码流放在H264Test目录下即可。 编译平台:VC6.0,VC2005,VC2008. -The decoding library to ffmpeg as a reference model for different grades of H.264 streams was amended to decode the core parts of the corresponding MMX optimization. The whole decoding process comprises three steps, according to the order simply call the header file describing the initialization, handling, release of these three functions can be. Decoded image data obtained as YUV, the project would convert YUV to RGB, direct display, eliminating the need for decoding, but also with tools such as open YUV file YUVViewer steps, more of the convenient. Support the various grades of H.264 stream decoding, the H.264 yards in exile in H264Test directory can be. Compile Platform: VC6.0, VC2005, VC2008.
Platform: | Size: 6300672 | Author: 致胜织梦 | Hits:

[VC/MFCcodes

Description: convert RGB to YUV in C++, codes are well commented, should be fairly easy to understand
Platform: | Size: 2598912 | Author: jeff | Hits:

[Multimedia programYUV2RGB

Description: 实现YUV格式视频序列向RGB视频序列转换-Achieve YUV format video sequence to convert RGB video sequence
Platform: | Size: 1024 | Author: zy | Hits:

[Linux-Unixlibv4l-0.6.1.tar

Description: 一个可用于编写v4l2 camera应用程序的库libv4l,里面除有常用的v4l2 ioctl调用的封装API外,还有yuv到rgb转换、rgb到yuv转换和jpeg decoder API。-V4l2 camera can be used for the preparation of an application' s database libv4l, which are commonly used in addition to the package v4l2 ioctl API call, there yuv convert to rgb, rgb to yuv conversion and jpeg decoder API.
Platform: | Size: 128000 | Author: 碧海 | Hits:

[Special EffectsYUV_to_RGB-snippet

Description: Convert YUV to RGB (video data)
Platform: | Size: 1024 | Author: Dr.Lightning | Hits:

[matlabyuv

Description: matlab code to convert rgb to yuv
Platform: | Size: 1024 | Author: raghavendra | Hits:

[Special EffectsColor-Convert

Description: 颜色空间转换RGB、LUV、Lab、HSV、HSI、YUV-color space convert RGB、LUV、Lab、HSV、HSI、YUV
Platform: | Size: 4096 | Author: 张晓伟 | Hits:
« 12 3 4 »

CodeBus www.codebus.net