搜索资源列表
yuvViewer--查看YUV格式视频
- yuvViewer--查看YUV格式视频,查看yuv文件是否成功-yuvViewer -- View YUV format video, YUV document View success
yuv解码
- yuv格式视频解码
avi与YUV互转程序源码
- 网上常见测试视频都是YUV格式的,但我们很多人习惯处理AVI视频,本源码可以帮助你把YUV文件转换为AVI文件,当然也可以转回来。
yuv-avi
- 用opencv编写的可以打开YUV格式视频的程序
实现使用SDL 来显示YUV格式文件的一个小例子
- 实现使用SDL 来显示YUV格式文件的一个小例子,简单容易学-Implementation uses SDL to display the YUV format example of a small, simple and easy to learn
qt-yuv.Qt实现视频采集
- Qt实现视频采集.其中把yuv格式转换成了RGB,方便Qt处理。,Qt video collection. Yuv format which has become the RGB, to facilitate handling Qt.
yuv2rgb.这是一个小程序用于实现yuv格式转RGB格式的
- 这是一个小程序用于实现yuv格式转RGB格式的,并显示出来。,This is a small program used to implement yuv format to RGB format and displayed.
RGBTOYUV.RGB与YUV格式的互相转换
- RGB与YUV格式的互相转换, 支持YUV420、YUV444、YUV422,RGB and YUV format conversion with each other to support the YUV420, YUV444, YUV422
BmpConvert 彩色图像RGB格式转化为YUV格式
- 图像信息处理,用于将彩色图像RGB格式转化为YUV格式,用户可以设置Y值的变化,再转化回RGB进行保存。这时的图像的亮度会发生改变。-Image processing, is used to color images into RGB format YUV format, the user can set the Y value changes, and then converted back to RGB to save. At this time the brightness of the
yuvplayer.rar
- yuv 序列播放器,可播放YUV格式的视频文件 。一个很好的YUV播放器,对于播放器感兴趣的,可做参考,YUV sequence player, can play YUV format video files. YUV a very good player for player interested in the available reference
YUV.rar
- 在图像处理中如何进行视频处理,如何从yuv格式的序列中提取出亮度信息,这是后面对视频处理的基础。,In image processing for video How to deal with how to format yuv sequence information extracted brightness, this is the basis of the face of video processing.
YUV
- yuv2mov 读取一个YUV格式的文件,生成MATLAB 结构类型的数据.mov2yov生成一个YUV格式的文件-YUV format yuv2mov read a document, generate MATLAB structure types of data. mov2yov generate a YUV file
Yuv
- 关于yuv格式的介绍,里面介绍了yuv的各种组合-Yuv format introduced on
yuvviewer
- yuv格式图片浏览工具, vc 编译-A browse tool of yuv image, visualstudio app
yuv
- pullOut基于yuv格式的视频帧的抽取.可以提取视频中的任意一帧c-yuv format pullOut video frames based on the extraction. can extract the video in any one c++
yuv
- 一款可以将avi转换为yuv格式的软件源码,以及一个yuv播放的软件-You can convert a avi yuv format software source code, and play a yuv software
YUV-RGB
- 把YUV格式视频转换成RGB格式的,RGB格式转换成YUV的格式,两者之间互换-The YUV format into RGB format video, RGB format into YUV format, exchange between the two
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
yuv.pdf
- 详细讲解视频YUV格式的资料,包含图例,讲解细致,值得一看-Explain in detail the YUV format video data, including the legend, to explain the detailed, worth a visit
OV2640输出YUV格式转灰度显示到LCD
- 该代码为本人在原子探索者开发板(stm32f407)摄像头实验的基础上改为让摄像头(OV2640)输出YUV格式到SRAM中,并转为灰度图像后传输到LCD上,对研究YUV与灰度图像格式有所帮助。