搜索资源列表
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
YUV视频序列PSNR的计算
- YUV视频序列PSNR的计算源码,对数字视频处理的朋友有一定的参考价值。支持YUV4:0:0, 4:1:1, 4:2:0, 4:2:2 and 4:4:4格式。 The function computes the psnr between two yuv videos. It considers the video signal as a whole and it doesn't average the psnr's of the single frames.
yuvpsnr
- 视频质量评价的PSNR评价方法代码,主要针对YUV格式的编码方式。-Evaluation of video quality evaluation method PSNR code, mainly for YUV encoding format.
yuvPSNRcompu
- computer PSNR for yuv sequences
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
RMSE_PSNR_Calculator
- 比较YUV文件质量 RSME PSNR质量报告- RMSE and PSNR Calculator Compares two sequences of raw YUV4:2:0 video frames and calculates the RMSE and PSNR values from them. The output format is CSV for easy use in spreadsheet applications.
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值。
design_gk
- 在VC6.0下的计算PSNR的小程序-Analysis and Calculation of High Definition, Standard Definition TV video sequences of the PSNR. Give yuv file
YUV_PSNR
- YUV文件的PSNR比较工具,参数可以灵活设置-PSNR YUV file comparison tool, the parameters can be flexibly set
test1
- test psnr of yuv format
yuvcalculate
- How to calculate PSNR of a yuv video.
psnr
- 计算YUV文件的PSNR值,分别计算Y分量,U,V分量的PSNR值,还有宏块级的PSNR值-PSNR value calculated YUV file
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
psnr
- 输入和输出是两个yuv文件。比较这两个yuv文件的psnr-Calculate the psnr of two yuv files.
psnr
- THIS msvc project gives average snr value between two .yuv files
官方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