文件名称:wavelift
介绍说明--下载内容来自于网络,使用问题请自行百度
暂时只支持jpeg2000支持的 cdf97 和spline53
可以这样来测试:
x=imread( E:\\study\\jpeg2000\\images\\lena.tif )
% see the decomposition coefficients
y=wavelift(x, 1, spl53 ) using spline 5/3 wavelet
figure subplot(1,2,1) imshow(x) subplot(1,2,2) imshow(mat2gray(y))
% see the reconstruction precision
yy=wavelift(x, 5) using cdf 9/7 wavelet
ix=wavelift(yy,-5) inverse
sum(sum((double(x)-ix).^2))
-only temporary support jpeg2000 support cdf97 and spline53 this can be measured Examination : x = imread (E : \\ study \\ jpeg2000 \\ images \\ lena.tif)% see the d ecomposition coefficients wavelift y = (x, 1, spl53) using spline 5 / 3 wavelet figure subplot (1,2,1) imshow (x) subplot (1,2, 2) imshow (mat2gray (y))% see the reconstructi on precision wavelift yy = (x, 5) using cdf 9 / 7 wavelet ix = wavelift (yy. -5) inverse sum (sum ((double (x) - ix). ^ 2
可以这样来测试:
x=imread( E:\\study\\jpeg2000\\images\\lena.tif )
% see the decomposition coefficients
y=wavelift(x, 1, spl53 ) using spline 5/3 wavelet
figure subplot(1,2,1) imshow(x) subplot(1,2,2) imshow(mat2gray(y))
% see the reconstruction precision
yy=wavelift(x, 5) using cdf 9/7 wavelet
ix=wavelift(yy,-5) inverse
sum(sum((double(x)-ix).^2))
-only temporary support jpeg2000 support cdf97 and spline53 this can be measured Examination : x = imread (E : \\ study \\ jpeg2000 \\ images \\ lena.tif)% see the d ecomposition coefficients wavelift y = (x, 1, spl53) using spline 5 / 3 wavelet figure subplot (1,2,1) imshow (x) subplot (1,2, 2) imshow (mat2gray (y))% see the reconstructi on precision wavelift yy = (x, 5) using cdf 9 / 7 wavelet ix = wavelift (yy. -5) inverse sum (sum ((double (x) - ix). ^ 2
(系统自动生成,下载前可以参看下载内容)
下载文件列表
colwavelift.m
wavelift.m
wavelift.m
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.