-
sand
sand法求2幅图片的光流,在brox法基础上的改进,包括文章和代码(Method 2 sand picture of optical flow, based on the law in brox improvements, including articles and code)
- 2011-05-12 16:42:32下载
- 积分:1
-
Freqz
驗證DTFT的Time Shift property(The verification of DTFT Time Shift property)
- 2014-12-29 09:02:37下载
- 积分:1
-
mobi
莫比乌斯函数的Matlab源代码,可绘制响应图形(Mö bius function of Matlab source code, graphics can be drawn to respond to)
- 2010-03-14 16:25:13下载
- 积分:1
-
MMSE_CDMA_Receiver
The demo shows two nonlinear interference cancellation methods - Zero-Forcing and Minimum-Mean-Square-Error - with symbol cancellation and compares their performance with the Maximum-Likelihood optimum receiver.
- 2010-05-06 16:19:10下载
- 积分:1
-
USB-CAN
MAPLAB文件,帮助你更好学习PIC!(MAPLAB files,help you study PIC more quikly!)
- 2011-08-12 11:22:51下载
- 积分:1
-
Schaums-Outlines---Linear-Algebra-Fourth-Edition
Schaum s Outlines Linear Algebra,Fourth Edition
- 2014-11-06 17:24:00下载
- 积分:1
-
区域生长法
基于区域生长法的图像分割,MATLAB语言,配有程序解释说明(Image segmentation based on region growing method, MATLAB language, with program explanation)
- 2018-08-19 15:21:52下载
- 积分:1
-
qthd33
基于MATLAB编写的前推回代法求解IEEE33节点电压(Forward and backward substitution method to solve the node voltage IEEE33)
- 2010-07-07 17:38:15下载
- 积分:1
-
Chapter111
MATLAB 小波分析高级技术——书中的一些应用程序(MATLAB senior technical wavelet analysis-- Some of the applications)
- 2006-07-05 21:24:47下载
- 积分:1
-
暂时只支持JPEG2000支持CDF97和spline53这可以测量…
暂时只支持jpeg2000支持的 cdf97 和spline53
可以这样来测试:
x=imread( E:studyjpeg2000imageslena.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
- 2023-04-19 13:55:03下载
- 积分:1