搜索资源列表
播放yuv图像序列 vc编写
- 播放yuv图像序列 vc编写,可实现各种yuv文件播放-players YUV image sequence vc prepared to attain YUV player
fast_yuv2rgb
- 最快的yuv to rgb的转换程序,效率比较高,值得一看-fastest yuv to rgb conversion process more efficient, an eye-catcher
yuvasm
- YUV to RGB coverter with Intel MMX technology *
rawvideoplayer_src.zip
- YUV 4:2:2, YUV 4:4:4, YUV4:2:0 raw video sequence player. YUV foramt to RGB format convert.,YUV 4:2:2, YUV 4:4:4, YUV4:2:0 raw video sequence player. YUV foramt to RGB format convert.
yuv420_to_rgb565
- YUV 420 ro RGB 565 converter.
yuv_zoom
- YUV转RGB代码,mmx优化。 I think it s enough.-YUV to RGB codes.
yuv2avitool
- YUV to AVI的转化,VC++工程。代码很简单,主要用了windows自带的函数库。-YUV to AVI conversion, VC++ project. Code is very simple to use the windows built-in function library.
yuv2avi
- performs yuv to avi conversion
proiect
- VisualDSP++ program. Gets a video input in PAL, transforms from the interlaced format in normal YUV and then in an RGB. Program based on Analog Devices example-Video Input.
YUV_PLAYER
- 功能完整的YUV视频播放器;针对标准YUV测试序列,将设计出的播放器用于该测试序列的正常播放-Functional integrity of the YUV video player YUV test sequence for the standard will be designed to test players for the normal sequence of play
Ffmpeg H264 Decoder Lib
- 本解码库以ffmpeg为参考模型,针对不同档次的H.264码流进行了修正,解码核心部分进行了相应的MMX优化。 整个解码过程分3个步骤进行,只需要按顺序调用头文件里描述的初始化、处理、释放这三个函数即可。 解码得到的图像数据为YUV,该工程将YUV转换为RGB,直接显示,省去了解码后,还需要借助YUVViewer等工具打开YUV文件的步骤,更加的方便快捷。 支持各个档次的H.264码流解码,将H.264码流放在H264Test目录下即可。 编译平台:VC6.0,VC200
YUV2AVI
- converts uncompressed .yuv files into .avi files
YUV
- 做视频采集与处理,自然少不了要学会分析YUV数据。因为从采集的角度来说,一般的视频采集芯片输出的码流一般都是YUV数据流的形式,而从视频处理(例如H.264、MPEG视频编解码)的角度来说,也是在原始YUV码流进行编码和解析,所以,了解如何分析YUV数据流对于做视频领域的人而言,至关重要。本文就是根据我的学习和了解,简单地介绍如何分析YUV数据流。-Do video capture and processing, natural and ultimately, to learn to analy
camera
- android视频采集处理代码,包括YUV转RGB,及RGB转YCgCr等转换,并提供常用的数字图像处理算法,如平滑算法、滤镜算法及直方图均衡法。-android video acquisition and processing code, including YUV to RGB, and RGB to YCgCr such as conversion, and provide a common digital image processing algorithms, such as smoo
convert yuv 240p to yuv 422sp
- yuv格式转换,从yuv420转换为yuv422sp格式,c语言编写,效率较高 需要指定转换的yuv420文件路径,输出yuv422sp文件-yuv420 to yuv422sp
hw1_sol
- video coding transfering image yuv to rgb
New0007
- 可以讲摄像头采集到的数据为yuv格式的装化为bmp格式的图片-can put the format yuv to the format of bmp
usbcamara-2012-07-05
- 我们在luvcview这个项目的基础上进行了修改,使之能够在s3c6410平台上运行,采用了6410特有的硬件空间色彩转换和图像缩放功能,也就是 post processor功能。 3 另外需要说一下我们修改后的luvcview可以运行在PC Linux平台和s3c6410平台,源码里面有两个makefile文件,一个针对嵌入式版本一个针对PC Linux版本, 嵌入式版本里面分硬件实现YUV to RGB和软件实现 YUV to RGB ,缺省配置是硬件实现YUV to
rgb2yuv-master
- rgb space to yuv space
yuv2h264
- yuv转h264,包括详细的注释。希望对初学者有帮助(YUV to h264, including detailed notes. I hope to help beginners)