登录
首页 » matlab » lee-frost-kuan

lee-frost-kuan

于 2020-10-20 发布 文件大小:875KB
0 289
下载积分: 1 下载次数: 147

代码说明:

  SAR图像的去噪,包含lee滤波器,frost滤波器,kuan滤波器,并且自己编写的信噪比函数(SAR image denoising, including lee filter, frost filter, kuan filter, and I have written a function of SNR)

文件列表:

小波阈值





........\denosing

........\........\2dimen.asv,764,2014-03-27

........\........\denosing.asv,751,2014-03-27
........\........\denosing.m,751,2014-03-27
........\........\dimen.asv,820,2014-03-27
........\........\dimen.m,805,2014-03-27
........\........\enhancement.m,719,2014-03-27
........\........\for_paper.m,3660,2014-03-27
........\........\imageadenosing.m,2036,2014-03-27
........\........\imagedenosing.asv,5168,2014-03-27
........\........\imagedenosing.m,5179,2014-03-27
........\........\imagedenosing_hard.m,4028,2014-03-27

........\........\Untitled.asv,266,2014-03-27
........\........\Untitled.m,96,2014-03-27
........\........\WPSNR.M,2918,2014-03-27
........\frost.asv,1179,2014-03-27
........\frost.m,1176,2014-03-27
........\kuan.asv,2284,2014-03-27
........\kuan.m,2284,2014-03-27
........\lee.asv,2422,2014-03-27
........\lee.m,2430,2014-03-27
........\main.asv,1828,2014-03-27
........\main.m,2041,2014-03-27
........\PSNR.m,2142,2014-03-27
........\psnr.mat,179,2014-03-27
........\代码备份.txt,1843,2014-03-27

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

发表评论

0 个回复

  • multiquadric
    输入控制点对,即可得到畸变校正系数。 此例中使用最近临插值。如要得到更好效果,可换用双线性或3次插值。(Input control point right, you get distortion correction factor. In this case, using the most recent clinical interpolation. To get better results, can be used for bilinear interpolation or 3 times.)
    2008-02-23 22:32:45下载
    积分:1
  • matlab 解决散斑的重建问题
    说明:  解决散斑图像的重建问题,主要是使用了相位恢复算法(to study the picture problem)
    2020-06-20 01:00:02下载
    积分:1
  • vcpicph
    VC++图像平滑处理+程序源码,实现图象的平滑(去噪声),锐化功能,测试时请在C盘下放一个测试用的Bmp图片,路径:C: est.bmp,没有的话没法测试。如上图所示是水平平滑处理,可以对比下,不过感觉颜色失真了,有兴趣的看一下。命令行编译过程如下:   vcvars32   rc bmp.rc   cl smooth.c bmp.res user32.lib gdi32.lib(VC++ image smoothing+ program source code, to achieve a smooth image (to noise), sharpening function in the C drive when testing a test of decentralization Bmp picture, path: C: test.bmp, no words can not test . Is shown above the level of smoothing, you can compare the next, but the feeling of color distortion, interested look. Command-line compiler as follows: vcvars32 rc bmp.rc cl smooth.c bmp.res user32.lib gdi32.lib)
    2014-02-18 15:30:52下载
    积分:1
  • convert_tif
    批量的将图像转为tif格式,界面方面操作,放在ENVI的安装路径下即可(convert different format of image to .tiff)
    2021-04-21 18:28:49下载
    积分:1
  • gray2rgb
    能将一幅灰度图像根据用户自己给定的彩色图像将其对应的转化为真彩色图像。(Gray image can be processed into rgb image.)
    2013-10-16 10:15:06下载
    积分:1
  • 1593
    图片浏览源码例程,程序调用API函数实现图片的浏览。包括浏览文件夹对话框的“SHBrowseForFolderA”,以及配合它使用的从列表ID取路径“SHGetPathFromIDListA”(Picture Viewer source code routines , the program calls API functions for image browsing. )
    2016-04-13 13:18:19下载
    积分:1
  • DR_LDA
    基于LDA降维的遥感图像分类,LDA算法函数程序,可与各种分类算法结合,提高图像分类的速率(remote sensing image cut down dimension algorithm based on LDA.)
    2014-08-26 18:06:30下载
    积分:1
  • wavelet-transform-matlab
    描述小波变换对地震面波的压制,提高信噪比,剔除干扰项(wavelet transform matlab )
    2020-06-30 23:00:02下载
    积分:1
  • GeneticAlgorithm
    基于遗传算法的图像分割算法。实现图像的分割,显示原图及处理结果图像。(Based on genetic algorithm image segmentation algorithm. Realize image segmentation, and processing results show the image. )
    2021-05-13 02:30:02下载
    积分:1
  • FAST-ICA
    1、对观测数据进行中心化,; 2、使它的均值为0,对数据进行白化—>Z; 3、选择需要估计的分量的个数m,设置迭代次数p<-1 4、选择一个初始权矢量(随机的W,使其维数为Z的行向量个数); 5、利用迭代W(i,p)=mean(z(i,:).*(tanh((temp) *z)))-(mean(1-(tanh((temp)) *z).^2)).*temp(i,1)来学习W (这个公式是用来逼近负熵的) 6、用对称正交法处理下W 7、归一化W(:,p)=W(:,p)/norm(W(:,p)) 8、若W不收敛,返回第5步 9、令p=p+1,若p小于等于m,返回第4步 剩下的应该都能看懂了 基本就是基于负熵最大的快速独立分量分析算法(1, on the center of the observation data, 2, making a mean of 0, the data to whitening-> Z 3, select the number of components to be estimated m, setting the number of iterations p < -1 4, select an initial weight vector (random W, so that the Z dimension of the row vectors of numbers) 5, the use of iteration W (i, p) = mean (z (i, :).* (tanh ((temp) ' * z)))- (mean (1- (tanh ((temp)) ' * z). ^ 2)).* temp (i, 1) to learn W (This formula is used to approximate the negative entropy) 6 with symmetric orthogonal treatments W 7, normalized W (:, p) = W (:, p)/norm (W (:, p)) 8, if W does not converge, return to step 5 9 , so that p = p+1, if p less than or equal m, return to step 4 should be able to read the rest of the basic is based on negative entropy of the largest fast independent component analysis algorithm)
    2013-06-27 15:39:00下载
    积分:1
  • 696518资源总数
  • 106235会员总数
  • 12今日下载