代码搜索:Compression
找到约 9,238 项符合「Compression」的源代码
代码结果 9,238
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
www.eeworm.com/read/285338/4053907
m cameraman_co.m
% PSNR value for decompression image using wavelet compression only
% 34.4303
clear all;
close all;
t=cputime;
input_ima=imread('cell.tif');
N=3;
[CA,CH,CV,CD] = DWT2(input_ima,'bior3.3')
www.eeworm.com/read/285338/4053908
m cmponly_lengthbiorth33.m
% PSNR value for decompression image using wavelet compression only
% 34.4303
clear all;
close all;
t=cputime;
input_ima=imread('pout.tif');
N=3;
[CA,CH,CV,CD] = DWT2(input_ima,'bior3.3')
www.eeworm.com/read/285338/4053909
m cmponly_lengthbiorth22.m
% PSNR value for decompression image using wavelet compression only
% 34.4303
clear all;
close all;
t=cputime;
input_ima=imread('pout.tif');
N=3;
[CA,CH,CV,CD] = DWT2(input_ima,'bior3.3')
www.eeworm.com/read/396640/2410686
svn-base readme.svn-base
jbig2dec is a decoder library and example utility implementing the JBIG2
bi-level image compression spec. Also known as ITU T.88 and ISO IEC
14492, and now included by reference in Adobe's PDF 1.4.
T