搜索资源列表
ConvertYUV
- 这程式是可以将 RGB的 BMP图片转换成 YUV格式的 CIF图片
RGB2YUV_lihan
- 本程序是一个图像功能验证程序,里面包含了RGB转YUV算法和插值算法,读取一个640*480的BMP图像,将其变换成YUV420格式,然后插值到1600*1200或1280*960或800*600的YYU文件,非常适合初学者学习YU与RGB转换算法和插值算法
RGB2YUV_src
- 可以学习到如何把图像转换为电视视频格式,以一张24位BMP图像为例实现RGB与YUV相互转换。
yuvtobmp
- 图像格式转换源码
BMP2YUV
- 将bmp图像转换为YUV格式,主要涉及bmp文件格式的解析,RGB与YUV的格式转换-Transform BMP to YUV
YUV2BMP
- YUV到BMP格式的转换-YUV to BMP format conversion
rgb2ycbcr
- conver rgb image to yuv
bmp图片rgb转成yuv
- 可以读取bmp图片,并将RGB转为成YUV格式输出
RGB2YUV
- calculates YUV values from RGB values-calculates YUV values from RGB values
bmp
- 调用bmp图像,将256色图像转化为灰度图,图像锐化,RGB转换成YUV-Call bmp images, 256 color images into grayscale, image sharpening, RGB into YUV
bmp
- 在解码过程中直接显示bmp图片,由rgb格式转换成YUV格式。-Displayed directly in the decoding process bmp image format conversion from the rgb YUV format.
funtion
- 从最常用的“.BMP”图像格式中读取图像数据, 通过访问数字图像RGB三个通道的对应矩阵,改变数字图像的色彩 将数字图像的RGB表示转换为YUV表示;通过访问Y(亮度)通道,改变数字图像的亮度;通过Y(亮度)通道作灰度的线性变换,改变数字图像的对比度-failed to translate
YUVtoRGB
- 把yuv格式的bmp转换为rgb格式的bmp,rgb转换为yuv-yuv to rgb,rgb to yuv
ReadBmpInMr
- 将一幅BMP图片按顺序输出RGB值及YUV值-BMP image sequence to an RGB value of the output
RGB-transform-YUV
- * 程序名称:RGB2YUV.C * 功 能:将位图文件的RGB格式转换成YUV格式,结果以二进制文件 * 存储。注意:1、原文件是24位位图;2、文件宽度 * 输 入:icon.bmp * 输 出:icon_array -* Program Name: RGB2YUV.C* function: RGB bitmap file format into YUV format, the results of the binary file* storage. Note: 1, t
CSharpYUV_to_RGB
- 将YUV格式的图片转换成为RBG,最终存出一个JPG文件,也可自己更改类型存储BMP图片-YUV to RGB, Save as a JPG picture. You can save as BMP picture if you change one row code.
RGB2YUV
- 对bmp图像文件进行读写后RGB转化为YUV,同时将BMP的像素数据和转化后的YUV像素数据保存-Bmp image files on the size of the read output bmp file structure data and the interlaced scanning manner and converted into RGB YUV, BMP while the pixel data and the converted data is stored in YUV pi
YVRGB(YV12-RGB)
- RGB与YV12数据之间互相转换,可RGB转YV12,也可以YV12转RGB,原图为24位BMP,已经修正BMP数据对齐,保存到BMP算法已优化,里面带一个YUV播放器,采用vc6编写-The mutual conversion between the RGB data and yv12, RGB yv12, yv12 turn RGB, artwork for 24 bits BMP, has been amended BMP data alignment, save to BMP algor
yuv-rgb.cpp
- YUV422转换成RGB888文件,MCU从OV7660中提取原始YUV流,可以做到320*240-YUV422 invert to RGB888 bmp file, MCU OV7660
RGBtoYUV
- BMP格式文件的RGB数据转换为YUV格式。(Transform RGB data of a bmp to YUV.)