- EmailListenerDemo 本程序实现对主机电子邮件协议的监控与截获
- Unidade_5_Despacho_Economico2 Document describing the Economic Dispatch
- emission Economic load dispatch problem is allocating loads to plants for minimum cost while meeting the constraints. It is formulated as an optimization problem of minimizing the total fuel cost of all committed plant while meeting the demand and losses .The variants of the problems are numerous which model the objective and the constraints in different ways. The basic economic dispatch problem can described mathematically as a minimization of problem of minimizing the total fuel cost of all committed plants subject to the constraints
- MATLAB-identify-thread MATLAB图像处理——螺纹识别系统 源程序
- Myshopping 一个简单的在线购物系统
- Sherif Mohamed Dec 2018 we shed light on the potential and implementation of index modulation (IM) techniques for MIMO and multi
文件名称:jpegprotected
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:184.98kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
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) -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)
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) -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)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
jpegprotected/1.jpg
jpegprotected/colorconversion.p
jpegprotected/jpegcompression.p
jpegprotected/jpegrestoration.p
jpegprotected/lena_compressed.mat
jpegprotected/systemperformances.m
jpegprotected/test_main.m
jpegprotected/untitled.fig
jpegprotected
jpegprotected/colorconversion.p
jpegprotected/jpegcompression.p
jpegprotected/jpegrestoration.p
jpegprotected/lena_compressed.mat
jpegprotected/systemperformances.m
jpegprotected/test_main.m
jpegprotected/untitled.fig
jpegprotected
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.