Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Graph program Special Effects
Title: jpegprotected Download
 Description: clc img = imread( lena.bmp ) JPEG compression jpegcompression(img, lena_compressed.mat ) JPEG decompression Irec = jpegrestoration( lena_compressed.mat ) System performances [CR,BPP,PSNR,MSE,SNR] = systemperformances(img,Irec, lena_compressed.mat ) Plotting figure,subplot(1,2,1),imshow(img),title( Original image ),... subplot(1,2,2),imshow(Irec),title( Compressed image ) disp( Compression ratio: ) disp(CR) disp( Bits per pixel: ) disp(BPP) disp( Peak signal to noise ratio: ) disp(PSNR) disp( Mean squared error: ) disp(MSE) disp( Signal to noise ratio ) disp(SNR)
 Downloaders recently: [More information of uploader neethu.subash]
 To Search:
File list (Check if you may need any files):
jpegprotected\1.jpg
.............\colorconversion.p
.............\jpegcompression.p
.............\jpegrestoration.p
.............\lena_compressed.mat
.............\systemperformances.m
.............\test_main.m
.............\untitled.fig
jpegprotected
    

CodeBus www.codebus.net