登录
首页 » matlab » wavelet-image-fusion

wavelet-image-fusion

于 2012-12-08 发布 文件大小:152KB
0 199
下载积分: 1 下载次数: 104

代码说明:

  小波方法的多焦点图像融合,用的融合规则为Yong Yang:A Novel DWT Based Multi-focus Image Fusion Method的方法(Wavelet method for multi-focus image fusion, the fusion rules: A Novel DWT Based Multi-focus Image Fusion Method method Yong Yang,)

文件列表:

wavelet image fusion
....................\HuoQuTuXiangShuJuexample.m,1123,2012-10-23
....................\HuoQuTuXiangShuJuexample1.m,1129,2012-10-21
....................\HuoQuTuXiangShuJuexample2.m,1131,2012-10-21
....................\HuoQuTuXiangShuJuexample3.m,1123,2012-10-21
....................\MeanVarianceFenXi.m,1901,2012-11-04
....................\NeighborEnergy.m,2252,2012-10-18
....................\QuzaoDWTTuxiangRonghe.m,3672,2012-10-19
....................\QuzaoDWTTuxiangRongheYiZhiXing.asv,3740,2012-10-22
....................\QuzaoDWTTuxiangRongheYiZhiXing.m,3620,2012-10-22
....................\XiaoBoTiDu.m,1623,2012-10-18
....................\YiZhiXingJianYan.m,4125,2012-10-20





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

发表评论

0 个回复

  • LANE-Detection-HOUGH-Transform
    a lane dtection method using hough-transform
    2012-01-25 00:48:29下载
    积分:1
  • HE
    说明:  对于低照度图像,或是模糊不清的雾天,雨天等图像,本算法都能很好的恢复它的清晰度(For the low illumination images, or blurring of the fog, rain and other images, the algorithm can be very good clarity to restore it)
    2009-05-09 09:44:31下载
    积分:1
  • bang_ww55
    采用了小波去噪的思想,已经调试成功.内含m文件,可直接运行,用于建立主成分分析模型。( Using wavelet denoising thought, Has been successful debugging. M contains files can be directly run, Principal component analysis model for establishing.)
    2017-03-25 13:43:45下载
    积分:1
  • pulse
    figure 4.2a single pluse 3-D uncertainty plot pulsewidth is 2 seconds。 Figure 4.2b. Contour plot corresponding to Fig. 4.2a. Figure 4.2c. Single pulse 3-D ambiguity plot. Pulsewidth is 2 seconds. Figure 4.2d. Contour plot corresponding to Fig. 4.2c. (figure 4.2a single pluse 3-D uncertainty plot pulsewidth is 2 seconds. Figure 4.2b. Contour plot corresponding to Fig. 4.2a. Figure 4.2c. Single pulse 3-D ambiguity plot. Pulsewidth is 2 seconds. Figure 4.2d. Contour plot corresponding to Fig. 4.2c.)
    2008-08-08 14:38:48下载
    积分:1
  • n个点电荷的电场线代码
    说明:  n个点电荷电场线的matlab仿真 分别有1个 2个等(可以通过改变程序数字来得到相应的仿真结果)(Matlab simulation of N-point charge electric field lines)
    2020-11-15 16:09:40下载
    积分:1
  • houghGUI
    一个交互式程序,利用Hough变换检测圆。允许人工选择圆半径。(An interactive process, the use of Hough transform circle detection. Permit artificial selection radius.)
    2007-08-18 10:01:09下载
    积分:1
  • SSDA
    SSDA序贯相似性检测方法对图像进行模板匹配。从源图像中取小图,再到源图像中找到小图所处的位置。(SSDA sequential similarity detection method of the image template matching. Source image taken from the small map, to find a small map the source image position.)
    2010-08-19 09:21:06下载
    积分:1
  • 程序
    PIVlab - 时间分辨粒子图像测速(PIV)工具: 一种基于GUI的工具,用于预处理,分析,验证,后处理,可视化和模拟PIV数据。 使用MATLAB网络研讨会进行人脸识别代码: 使用MATLAB在线讲座的人脸识别中的主要演示文件。 Gabor特征提取: 该程序生成一个自定义Gabor滤波器组; 并使用它们提取图像特征。 主成分分析: 用于特征提取; 链码: 基于MATLAB的freeman的曲面轮廓描述(PIVlab - time resolved particle image velocimetry (PIV) tool: A GUI based tool for preprocessing, analysis, validation, post processing, visualization, and Simulation of PIV data. Using MATLAB webinar for face recognition code: The main demo file is used in MATLAB online lectures for face recognition. Gabor feature extraction: The program generates a custom Gabor filter bank and uses them to extract image features. Principal component analysis: For feature extraction; Chain code: Surface contour description of Freeman based on MATLAB)
    2021-03-30 16:59:09下载
    积分:1
  • 1527531
    C-W节约算法是最经典的求解车辆路径问题的启发式算法,()
    2018-07-05 23:24:48下载
    积分:1
  • GeometricVersion3
    课程设计 几何图形(满分50 分) 版本1:满分10 分 设计抽象类GeometricObject 及其子类Triangle 和Circle。 GeometricObject 类设计要求如下: ■ 一个名为color 的Color 类型的私有数据域,表示对象的颜色。 ■ 一个名为filled 的Boolean 类型的私有数据域,表示对象是否填充颜色。 ■ 一个名为dateCreated 的Date 类型的私有数据域,表示对象的创建日期。 ■ 一个无参构造方法。 ■ 一个能创建特定color 和filled 的有参构造方法。 ■ 相关数据域的访问器和修改器。 ■ 两个个名为draw 和erase 的抽象方法。 ■ 一个名为getArea 的抽象方法。 ■ 一个名为getPerimeter 的抽象方法。 ■ 重写toString 方法。 Triangle 类设计要求如下: ■ 三个名为side1、side2 和 side3 的double 类型的私有数据域表示三角形的三条边。它 们的默认值是1.0。要求三个数据域保留2 位小数。 ■ 一个无参的构造方法创建默认三角形。 ■ 一个能创建带指定side1、side2 和 side3 的有参构造方法。 ■ 所有三个数据域的访问器和修改器方法。 ■ 父类抽象方法的实现。 ■ 重写toString 方法。 Circle 类(Curriculum Design Geometry (out of 50) Version 1: 10 points Design an abstract class and its subclasses GeometricObject Triangle and Circle. GeometricObject class design requirements are as follows: ■ a named color of the Color type private data field that indicates the object s color. ■ a Boolean type called filled private data field that indicates whether the object fill color. ■ Date type named dateCreated private data field, which means that the object was created. ■ a no-argument constructor. ■ one can create a specific color and filled in with arg constructor. ■ Related data field accessor and modifier. ■ two months called draw and erase the abstract methods. ■ an abstract method named getArea. ■ an abstract method named getPerimeter. ■ overridden toString method. Triangle class design requirements are as follows: ■ three named side1, side2 and a double side3 private data field indicates the type of triangle with three sides. It Our default value is 1.0. Requires)
    2020-12-10 08:59:18下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载