登录
首页 » matlab » WaveletsMultiwavelets

WaveletsMultiwavelets

于 2021-01-30 发布 文件大小:451KB
0 291
下载积分: 1 下载次数: 97

代码说明:

  Fritz Keinert写的小波和多小波工具箱(Written by Fritz Keinert wavelet and multiwavelet Toolbox)

文件列表:

WaveletsMultiwavelets
.....................\@double
.....................\.......\binomial.m
.....................\.......\factorial.m
.....................\.......\isidentity.m
.....................\.......\issingular.m
.....................\.......\issymbolic.m
.....................\.......\iszero.m
.....................\@mpoly
.....................\......\ceil.m
.....................\......\ctranspose.m
.....................\......\det.m
.....................\......\diag.m
.....................\......\display.m
.....................\......\double.m
.....................\......\end.m
.....................\......\eq.m
.....................\......\expand.m
.....................\......\fix.m
.....................\......\floor.m
.....................\......\get.m
.....................\......\horzcat.m
.....................\......\inv.m
.....................\......\isconstant.m
.....................\......\isidentity.m
.....................\......\ismonomial.m
.....................\......\isnumeric.m
.....................\......\issymbolic.m
.....................\......\iszero.m
.....................\......\kron.m
.....................\......\ldivide.m
.....................\......\longinv.m
.....................\......\match_type.m
.....................\......\minus.m
.....................\......\mldivide.m
.....................\......\moment.m
.....................\......\mpoly.m
.....................\......\mpolyval.m
.....................\......\mpower.m
.....................\......\mrdivide.m
.....................\......\mtimes.m
.....................\......\ne.m
.....................\......\plus.m
.....................\......\polyphase.m
.....................\......\power.m
.....................\......\rdivide.m
.....................\......\reshape.m
.....................\......\reverse.m
.....................\......\round.m
.....................\......\set.m
.....................\......\simplify.m
.....................\......\size.m
.....................\......\subsasgn.m
.....................\......\subsref.m
.....................\......\sym.m
.....................\......\symbol.m
.....................\......\times.m
.....................\......\transpose.m
.....................\......\tril.m
.....................\......\trim.m
.....................\......\triu.m
.....................\......\uminus.m
.....................\......\uplus.m
.....................\......\vertcat.m
.....................\@sym
.....................\....\display.m
.....................\....\isidentity.m
.....................\....\issingular.m
.....................\....\issymbolic.m
.....................\....\iszero.m
.....................\....\max.m
.....................\....\min.m
.....................\....\norm.m
.....................\....\private
.....................\....\.......\index.m
.....................\....\sign.m
.....................\approximation_order.m
.....................\continuous_moment.m
.....................\correlation.m
.....................\discrete_moment.m
.....................\dwt.m
.....................\example_mpoly.m
.....................\example_mw.m
.....................\idwt.m
.....................\itst.m
.....................\mpoly.pdf
.....................\mpoly.ps
.....................\mw.pdf
.....................\mw.ps
.....................\nullspace.m
.....................\point_values.m
.....................\postfilter.m
.....................\prefilter.m
.....................\projection_factor.m
.....................\projection_factorization.m
.....................\projection_shift.m
.....................\range.m
.....................\README.txt
.....................\refinement_matrix.m
.....................\sobolev_estimate.m

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

发表评论

0 个回复

  • jpeg_EN_c++
    一个自己编的解码jpeg格式图片的VC++程序的源代码。()
    2007-10-08 08:58:11下载
    积分:1
  • 基本遗传算法Matlab代码
    基于改进遗传算法的单阈值图像分割方法,该方法在基础遗传算法的基础上进行了改进(Application of Basic Genetic Algorithms in Image Segmentation)
    2020-06-17 17:20:02下载
    积分:1
  • Motion-BasedForegroundS
    对监控视频中的目标进行识别,提取背景信息(The target in the surveillance video is identified and background information is extracted)
    2017-09-18 11:07:26下载
    积分:1
  • Lee filter for speckle noise reduction
    在自适应中值滤波的基础上,采用均值与方差得到一个阈值,来判断极值点是不是噪声点!(On the basis of adaptive median filtering, a threshold is obtained by means of mean and variance to determine whether the extreme point is a noise point!)
    2017-10-02 13:54:48下载
    积分:1
  • 三种传统背景减除法
    使用帧差法、均值法和混合高斯模型对背景进行去除、提取前景信息。来源于2017年研究生数学建模比赛D题。(The background information is removed and the foreground information is extracted by frame difference method, mean value method and hybrid Gauss model. D graduate from the 2017 mathematical modeling contest.)
    2017-09-22 15:05:36下载
    积分:1
  • roewa
    roewa算子,源代码,适用于SAR图像(Roewa operator Applies to SAR image)
    2017-07-08 08:59:07下载
    积分:1
  • 像融合算法
    针对电气设备同一场景的红外与可见光图像间一致特征难以提取和匹配的问题,提出了一种基于斜率一致性的配准方法。首先通过数学形态学方法分别提取红外与可见光图像的边缘,得到粗边缘图像;然后通过SURF算法提取两幅边缘图像的特征点,根据正确的匹配点对之间斜率一致性的先验知识,进行特征点匹配;最后通过最小二乘法求得仿射变换模型参数并实现两幅图像的配准。实验结果表明,该方法有效提高了匹配点对的正确率,能够对电气设备红外和可见光图像实现高精度的配准。(In this paper, a method based on slope consistency is proposed to solve the problem that the uniform features of infrared and visible images are difficult to extract and match. Firstly, the edges of infrared and visible images were extracted by mathematical morphology, and the rough edge images were obtained. Then, the feature points of two edge images were extracted by SURF algorithm, and the priori knowledge of slope consistency was obtained according to the correct matching point, and the feature points were matched. Finally, the model parameters of affine transformation are obtained by least square method and the registration of two images is realized. The experimental results show that this method can effectively improve the accuracy of matching points, and can realize high precision registration of infrared and visible images of electrical equipment.)
    2018-03-24 10:53:41下载
    积分:1
  • canny
    对静态图像应用canny算法提取边缘特征(The edge feature is extracted by canny algorithm of static image)
    2017-12-11 10:53:47下载
    积分:1
  • 10surf 像拼接(2013a)
    通过MATLAB平台使用surf算法实现图像拼接(Through the MATLAB platform using surf algorithm to achieve image stitching)
    2020-07-07 13:48:57下载
    积分:1
  • 批量改片格式
    说明:  对图像格式进行更改,将mat格式转化为其它格式的程序(Program to change image format and convert mat format to other formats.)
    2019-12-24 22:42:02下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载