登录
首页 » matlab » SAR滤波MATLAB程序

SAR滤波MATLAB程序

于 2020-12-21 发布 文件大小:1613KB
0 359
下载积分: 1 下载次数: 20

代码说明:

  孔径雷达图像固有的相干斑噪声严重降低了图像的可解译程度,影响了后续目标检测、分类和识别 等应用。因此,SAR图像的相干斑抑制问题一直是SAR图像应用的重要课题之一。一个理想的去斑算法应该在平 滑的同时保持图像的边缘等细节不受损失,目前存在各种各样的算法,但没有一种方法能够完美的满足这一要求。 本文对SAR图像的相干斑抑制问题进行了全面系统的研究,分析了相干斑的形成原因,总结了目前存在的相干斑 抑制算法的主要思路,介绍了具有代表性的算法,并对各种算法的性能进行了定性分析和比较,给出了去斑算法定 量评估方法(The inherent speckle noise of the aperture radar image seriously reduces the degree of interpretation of the image, and affects the detection, classification and recognition of the subsequent targets. And other applications. Therefore, the problem of speckle suppression in SAR images has been one of the most important topics in the application of SAR images. An ideal speckle algorithm should be flat At the same time, the details such as edges of images are not lost. There are various algorithms at present, but none of them can satisfy this requirement perfectly.)

文件列表:

SAR滤波MATLAB程序\Contents.m, 1035 , 2000-05-09
SAR滤波MATLAB程序\filterblock.m, 7862 , 2000-05-09
SAR滤波MATLAB程序\filtperiodo.m, 6563 , 2000-05-09
SAR滤波MATLAB程序\filtrange.m, 11357 , 2000-05-09
SAR滤波MATLAB程序\rangedemo.m, 4091 , 2000-05-09
SAR滤波MATLAB程序\master2_128_512, 262144 , 2000-04-18
SAR滤波MATLAB程序\master3_128_512, 524288 , 2000-04-18
SAR滤波MATLAB程序\slave2_128_512, 524288 , 2000-04-18
SAR滤波MATLAB程序\slave3_128_512, 524288 , 2000-04-18
SAR滤波MATLAB程序, 0 , 2010-03-23

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

发表评论

0 个回复

  • yundongtiqu
    运动目标提取算法,针对多帧图像累加后运动区域的提取(Moving object extraction algorithm for multi-frame image motion region extraction after accumulation)
    2013-06-04 11:11:06下载
    积分:1
  • DCT--and--FFT
    实现DCT变换和FFT变换的图像压缩, 比较两者性能的差异(The DCT transform and FFT transform image compression)
    2020-12-14 00:09:15下载
    积分:1
  • 基于地分块匹配算法定位仿真(原始程序)
    说明:  地形分块下的匹配导航算法仿真程序,算法包括最优分块算法和匹配定位算法的仿真(Simulation program of matching navigation algorithm under terrain block, including the simulation of optimal block algorithm and matching positioning algorithm)
    2020-12-02 16:19:25下载
    积分:1
  • hhgs
    介绍了混合高斯背景建模法提取运动目标的过程,自己写的,比较好理解,付视频一个,用自己的视频也可以(Describes the process of Gaussian mixture background modeling method to extract moving target, write your own, is better understood, paid a video, you can use your own videos)
    2014-01-11 21:55:54下载
    积分:1
  • US_image_segmentation
    自写的一种基于局部对比增强的GVFsnake图像分割方法,参考了xu的gvf,但本方法分割效果更好。(Since the writing of a local contrast enhancement based on image segmentation method of GVFsnake reference xu the gvf, but this method is better segmentation.)
    2007-09-20 13:47:19下载
    积分:1
  • JPEGCompression
    编码: (1)进行颜色转换,将RGB格式转换为YUV格式。 (2)将待编码的N×N的图像分解成(N/8)^ 2 个大小为8×8的子图像。 (3)对每个子图像进行DCT变换,得到各子图像的变换系数。这一步的实质是把空间域表示的图像转换成频率域表示的图像。 (4)对变换系数进行量化。 (5)进行Z字形重排 (6)使用霍夫曼变长变码编码器对量化的系数进行编码,得到压缩后的图像(数据)。 解码: (1) 对压缩的图像数据进行解码,得到用量化系数表示的图像数据。 (2) 进行反Z字型重排 (3)用与编码时相同的量化函数或量化值表对用量化系数表示的图像数据进行逆量化,得到每个子图像的变换系数。 (4)对逆量化得到的每个子图像的变换系数进行反向正交变换(如反向DCT变换等),得到(N/8)^2 个大小为8×8的子图像。 (5)将(N/8)^2 个大小为8×8的子图像重构成一个N×N的图像。 (6)进行颜色组合,将YUV格式转换为RGB格式图像。(JPEG compression and decompression process)
    2019-02-18 22:58:13下载
    积分:1
  • GST-for-small-target-detection-master (1)
    说明:  本代码使用MATLAB编写的基于GST模型的红外弱小目标检测代码(% This source code is for infrared small target detection method based on Generalized Structure Tensor (GST). % If you use this code in your publications, please cite:)
    2019-04-15 15:50:58下载
    积分:1
  • kmeans
    说明:  利用kmeans方法进行图像分割的matlab代码,希望对大家有用(Kmeans method using image segmentation matlab code, in the hope that useful)
    2008-11-28 21:10:07下载
    积分:1
  • code
    de-speckling of noise in medical ultra sound images...
    2013-08-14 18:54:36下载
    积分:1
  • matlab-code2
    该资料中的程序实现的是图像压缩,供初学者学习。(The data of the program implementation is the image compression, for beginners to learn.)
    2015-08-10 16:38:27下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载