登录
首页 » Visual C++ » SurfBox

SurfBox

于 2009-01-13 发布 文件大小:6997KB
0 263
下载积分: 1 下载次数: 26

代码说明:

  A set of C++ and Matlab routines implementing the surfacelet transform surfacelet的一个非常好用的工具箱(A set of C++ And Matlab routines implementing the surfacelet transformsurfacelet a very useful toolbox)

文件列表:

SurfBox
.......\Cpp
.......\...\HourglassFilterBank.cpp
.......\...\HourglassFilterBank.h
.......\...\NdDirectionalFilterBank.cpp
.......\...\NdDirectionalFilterBank.h
.......\...\PyramidFilterBank.cpp
.......\...\PyramidFilterBank.h
.......\...\SurfaceletFilterBank.cpp
.......\...\SurfaceletFilterBank.h
.......\...\SurfArray.cpp
.......\...\SurfArray.h
.......\...\SurfBoxSystem.cpp
.......\...\SurfMatrix.cpp
.......\...\SurfMatrix.h
.......\...\test_surfacelet.cpp
.......\...\VC6.0_project
.......\...\.............\Debug
.......\...\.............\Release
.......\...\.............\test_surfacelet.dsp
.......\...\.............\test_surfacelet.dsw
.......\...\.............\test_surfacelet.ncb
.......\...\.............\test_surfacelet.opt
.......\...\.............\test_surfacelet.plg
.......\...\VC7.1_project
.......\...\.............\Debug
.......\...\.............\Release
.......\...\.............\test_surfacelet.ncb
.......\...\.............\test_surfacelet.sln
.......\...\.............\test_surfacelet.vcproj
.......\Demo
.......\....\demo_Filters2D.m
.......\....\demo_VideoDenoising.m
.......\....\demo_Zoneplate.m
.......\....\mobile.mat
.......\....\PlayImageSequence.m
.......\....\show_basis.m
.......\....\show_freq2D.m
.......\....\zoneplate3d.m
.......\filters
.......\.......\cbd_coeffs_bo_12.surf
.......\.......\cbd_coeffs_bo_14.surf
.......\.......\cbd_coeffs_bo_16.surf
.......\.......\cbd_coeffs_bo_18.surf
.......\.......\cbd_coeffs_bo_4.surf
.......\.......\cbd_coeffs_bo_6.surf
.......\.......\cbd_coeffs_bo_8.surf
.......\.......\readme.txt
.......\how_to_install_cpp_Win32.txt
.......\Matlab
.......\......\box2cell.m
.......\......\calculateI0.m
.......\......\calculateKaiserwindow.m
.......\......\cbd_filters_10_dec.mat
.......\......\cbd_filters_10_rec.mat
.......\......\cbd_filters_12_dec.mat
.......\......\cbd_filters_12_rec.mat
.......\......\cbd_filters_14_dec.mat
.......\......\cbd_filters_14_rec.mat
.......\......\cbd_filters_16_dec.mat
.......\......\cbd_filters_16_rec.mat
.......\......\cbd_filters_18_dec.mat
.......\......\cbd_filters_18_rec.mat
.......\......\cbd_filters_4_dec.mat
.......\......\cbd_filters_4_rec.mat
.......\......\cbd_filters_6_dec.mat
.......\......\cbd_filters_6_rec.mat
.......\......\cbd_filters_8_dec.mat
.......\......\cbd_filters_8_rec.mat
.......\......\ccsym.m
.......\......\cell2box.m
.......\......\get_cbd_filters_load.m
.......\......\HourGlassDec.m
.......\......\HourGlassRec.m
.......\......\ind2subs_cell.m
.......\......\IRCdecF.m
.......\......\IRCrecF.m
.......\......\mexSurfaceletDec.dll
.......\......\mexSurfaceletDec.mexglx
.......\......\mexSurfaceletDec.mexmac
.......\......\mexSurfaceletRec.dll
.......\......\mexSurfaceletRec.mexglx
.......\......\mexSurfaceletRec.mexmac
.......\......\Meyer_sf_vkbook.m
.......\......\NDFBdec.m
.......\......\NDFBrec.m
.......\......\NXdiamondmapping.m
.......\......\PrySDdec_onestep.m
.......\......\PrySDrec_onestep.m
.......\......\PyrNDDec_mm.m
.......\......\PyrNDRec_mm.m
.......\......\rcos.m
.......\......\resampc.c
.......\......\resampc.dll
.......\......\resampc.mexglx
.......\......\resampc.mexlx
.......\......\resampc.mexmac
.......\......\resampc.mexsol
.......\......\sinc.m
.......\......\Surfdec.m

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • satellite-system
    基于数字地球的车载卫星导航定位的设计与实现(Digital Earth s satellite navigation and positioning the vehicle design and implementation)
    2013-12-01 10:06:50下载
    积分:1
  • dijkstra
    Diskstra最短路径算法的c++源程序,以及编译好的matlab动态链接库,学习留形学习算法及程序必备。(Diskstra shortest path algorithm c++ source code, and compiled matlab dynamic link library, learning algorithms and procedures remain an essential form of learning.)
    2010-10-20 20:54:56下载
    积分:1
  • chap11
    syms x g=exp(x*sin(x)) t=taylor(g,12,2) xd = 1:0.05:3 yd = subs(g,x,xd) ezplot(t, [1,3]) hold on plot(xd, yd, r-. ) title( Taylor approximation vs. actual function ) legend( Taylor , Function )(syms x g = exp (x* sin (x)) t = taylor (g, 12,2) xd = 1:0.05:3 yd = subs (g, x, xd) ezplot (t, [1 , 3]) hold on plot (xd, yd, ' r-.' ) title (' Taylor approximation vs. actual function' ) legend (' Taylor' , ' Function' ))
    2011-07-27 18:12:56下载
    积分:1
  • 1234
    Qt与MATLAB的混合编程研究与实现,可以实现MATLAB的程序到Qt程序的转化(Mixed with the MATLAB programming Qt Research and Implementation, MATLAB programs can achieve the transformation to a Qt program)
    2011-09-02 16:06:44下载
    积分:1
  • PingOriginal_MikeMuuss_1983
    Ping original program. implement pinging test
    2014-10-10 12:33:30下载
    积分:1
  • k-means
    用c程序和matlab分别试验一种k-means改进算法,按照方法选取聚类中心点,事实证明,这种改进是有效的。(Matlab with c procedures and were experimenting with an improved k-means algorithm, in accordance with the method of selecting cluster center, the facts show that this improvement is effective.)
    2010-05-30 22:18:05下载
    积分:1
  • Wavelet_denoising
    小波去噪matlab程序,有demo,本人已运行,能用,大家可以试一试。(Wavelet denoising matlab program, demo, I have to run, can be used, we can try.)
    2013-10-25 21:10:04下载
    积分:1
  • FUSHUDAO
    关于地震复数道的程序,对于学习地球物理的同学有帮助。(Application of seismic complex trace for learning geophysical classmates help. )
    2015-05-13 09:56:28下载
    积分:1
  • Ssammple-ratea
    有关多采样率转换问题,本文介绍了多采采样率转换的MATLAB实现和基础理论。 (This article describes a much more expensive than the sample rate conversion of MATLAB and basic theory of the multi-sampling rate conversion problem.)
    2012-08-20 14:47:42下载
    积分:1
  • robot
    matlab robotics toolbox sample
    2015-03-30 23:35:49下载
    积分:1
  • 696518资源总数
  • 106208会员总数
  • 21今日下载