搜索资源列表
yv12_Maker
- 调试YUV显示时可提供YUV图像生成器,方便调试。-debugging YUV display YUV images can be generated to provide for the convenience of debugging.
实现使用SDL 来显示YUV格式文件的一个小例子
- 实现使用SDL 来显示YUV格式文件的一个小例子,简单容易学-Implementation uses SDL to display the YUV format example of a small, simple and easy to learn
YCRCB2RGB.rar
- 我自己寫的RGB與YCbCr(YUV)色彩格式轉換,可以RGB轉YCbCr或YCbCr轉RGB,並支持顯示轉換後的色彩功能.,I wrote it myself RGB and YCbCr (YUV) color format conversion can be RGB or YCbCr to YCbCr to RGB, and supports the display of the color conversion function.
ddrawYUV
- 使用directdraw显示YUV数据的例子,类似于YUV player,已经建好工程,编译直接使用即可。-Example of YUV data display using directdraw, similar to the YUV player, with VC6.0 project, can be used directly.
yv12_y 分量显示器
- YUV分量显示程序。可分别显示Y,U,V 分量。对于理解YUV机制有很好的帮助。-YUV component display program. May showed the Y, U, V components. YUV mechanism for understanding a very good help.
frameratesample0203
- 用来测试windwos显示视频的各个方式效率的关键代码,用于对比GDI,DIRECTDRAW YUV OVERLAY,DIRECT3D显示效率的差异-Used to test Windows to display video in various ways the key to efficient code, for comparison GDI, DIRECTDRAW YUV OVERLAY, DIRECT3D show differences in efficiency
image
- ViewPic: display image of yuv420 or yuv422 and size of image are 352*288,352*240,704*576,704*480,720*480. ViewYUV: display video sequence of yuv 420,and 352x288 记得编译之前需要安装 directx,在vc中指定 directx的include和lib路径-ViewPic: display image of yuv420 o
jpegshow
- 可读取JPEG图像并显示在界面上,并获取RGB值,用于图像处理。-Can read and display JPEG images up at the interface and access to RGB value for the image processing.
yuvshow.tar
- 用Linux C写的基于minigui开源版本和V4L2的图像采集显示程序-Using Linux C write minigui-based open-source version of the V4L2 image acquisition and display program
MyYUViewer
- YUV视频序列文件的读取与显示例程,还是比较好用的,可以自己修改-YUV video sequence file to read and display routines
Ffmpeg H264 Decoder Lib
- 本解码库以ffmpeg为参考模型,针对不同档次的H.264码流进行了修正,解码核心部分进行了相应的MMX优化。 整个解码过程分3个步骤进行,只需要按顺序调用头文件里描述的初始化、处理、释放这三个函数即可。 解码得到的图像数据为YUV,该工程将YUV转换为RGB,直接显示,省去了解码后,还需要借助YUVViewer等工具打开YUV文件的步骤,更加的方便快捷。 支持各个档次的H.264码流解码,将H.264码流放在H264Test目录下即可。 编译平台:VC6.0,VC200
YUV
- 实现YUV视频序列打打开,播放,暂停,显示帧位图,对YUV序列进行帧差法,心态学滤波,并能够实现背景重建-Achieve the YUV video sequence to play open, play, pause, display frame bitmaps, for YUV sequence frame difference method, mentality learning filter, and the background of the reconstruction can be
YUVPlayer1.2
- 本程序主要四大功能特点: 1、继承了 YUVViewer 可以同时打开多窗口的特点; 2、继承了 Elecard YUV Viewer 可以进行两幅图像对比的特点; 3、增加了宏块信息显示功能; 4、增加了两图对比时同步帧跳转功能: 例如对于错误码流,不同的错误隐藏算法可能造成解码序列长度不同,这时要比较两个序列就很不方便。而该功能正是为了解决这个问题,即以另一序列的显示图像为标准,在当前序列中寻找与其完全相同的图像。 -Four main features
YUVplay
- vc++中实现的yuv图像读取和显示程序,可以显示yuv图像序列-YUV display
display
- 学习YUV的好材料,可以从yuv转换到rgb,我试过的可以使用-rgb to yuv
YUV2RGB
- 该代码可将YUV图像数据转换为VGA显示器能显示的RGB数据,R,G,B的位宽均为4,转换速度快。-The code can be converted to a YUV image data of RGB VGA monitor can display the data, R, G, B of the bit width of 4, the conversion speed.
YUVRead
- open yuv video file with opencv (do the convert to RGB) and display to screen
YUVviewer
- 读取YUV文件的源代码,能实现YUV文件的读取与显示。-YUV file to read the source code, to achieve reading YUV files and display.
YUV
- .yuv文件的显示,本程序只显示文件的第一帧图片,可以很方便的改写成yuv播放器-YUV file display, the program displays only the first frame of picture can be easily rewritten into yuv player
YUV-change-into-RGB
- 本段程序代码实现了在matlab中将YUV视频分解成GRB三个分量的转换,并可以显示出三个分量转换的结果。-This segment achieved in the matlab code will convert YUV video into GRB three components, and can display the results of the three components of the conversion.