搜索资源列表
test psnr
- 视频处理中最重要的指标:PSNR(峰值信噪比)。本人写的一个小程序,用于测试图象中的Y、U、V分量的PSNR值。-PSNR is a very important index in video disposal. there are a little program . It tests the PSNR of the YUV in the image.
yuvpsnr
- PSNR of YUV videos - matlab-PSNR of YUV videos-Matlab
YUVPSNR
- PSNR 用来计算峰值信噪比的函数。可以输入两个yuv文件得出平均值-PSNR peak signal-to-noise ratio used to calculate the function. 2 can import documents obtained average yuv
cmp_yuv
- purpose computes PSNR between two raw YUV images compile gcc -g -o cmp_yuv cmp_yuv.c -lpgm -lpbm -lm -purpose computes PSNR between two raw YUV i mages compile gcc-g-o cmp_yuv cmp_yuv.c - lpgm - lpbm - lm
yuvpsnr
- 视频质量评价的PSNR评价方法代码,主要针对YUV格式的编码方式。-Evaluation of video quality evaluation method PSNR code, mainly for YUV encoding format.
wmark
- 将动画图象类型转化为YUv型,并检测图像的 psnr-Animated images will be converted to the type of YUV type, and detect images PSNR
psnr
- 分析计算高清、标清电视视频序列的PSNR。 给出yuv文件,然后只需代码中给出自己需要是高清的,国标电视视频1920*1080,标清720*576,然后分析各个电视画面帧的PSNR值。-Analysis and Calculation of High Definition, Standard Definition TV video sequences of the PSNR. Give yuv file, then just give the code to their own needs
DctQuant
- 工程名为DctQuant,编程实现了一帧CIF格式4:2:0的YUV图像的H.264的整数变换、量化以及逆量化、逆变换。具体的功能表述如下: 1、首先按“打开YUV”按钮,选择一帧格式为CIF的4:2:0的YUV图像(默认的YUV图像的格式为4:2:0的CIF格式)。选择完成后,可以看到显示的输入图像。 2、输入QP值,QP是0到51之间的整数值,超出范围,会弹出对话框提示。QP默认为28。注意:当改变QP值为0时,即没有量化,则点击转换按钮显示出的PSNR值即为输入图像的PSNR值。
YUV_PSNR
- YUV文件的PSNR比较工具,参数可以灵活设置-PSNR YUV file comparison tool, the parameters can be flexibly set
VideoPSNR
- 计算yuv视频的PSNR质量值,可以显示并保存每帧PSNR值和整段序列的平局值,可以实现批处理-PSNR calculation yuv video quality values can be displayed and saved each frame PSNR values and the value of the entire sequence of the draw
computerPSNR
- 计算编码之后图像的PSNR,比较对象均为yuv文件。非常实用!-The calculation of the PSNR of the encoded image, and compare objects are yuv file. Very useful!
yuv_PSNR
- 计算图像的PSNR值。输入为参考YUV图像和待测量的YUV图像。-To compute the PSNR of YUV images. Inputs include the reference YUV image and the YUV image to be measured.
PSNR_Wu
- 对比两个10秒250帧YUV视频的PSNR(峰值信噪比)的简单示例,用于帮助初学者理解YUV视频文件的读取与PSNR的简单算法。- A simple example of PSNR (peak signal-to-noise ratio) for two 10-second, 250-frame YUV video is used to help beginners understand the simple algorithm for reading YUV video files wit
官方PSNR和SSIM
- 简单好用的matlab实现批量计算彩色RGB图像的PSNR和SSIM,设置了3种转换方法,(1)matlab自带转换YUV格式,(2)自己编写YUV转换公式(3)matlab自带转换灰度格式(Simple and useful matlab batch computing color RGB image PSNR and SSIM, set up three kinds of transformation methods, (1) with matlab transform YUV format