代码搜索:Decompression
找到约 1,125 项符合「Decompression」的源代码
代码结果 1,125
www.eeworm.com/read/285338/4053766
m cmponly_length3.m
% PSNR value for decompression image using wavelet compression only
% 34.4303
clear all;
close all;
t=cputime;
input_ima=imread('saturn.tif');
N=3;
[CA,CH,CV,CD] = DWT2(input_ima,'bior3.3
www.eeworm.com/read/285338/4053767
m cmponly_length2.m
% PSNR value for decompression image using wavelet compression only
% 34.4303
clear all;
close all;
t=cputime;
input_ima=imread('saturn.tif');
N=2;
[CA,CH,CV,CD] = DWT2(input_ima,'bior3.3
www.eeworm.com/read/285338/4053768
m cmponly_length4.m
% PSNR value for decompression image using wavelet compression only
% 34.4303
clear all;
close all;
t=cputime;
input_ima=imread('saturn.tif');
N=4;
[CA,CH,CV,CD] = DWT2(input_ima,'bior3.3
www.eeworm.com/read/285338/4053769
m cmponly_length5.m
% PSNR value for decompression image using wavelet compression only
% 34.4303
clear all;
close all;
t=cputime;
input_ima=imread('saturn.tif');
N=5;
[CA,CH,CV,CD] = DWT2(input_ima,'bior3.3
www.eeworm.com/read/285338/4053770
m cmponly_length9.m
% PSNR value for decompression image using wavelet compression only
% 34.4303
clear all;
close all;
t=cputime;
input_ima=imread('saturn.tif');
N=9;
[CA,CH,CV,CD] = DWT2(input_ima,'bior2.2
www.eeworm.com/read/285338/4053771
m cmponly_length7.m
% PSNR value for decompression image using wavelet compression only
% 34.4303
clear all;
close all;
t=cputime;
input_ima=imread('saturn.tif');
N=7;
[CA,CH,CV,CD] = DWT2(input_ima,'bior2.2
www.eeworm.com/read/285338/4053772
m cmponly_length3.m
% PSNR value for decompression image using wavelet compression only
% 34.4303
clear all;
close all;
t=cputime;
input_ima=imread('saturn.tif');
N=3;
[CA,CH,CV,CD] = DWT2(input_ima,'bior2.2
www.eeworm.com/read/285338/4053773
m cmponly_length2.m
% PSNR value for decompression image using wavelet compression only
% 34.4303
clear all;
close all;
t=cputime;
input_ima=imread('saturn.tif');
N=2;
[CA,CH,CV,CD] = DWT2(input_ima,'bior2.2
www.eeworm.com/read/285338/4053774
m cmponly_length4.m
% PSNR value for decompression image using wavelet compression only
% 34.4303
clear all;
close all;
t=cputime;
input_ima=imread('saturn.tif');
N=4;
[CA,CH,CV,CD] = DWT2(input_ima,'bior2.2
www.eeworm.com/read/285338/4053775
m cmponly_length5.m
% PSNR value for decompression image using wavelet compression only
% 34.4303
clear all;
close all;
t=cputime;
input_ima=imread('saturn.tif');
N=5;
[CA,CH,CV,CD] = DWT2(input_ima,'bior2.2