登录
首页 » MathCAD » curvelet软阈值

curvelet软阈值

于 2018-02-24 发布 文件大小:1350KB
0 318
下载积分: 1 下载次数: 14

代码说明:

  在matlab平台上,使用多尺度curvelet变换,对SAR图像的相干斑噪声进行抑制, 先将图像进行对数变换,把相干斑乘性噪声转换为加性噪声,然后使用一种有效的阈值去噪方法,很好的抑制了相干斑噪声,效果不错。(On the MATLAB platform, the multiscale curvelet transform is used to suppress the speckle noise of the SAR image. First, transform the image to logarithmic transformation and transform the speckle multiplicative noise into additive noise. Then an effective threshold denoising method is adopted to suppress the speckle noise very well, and the result is good.)

文件列表:

curvelet软阈值\curvelet变换\1.fig, 197978 , 2011-11-10
curvelet软阈值\curvelet变换\111.fig, 197871 , 2011-11-10
curvelet软阈值\curvelet变换\3.emf, 330472 , 2013-02-18
curvelet软阈值\curvelet变换\3.fig, 198102 , 2011-11-10
curvelet软阈值\curvelet变换\curveletfusion.m, 1045 , 2013-02-27
curvelet软阈值\curvelet变换\fdct_wrapping6.m, 15443 , 2008-04-04
curvelet软阈值\curvelet变换\fdct_wrapping_window.m, 751 , 2008-04-04
curvelet软阈值\curvelet变换\fusion7.fig, 72356 , 2011-11-10
curvelet软阈值\curvelet变换\ifdct_wrapping.m, 16277 , 2008-04-04
curvelet软阈值\curvelet变换\imgwarp.bmp, 245814 , 2011-11-01
curvelet软阈值\curvelet变换\IR1022_3.bmp, 82998 , 2011-10-21
curvelet软阈值\curvelet变换\LCT-curvelet.m, 2276 , 2011-11-10
curvelet软阈值\curvelet变换\LCTcurvelet.m, 2211 , 2013-02-18
curvelet软阈值\curvelet变换\LCTcurvelet1.m, 2211 , 2013-02-18
curvelet软阈值\curvelet变换\Lena.jpg, 32087 , 2008-04-04
curvelet软阈值\curvelet变换\qubo1.bmp, 82998 , 2011-12-30
curvelet软阈值\curvelet变换\VI1021_4.bmp.jpg, 32087 , 2008-04-04
curvelet软阈值\curvelet变换\VI1021_4.png, 113223 , 2013-02-18
curvelet软阈值\curvelet变换\xiaobo1.bmp, 82998 , 2018-01-04
curvelet软阈值\curvelet变换\新建 Microsoft Word 文档.files\filelist.xml, 224 , 2013-02-18
curvelet软阈值\curvelet变换\新建 Microsoft Word 文档.files\image001.png, 113223 , 2013-02-18
curvelet软阈值\curvelet变换\新建 Microsoft Word 文档.files\image002.gif, 21898 , 2013-02-18
curvelet软阈值\curvelet变换\新建 Microsoft Word 文档.files\Thumbs.db, 9216 , 2013-02-27
curvelet软阈值\curvelet变换\新建 文本文档.txt, 60 , 2013-02-18
curvelet软阈值\softthresholded.m, 1730 , 2018-02-22
curvelet软阈值\Tanls.jpg, 21584 , 2018-01-13
curvelet软阈值\curvelet变换\新建 Microsoft Word 文档.files, 0 , 2018-02-24
curvelet软阈值\curvelet变换, 0 , 2018-02-24
curvelet软阈值, 0 , 2018-02-24

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

发表评论

0 个回复

  • bin
    基于两类判决的1-1策略的固定增量算法对样本分类(Classification of samples by fixed incremental algorithm based on 1-1 Strategy based on two kinds of decisions)
    2019-03-25 10:34:35下载
    积分:1
  • HistoEq
    说明:  This program finds the histogram of an image without using histeq command on MATLAB.
    2020-05-15 03:45:55下载
    积分:1
  • MC9S12G128 LIN总线接收、发送程序
    说明:  MC9S12G128 LIN总线接收、发送程序(MC9S12G128 LIN bus receives and sends programs)
    2019-12-09 19:54:44下载
    积分:1
  • 室外供热管网设计
    说明:  室外供热管网设计 第一节 室外供热管网系统 第二节 室外供热管网的布置 第三节 室外供热管网的敷设与构造 第四节 室外供热管网的应力计算(Design of outdoor heating network Section I outdoor heating network system Section 2 layout of outdoor heating network Section 3 laying and construction of outdoor heating network Section 4 stress calculation of outdoor heating network)
    2020-04-04 13:53:05下载
    积分:1
  • 对任何集体(如你自己的类)的问题描述…
    一:问题描述 针对某个集体(比如你所在的班级)中的“人名”设计一个哈希表,使得平均查找长度不超过R,完成相对的建表和查表程序。 二:基本要求 假设人名为中国人姓名的汉语拼音形式。待填入哈希表的人名共有30个,取平均查找长度的上限为2。哈希函数用除留余数法构造,用伪随机探测再散列法处理冲突。 三:实现提示 如果随机函数自行构造,则应首先调整好随机函数,使其分布均匀。人名的长度均不超过19个字符(最长的人名如:庄双双(ZHAGN SHUANG SHUANG)。字符的取码方法可直接利用C语言中的tosacii函数,并可对过长的人名先作折叠处理。 四:需求分析 本演示程序是对哈希表的建立和查找进行演示,主要数据来自自己编写的人名“A~~Z”等字母组成,拼音由开头的字母组成的词组,查找时用伪随机探测再散列法处理冲突。随机产生人名的位置。具体的程序内容在源程序里面有比较详细的解析。程序的运行在下列有详细的介绍。 -one : Problem description against any collective (such as your own classes) of "names" design a hash table. you make the average length of not more than R, completes the construction and Lookup Table procedures. Two : the assumption that the basic requirements were known as the Chinese name of Chinese pinyin form. Hash Table question Enter the names of a total of 30, you take the average length of a maximum of two. Hash functions with a few exception I stay constructed using pseudo-random re-hash detection method to resolve disputes. 3 : Achieving suggested ra
    2022-01-22 16:42:56下载
    积分:1
  • 数据库系统概念中文版
    说明:  数据库系统概念中文版,作为大学的核心课程,本书对于自学的同学非常友好,对于里面的伪代码和习题都建议同学自己去尝试。(The Chinese version of the concept of database system, as the core course of university, is very friendly to the students who teach themselves. For the pseudo-code and exercises in this book, students are advised to try it by themselves.)
    2019-02-27 23:36:08下载
    积分:1
  • static_stability
    电力系统静态稳定分析,小扰动分析法,简单算法(Static stability analysis of power system small disturbance analysis, a simple algorithm)
    2009-10-30 16:57:43下载
    积分:1
  • ads1115
    说明:  ads1115历程以及最小系统 基于msp430(Course and schematic diagram of ads 1115 Based on MSP430)
    2020-06-24 19:00:01下载
    积分:1
  • 存在多普勒扩散的ASK信号产生程序,用于信号源的产生
    存在多普勒扩散的ASK信号产生程序,用于信号源的产生-a signal program for ask with doppler
    2022-03-07 00:20:15下载
    积分:1
  • nodo_modbus
    nodo arduino modbus node(es es codigo fuente para un nodo con entrada y salida)
    2020-06-17 04:00:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载