Description: 暂时只支持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 Platform: |
Size: 6144 |
Author:余庆红 |
Hits:
Description: 这是多尺度B样条小波的边缘检测算子,效果很好,大家都来看看!-This is a multi-scale B-spline wavelet edge detection operator, a good effect, and for everyone to see! Platform: |
Size: 418816 |
Author:chenchuanfeng |
Hits:
Description: 基于小波变换模极大的多尺度图像边缘检测matlab源代码该算法采用的是样条小波-Based on wavelet transform modulus maxima of the multi-scale image edge detection matlab source code of the algorithm is based on spline wavelets Platform: |
Size: 66560 |
Author:张光年 |
Hits:
Description: 在matlab环境下,实现用B样条函数构造小波函数的源程序,经仿真,正确-In the matlab environment, using B-spline function of the source wavelet function constructed by the simulation, the correct Platform: |
Size: 1024 |
Author:zlyzzf |
Hits:
Description: 立方B样条小波均值插值实现,适用于一维信号,此外还有消失矩的一些应用实例-Cubic B-spline wavelet interpolation realize average for one-dimensional signal, in addition to a number of vanishing moments Application Platform: |
Size: 1024 |
Author:xiaowu |
Hits:
Description: 利用B 样条函数构造正交小波函数
1.利用3阶和四阶B 样条函数构造正交小波的方法;
2.用matlab实现构造正交小波的数值实现。
-The use of B-spline function constructed orthogonal wavelet function 1. The use of 3-order and fourth-order B-spline function constructed orthogonal wavelet methods 2. Using matlab realize the value structure of orthogonal wavelet realize. Platform: |
Size: 71680 |
Author:吴亚鹏 |
Hits:
Description: 3次B样条小波程序,用MATLAB写的,思想简单,但要建立好像不容易,大家-3 bspline wavelet program,using matlab language.The idea is not complex,but it is not easy to realize it.Hope all read. Platform: |
Size: 1024 |
Author:lijun |
Hits:
Description: 二阶B样条小波边缘检测
处理后的图像为多尺度下的边缘检测图像
还需要进行边缘图像的匹配-Second-order B-spline wavelet edge detection image processing for multi-scale edge detection to the edge of the image also need to match image Platform: |
Size: 1024 |
Author:袁琪良 |
Hits:
Description: 三次B样条小波分解与重构算法程序,已经测试好了,可以直接使用的,提供给需要的朋友们-Three B-spline wavelet decomposition and reconstruction algorithm program has been tested OK, you can directly use, available to friends in need Platform: |
Size: 1024 |
Author:张章 |
Hits:
Description: 这是在MATLAB-2008a环境下编写的B样条曲面生成程序,可以通过调整节点矢量和控制顶点来调整曲面形状。-This is a MATLAB-2008a environment, prepared by B-spline surface generation program, you can adjust the knot vector and control points to adjust the surface shape. Platform: |
Size: 503808 |
Author:小胡 |
Hits: