搜索资源列表
YUVviewer
- 播放yuv檔的 程式~~~大家可以 參考看看 不錯用
design_gk
- 在VC6.0下的计算PSNR的小程序-Analysis and Calculation of High Definition, Standard Definition TV video sequences of the PSNR. Give yuv file
YUV-Player-(Open-source)
- This a YUV player with its codes. The format that this software can read is 4:2:0. this software can open using command line and it can facilitate opening your YUV files.-This is a YUV player with its codes. The format that this software can read is
yuv-reader
- yuv reader 可正確讀yuv圖檔-yuv yuv reader can correctly read the image file
yuv-reader
- yuv reader 可以讀yuv檔 介面調整-yuv yuv reader can read the file interface to adjust
hex2bin
- 一个关于h.264视频解码的简单的C语言程序,可将modelsim仿真输出的*.log文件转换成*.yuv格式-A simple C language programabout h.264 video decoding :convert text format to binary .264
yuandaima
- H.264对视频的编码,其中包括RGB和YUV格式的转换和视频显示。-H.264 video coding, including RGB and YUV format conversion and video display.
YUV2RGB
- 实现图像YUV格式与RGB格式的转换,并带颜色说明-realize the image transformation between YUV and RGB
YUV-player
- 一个小型的音乐播放器 yun player。编译运行通过-A small music player. Running through the compiler
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.
include
- 打开一副BMP图片,读取BMP文件中的数据,获取图片中像数点RGB的数值,显示到屏幕界面中。(如果不能打开BMP可以先试着打开YUV文件,然后计算第二步的内容) 将RBG数据转换成YUV格式的,并计算Y分量的平均值,统计出图像灰度直方图,显示直方图。 将RGB数据表述的图像进行2:1的下采样,原来图像是2Xx2Y的宽高大小,新的图像为XxY的大小图像,并显示到界面中。-Open a BMP picture, read BMP file data, the number of points
WpfD3D
- 要在WPF中完美的支持YUV数据的显示,通常的解决方式是使用先把YUV数据转换成WPF可以支持的RGB数据,然后利用类似于WriteableBitmap的控件,把他展现在WPF上。这么做的主要问题是在做RGB转换的时候,需要消耗大量的CPU, 效率比较低。一种优化方式是使用FFMPEG里的SwScale或者Intel的IPP库,这些库经过了一定的优化,可以有限度的使用硬件加速。这里2为一个使用WritableBitmap的例子。-To perfect support in WPF YUV dat
gaosi
- 输入和输出都是YUV序列 ,对视频序列作5X5模板的高斯滤波、-Input and output are YUV sequence, the video sequence as a Gaussian filter 5X5 template,
