Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - psnr
Search - psnr - List

% Matlab implementation of SPIHT (without Arithmatic coding stage)
%
% By Jing Tian, scuteejtian@hotmail.com

fprintf('-----------   Welcome to SPIHT Matlab Demo!   ----------------\n');

fprintf('-----------   Load Image   ----------------\n');
infilename = 'lena512.bmp';
outfilename = 'lena512_reconstruct.bmp';

Orig_I = double(imread(infilename));

rate = 1;

OrigSize = size(Orig_I, 1);
max_bits = floor(rate * OrigSize^2);
OutSize = OrigSize;
image_spiht = zeros(size(Orig_I));
[nRow, nColumn] = size(Orig_I);

fprintf('done!\n');
fprintf('-----------   Wavelet Decomposition   ----------------\n');
n = size(Orig_I,1);
n_log = log2(n);
level = n_log;
% wavelet decomposition level can be defined by users manually.
type = 'bior4.4';
[Lo_D,Hi_D,Lo_R,Hi_R] = wfilters(type);

[I_W, S] = func_DWT(Orig_I, level, Lo_D, Hi_D);

fprintf('done!\n');

fprintf('-----------   Encoding   ----------------\n');
img_enc = func_SPIHT_Enc(I_W, max_bits, nRow*nColumn, level);  

fprintf('done!\n');
fprintf('-----------   Decoding   ----------------\n');
img_dec = func_SPIHT_Dec(img_enc);

fprintf('done!\n');
fprintf('-----------   Wavelet Reconstruction   ----------------\n');
img_spiht = func_InvDWT(img_dec, S, Lo_R, Hi_R, level);

fprintf('done!\n');
fprintf('-----------   PSNR analysis   ----------------\n');

imwrite(img_spiht, gray(256), outfilename, 'bmp');

Q = 255;
MSE = sum(sum((img_spiht-Orig_I).^2))/nRow / nColumn;
fprintf('The psnr performance is %.2f dB\n', 10*log10(Q*Q/MSE));


Update : 2008-07-07 Size : 232873 Publisher : jasonchang

一个图像质量评价方法的源代码,区别于传统的PSNR评价方法,属于图像处理学科研究的前沿。-a method to evaluate image quality of the source code, PSNR different from the traditional evaluation methods, image processing belonging to the forefront of interdisciplinary research.
Update : 2008-10-13 Size : 5768 Publisher : 王青海

DL : 0
测量视频文件信噪比的文件,对于研究视频压缩很有作用,可以进行压缩质量检验-The file of surveying SNR with video frequency file,more effect with study video compress,can test quality of compress.
Update : 2008-10-13 Size : 25385 Publisher : 王宁

PSNR is one the techniques used to enhance matching or recognition rates
Update : 2024-05-04 Size : 1024 Publisher : sapna

计算图片和真实图片之间的峰值信噪比和SSIM(calculate the PSNR and SSIM between your images and the groundtruth.)
Update : 2024-05-04 Size : 3072 Publisher : DejaVu1994

matlab language for finda psnr code and mse
Update : 2024-05-04 Size : 35840 Publisher : kimo919

DL : 0
Peak Signal-to-Noise Ratio (PSNR) and mean square error(MSE) for two images
Update : 2024-05-04 Size : 1705984 Publisher : ga

DL : 0
It calculates dct and idct and then calculates psnr and mse
Update : 2024-05-04 Size : 2053120 Publisher : udaya

DL : 0
给图像加入不同的噪声噪声 psnr计算程序(Add a different noise noise to the image. psnr calculation program)
Update : 2024-05-04 Size : 19456 Publisher : 烛光没有晚餐1

简单好用的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, (2) write your own YUV conversion formula (3) the matlab with gray scale format)
Update : 2024-05-04 Size : 6144 Publisher : thinkfree

matlabPSNR
DL : 0
Peak signal to noise ratio
Update : 2024-05-04 Size : 699392 Publisher : Magneto

DL : 0
采用MATLAB实现图像的PSNR(峰值信噪比)以及MSE(均方误差)的实现(Realization of PSNR (peak signal to noise ratio) and MSE (mean square error) realization of image with MATLAB)
Update : 2024-05-04 Size : 56320 Publisher : wyywd0

DL : 0
This is a MATLAB code used to calculate the PSNR of a function.
Update : 2024-05-04 Size : 1024 Publisher : kashbaba

Othercsnr
DL : 0
计算遥感影像GroundTruth影像与重建影像的PSNR(Computing PSNR of GroundTruth images and restoration images in remote sensing images)
Update : 2024-05-04 Size : 9216 Publisher : OLIVERLIN

Image Proc video-input-psnr-ssim.zip use C++ on Windows
Update : 2024-05-04 Size : 5120 Publisher : alonger

图片重建质量评估算法。计算两张图片的PSNR(Peak Signal to Noise Ratio,峰值信噪比)和SSIM(Structural Similarity Index,结构相似性)。(The measurement algorithm of image reconstruction. Compute the PSNR and SSIM between two images.)
Update : 2024-05-04 Size : 2048 Publisher : Doctor翼

DL : 0
对每类中的每幅图片进行DCT变换(8*8)分块并对保留的DCT系数进行反DCT变换,得到重建的图象,显示原图像和重建图像进行对比,并计算出与原图对比的PSNR值。(Each picture in each class is divided into DCT transform (8*8) and the reserved DCT coefficient is inverse DCT transform. The reconstructed image is obtained. The original image is compared with the reconstructed image, and the PSNR value compared with the original image is calculated.)
Update : 2024-05-04 Size : 3072 Publisher : 啊瓜

python代码计算图像之间的psnr值(The python code computes the PSNR value between the images)
Update : 2024-05-04 Size : 1433600 Publisher : 宏力王

图形界面计算psnr和ssim,直接输入原始图像和处理后的图像的psnr和ssim值,分别在Y通道和RGB通道(The graphical interface calculates PSNR and ssim, and directly inputs the PSNR and SSIM values of the original image and the processed image in Y channel and RGB channel, respectively)
Update : 2024-05-04 Size : 34816 Publisher : 萧风随月

DL : 0
MATLAB实现PSNR 和SSIM算法和一种针对模糊图像的无参考评价。(图像像素需要相同)(MATLAB realizes PSNR and SSIM algorithm and a non reference evaluation for fuzzy image. (image pixels need to be the same))
Update : 2024-05-04 Size : 1024 Publisher : Qtzdlbt
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 38 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.