-
SIFT
matlab的SIFT算法程序,可以运行。搞图像处理的同学可以下载来试试。(matlab SIFT)
- 2014-10-29 13:27:38下载
- 积分:1
-
sparse-subspace-clustering
关于稀疏子空间聚类的算法程序实现,及对应的论文,matlab源码实现。(On sparse subspace clustering algorithm procedures, and the corresponding paper, matlab source code.)
- 2015-09-18 17:46:43下载
- 积分:1
-
canny
canny operator for edge detection
- 2011-06-03 16:59:27下载
- 积分:1
-
PBGBand
这是一个计算二维光子晶体能带的程序,采用平面波展开法模拟2维光子晶体的能带结构。( This is a program to calculate the Photonic Bands of two dimension Photonic Crystal with circular inclusions.)
- 2011-09-15 23:05:02下载
- 积分:1
-
cyst_phantom
用户fieldII 的超声系统仿真程序,用于对超声系统的声场仿真(Ultrasound ansys for fieldII)
- 2013-09-18 19:23:33下载
- 积分:1
-
outofplane_wrap
matlab模拟产生中心应力集中光学条纹图,该程序可用来得到其巨齿包裹图,条纹中心线图。(matlab simulation center stress concentration arising from the optical fringe pattern, the program can be used to get its giant teeth parcel map, the centerline stripes Fig.)
- 2008-04-12 09:32:34下载
- 积分:1
-
Compare_Image
this project Compare Image
sir please active my account to download i india
- 2015-04-20 22:20:02下载
- 积分:1
-
PSCAD_HHT_signals
MATLAB programs designed for Hilbert-huang processing of faulted energy system voltages obtained over PSCAD simulations.
- 2010-07-05 16:39:23下载
- 积分:1
-
Paper-(4)
Paper About medical Care systems
- 2010-10-10 21:49:51下载
- 积分:1
-
wavelift
暂时只支持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)
- 2006-08-08 23:51:30下载
- 积分:1