登录
首页 » matlab » Speckle_reduction

Speckle_reduction

于 2019-03-30 发布 文件大小:706KB
0 193
下载积分: 1 下载次数: 21

代码说明:

  用于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 个回复

  • Desktop
    说明:  计算图像边缘保护指数EPI,需要原始图像与处理后图像(To calculate the EPI, the original image and the processed image are needed)
    2020-06-10 17:11:28下载
    积分:1
  • hsvfeature2
    这是图像处理中HSV课件颜色特征提取(将H5等份,S,V分量各三等份)MATLAB源码。(This is the image processing in HSV color feature extraction software (to be H5 equal, S, V component of the third class) MATLAB source.)
    2008-05-18 10:33:19下载
    积分:1
  • chaos_scrambling_gui
    本代码实现了对高光谱遥感图像进行混沌序列置乱加密,其中包括读取三维立体遥感图像、混沌加密以及灰度直方图绘制(This code implements the hyperspectral remote sensing images chaotic sequence of scrambling encryption, including reading the three-dimensional sensing image, and histogram drawing Chaotic Encryption)
    2016-03-17 11:06:34下载
    积分:1
  • py-faster-rcnn-master
    图像检测的算法,Faster R-CNN算法,先对整张图像进行卷积计算,然后通过感兴趣区域池化层(RoI Pooling Layer)将选择性搜索算法推荐出来的候选区域和卷积网络计算出的特征映射图进行融合,得到候选区域对应的特征矢量,这种共享卷积计算的操作极大地减少了卷积计算的次数。而且这些特征矢量的维度统一,方便后续的分类工作。通过感兴趣区域池化层处理卷积特征,并将得到的特征送往两个并行计算任务进行训练,分类和定位回归。通过这些方法和改进的框架,Fast R-CNN 用更短的训练和测试时长,取得了比 R-CNN 更好的效果(Faster R-CNN algorithm first convolutes the whole image, then fuses the candidate regions recommended by the selective search algorithm and the feature mapping maps calculated by the convolution network through the RoI Pooling Layer to get the corresponding feature vectors of the candidate regions, which greatly reduces the number of convolution calculations. Moreover, the dimension of these feature vectors is unified, which facilitates the subsequent classification work. The convolution feature is processed by the pooling layer of the region of interest, and the obtained feature is sent to two parallel computing tasks for training, classification and positioning regression. Through these methods and improved framework, Fast R-CNN uses shorter training and testing time and achieves better results than R-CNN.)
    2020-12-11 15:39:18下载
    积分:1
  • Hu-moment
    计算图像的几何不变矩—Hu矩,以及图像的相似度,在vc下实现。(Calculate the geometric image invariant moments-Hu moments, as well as the similarity of the image, achieved under vc.)
    2014-01-18 11:02:52下载
    积分:1
  • yuzhihuafenge
    图像分割是把图像划分成具有实际意义的互补交迭的区域的集合。在图像分割之前,图像区域的数目未知,而在分割后各个区域同时满足均匀性和连通性的条件,故图像分割是一个复杂的过程,目前大多数研究都是针对某一类型图像或者某一具体应用的分割。图像阈值化分割的基本思想是确定一个阈值,然后把每个像素点的像素值和阈值相比较,根据比较的结果把像素划分为两类,前景(1)或背景(0)。该方法的关键是确定一个最优的阈值。常用的阈值确定方法有直接门限法、类间最大方差法(otsu法)、分水岭算法、最小误差法、最大熵法等。该段代码就是图像的阈值分割。(The image segmentation is divided into the practical significance of the emerging area of complementary set. In the image segmentation, before the number of image region, the unknown, and after each area in division at the same time satisfy the uniformity and connectivity condition, so the image segmentation is a complicated process now, most research are for a certain type image or a particular application of the division. Image threshold segmentation of the basic idea is to determine a threshold, then put each pixel threshold value of the pixels and compared, according to the result of the comparison the pixel divided into two categories, the prospect (1) or background (0). This method is the key to determine an optimal threshold. Commonly used method to determine the threshold value of direct threshold method, the largest of the variance between method (otsu method), watershed algorithm, the minimum error method, the maximum entropy method, etc. When the code is image threshold segm)
    2011-11-14 21:10:46下载
    积分:1
  • work7
    实现图像匹配,ssda算法,自主截图选择匹配位置(To achieve image matching, ssda algorithm, self-selection match position screenshots)
    2010-03-10 21:25:37下载
    积分:1
  • QRSdetection
    心电信号QRS复波实时检测代码及界面,使用QRS复波检测算法检测QRS复波(Code and interface, real-time detection of ECG QRS complex wave QRS complex wave detection algorithm to detect QRS complex wave)
    2020-07-01 07:20:01下载
    积分:1
  • LIME-master
    使用了色调映射算法,调整图片的灰度,更好表达原图里的信息与特征。(The hue mapping algorithm is used to adjust the gray level of the image and better express the information and features in the original image.)
    2020-06-21 16:20:01下载
    积分:1
  • yaogan
    遥感数字图像处理基础 遥感数字图像处理基础(yao gan shu zi tu xiang chu li ji chu)
    2010-10-26 16:19:28下载
    积分:1
  • 696516资源总数
  • 106425会员总数
  • 12今日下载