登录
首页 » matlab » Speckle_reduction

Speckle_reduction

于 2019-03-30 发布
0 211
下载积分: 1 下载次数: 39

代码说明:

说明:  用于SAR图像的相干斑抑制,内有增强Lee滤波,增强Kuan滤波,增强GammaMap滤波算法,还有等效视数,边缘保持指数的求法(For speckle suppression of SAR images, there are enhanced Lee filtering, enhanced Kuan filtering, enhanced GammaMap filtering algorithm, and the calculation of ENL and EPI.)

文件列表:

Speckle_reduction, 0 , 2019-03-30
Speckle_reduction\Speckle_reduction.m, 1123 , 2019-03-30
Speckle_reduction\codes, 0 , 2019-03-30
Speckle_reduction\codes\EnhancedGammaMap.m, 1181 , 2019-03-30
Speckle_reduction\codes\EnhancedKuan.m, 1153 , 2019-03-30
Speckle_reduction\codes\EnhancedLee.m, 1141 , 2019-03-30
Speckle_reduction\codes\estimate_EPI.m, 516 , 2019-03-30
Speckle_reduction\codes\estimate_L.m, 168 , 2019-03-30
Speckle_reduction\test images, 0 , 2019-03-30
Speckle_reduction\test images\SAR1.jpg, 65890 , 2014-03-19
Speckle_reduction\test images\SAR2.jpg, 46842 , 2014-03-19
Speckle_reduction\test images\SAR3.jpg, 23272 , 2014-03-27
Speckle_reduction\test images\SAR4.jpg, 589878 , 2019-03-23

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

发表评论

0 个回复

  • two_valuable
    灰度图像二值化比较经典的算法,包括otsu方法和局部阈值法。(Gray image binarization more classic algorithms, including methods and local otsu threshold.)
    2010-10-27 14:11:56下载
    积分:1
  • 双边去噪
    说明:  选择一张灰度图片,添加高斯噪声并进行双边滤波(Select a gray image, add Gaussian noise and perform bilateral filtering)
    2020-07-08 15:36:43下载
    积分:1
  • CSCA
    这是用C++实现图像立体匹配的一个完整的论文代码,主要特性是提出了一种全新的跨规模代价聚合方法,适合对于图像的立体匹配有一定基础的人学习(Cross-Scale Cost Aggregation for Stereo Matching)
    2020-12-28 17:19:01下载
    积分:1
  • 新建文件夹
    说明:  检测火灾,本课题为基于matlab的火灾检测识别,烟雾报警,火焰检测,通过几何参数判别,即面积增长率,角度等。完美运行。(Detection of fire, this topic is based on the MATLAB fire detection and recognition, smoke alarm, flame detection, through the geometric parameters, that is, area growth rate, angle and so on. Perfect operation.)
    2020-03-03 15:21:18下载
    积分:1
  • gray22binary
    MATLAB 编写的两种将灰度图二值化(多值亦可)的源程序,并付word说明。(it contains two methods which can change gray image to binary image (or multivalue image )in segments.)
    2021-03-18 22:09:19下载
    积分:1
  • a
    说明:  :基于主动轮廓识别和被动轮廓识别方法各自的优缺点,提出结合主动和被动的方法,先对图像进行被动轮廓的预处理,然 后再应用主动轮廓的方法,通过比较选出Canny算子进行预处理,再通过基于概率的方法分割图像,最后再应用Snake模型进行 轮廓提取。并取得较好的应用。(: Identification Based on Active Contour and passive contour recognition advantages and disadvantages of each method, proposed method of combining active and passive, passive first outline of the image pre-processing before applying the active contour method, by comparing the pre-selected Canny operator treatment, and then through the image segmentation method based on probability, and finally application of Snake model for contour extraction. And get better application.)
    2011-06-02 17:14:26下载
    积分:1
  • DSIFT_EF
    说明:  用于处理亮度不一样或者曝光时间长短不一样的图像,通过图像融合增强图像效果。(Used to process images with different brightness or different exposure time, and enhance the image effect through image fusion.)
    2020-11-02 15:15:43下载
    积分:1
  • PT
    说明:  简单的数字图像处理程序,实现灰度化,二值化,边缘检测等(Simple digital image processing program, graying, binarization, edge detection, etc....)
    2012-02-28 18:49:50下载
    积分:1
  • QualityGuidedUnwrap2D_r1
    基于matlab实现干涉显微镜图像重构中的二维解包裹函数。( QualityGuidedUnwrap2D implements 2D quality guided path following phase unwrapping algorithm. Inputs: 1. Complex image in .mat double format 2. Binary mask (optional) Outputs: 1. Unwrapped phase image 2. Phase quality map This code can easily be extended for 3D phase unwrapping. Technique adapted from: D. C. Ghiglia and M. D. Pritt, Two-Dimensional Phase Unwrapping: Theory, Algorithms and Software. New York: Wiley-Interscience, 1998. Posted by Bruce Spottiswoode on 22 December 2008 2010/07/23 Modified by Carey Smith)
    2020-10-29 11:19:57下载
    积分:1
  • gbvs
    静态图像显著性分析程序,利用matlab开发。加州理工三位教授所写。(Software] Saliency Map Algorithm : MATLAB Source Code Below is MATLAB code which computes a salience/saliency map for an image or image sequence/video (either Graph-Based Visual Saliency (GBVS) or the standard Itti, Koch, Niebur PAMI 1998 saliency map). See the included readme file for details. I also have a newer, simpler version implementing only the Itti algorithm (see simpsal/readme.txt). Please try it out and email me if you have any questions. Download: Please select one of the following to download: [gbvs.zip] This package includes an implementation of the full GBVS algorithm. It also lets you compute an Itti, Koch, Niebur saliency map. It includes a function for computing the ROC score between eye-movements (provided as x,y fixation points) and a saliency map, and a function for displaying a saliency map overlayed on top of an image (as in the screenshot below). Right after you download the zip file, you must change into the gbvs/ directory and run: >>)
    2011-09-11 15:56:18下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载