登录
首页 » matlab » aabb112233445566-9780178-SAR-denosing-sj

aabb112233445566-9780178-SAR-denosing-sj

于 2020-11-04 发布
0 146
下载积分: 1 下载次数: 2

代码说明:

说明:  使用小波、countlet、Lee等多种方式实现SAR图像去噪(use the wavelet,countlet,Lee achieve the denoising of SAR image)

文件列表:

SAR-denosing-sj, 0 , 2016-12-19
SAR-denosing-sj\backsamp.m, 1119 , 2016-12-17
SAR-denosing-sj\BJ256_N_5.bmp, 66616 , 2012-05-04
SAR-denosing-sj\covriance.m, 487 , 2016-12-18
SAR-denosing-sj\denoising.m, 5884 , 2016-12-19
SAR-denosing-sj\dfbdec_l.m, 1768 , 2016-12-16
SAR-denosing-sj\dfbrec.m, 2012 , 2016-12-17
SAR-denosing-sj\dfbrec_l.m, 1736 , 2016-12-17
SAR-denosing-sj\dup.m, 755 , 2016-12-17
SAR-denosing-sj\extend2.m, 1861 , 2016-12-17
SAR-denosing-sj\fbdec_l.m, 1507 , 2016-12-17
SAR-denosing-sj\fbrec_l.m, 1426 , 2016-12-17
SAR-denosing-sj\ldfilter.m, 662 , 2016-12-16
SAR-denosing-sj\lpdec.m, 722 , 2016-12-17
SAR-denosing-sj\lprec.m, 935 , 2016-12-17
SAR-denosing-sj\pdfb2vec.m, 1254 , 2016-12-16
SAR-denosing-sj\pdfbdec.m, 2671 , 2016-12-16
SAR-denosing-sj\pdfbrec.m, 1486 , 2016-12-16
SAR-denosing-sj\pdfb_nest.m, 931 , 2016-12-17
SAR-denosing-sj\pdfb_nest1.m, 2230 , 2016-12-18
SAR-denosing-sj\pfilters.m, 1667 , 2016-12-16
SAR-denosing-sj\ppdec.m, 1374 , 2016-12-17
SAR-denosing-sj\pprec.m, 1497 , 2016-12-17
SAR-denosing-sj\PSNR.m, 459 , 2016-12-11
SAR-denosing-sj\qpdec.m, 1490 , 2016-12-17
SAR-denosing-sj\qprec.m, 1656 , 2016-12-17
SAR-denosing-sj\rebacksamp.m, 1172 , 2016-12-17
SAR-denosing-sj\resamp.m, 1268 , 2016-12-17
SAR-denosing-sj\resampc.c, 2255 , 2016-12-17
SAR-denosing-sj\resampc.dll, 7168 , 2016-12-17
SAR-denosing-sj\resampc.mexw64, 9216 , 2016-12-17
SAR-denosing-sj\sefilter2.m, 1292 , 2016-12-17
SAR-denosing-sj\vec2pdfb.m, 1035 , 2016-12-16
SAR-denosing-sj\wfb2dec.m, 1359 , 2016-12-16
SAR-denosing-sj\wfb2rec.m, 1419 , 2016-12-16

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

发表评论

0 个回复

  • jiangcaiyang
    对图像进行降采样处理,将原图像变为五分之一大小。(The image down-sampling processing, the size of the original image into a fifth.)
    2010-01-10 22:42:51下载
    积分:1
  • LFMCW
    不同信噪比下周期FRFT和FRFT两种方法对LFMCW信号的检测能力对比(FRFT different SNR period and the comparison of the two methods FRFT LFMCW signal detection capability)
    2015-09-07 19:19:53下载
    积分:1
  • Pic_auto_choose
    实现多层tiff显微图像识别,追踪显微镜下PS微球的坐标并给出颗粒运动轨迹(Multi-layer TIFF micro-image recognition is realized. The coordinates of PS microspheres under the microscope are tracked and the trajectories of particles are given.)
    2019-03-15 16:29:05下载
    积分:1
  • Niblack
    图像二值化,采用Niblack算法,采用Matlab编写,可以做个参考。(It accomplishes the binary work to an imge, using Niblack algorithm.)
    2012-06-26 16:39:11下载
    积分:1
  • matlab
    可以进行图象处理,一些简单变化,使用范围比较广泛(it can change image)
    2010-06-27 01:19:11下载
    积分:1
  • DSP
    程序是基于DSP的数字图像处理技术,可以实现军事滤波,中值滤波和维纳滤波,实现效果较好(The program is a DSP-based digital image processing technology, the military filtering, median filtering and Wiener filtering, better )
    2012-03-18 08:30:46下载
    积分:1
  • defect-detection
    内含完整基于图像处理的缺陷检测源代码,可以直接运行(Including a complete defect detection based on image processing source code can be directly run)
    2017-03-21 11:36:37下载
    积分:1
  • background-separation
    基于灰度直方图的otsu(大津法)改进算法实现图片前景背景分离(matlab代码,实验报告)(Improved algorithm based on gray-scale histogram the otsu (Otsu method) background picture prospects separation (Matlab code, lab report))
    2012-12-06 16:59:25下载
    积分:1
  • e900f286
    说明:  PCA图像降噪新算法-LPG PCA,全名叫做Two-stage Image Denoising by Principal Component Analysis with Local Pixel Grouping。内含算法代码和数据集,均经本人实测,可进行灰度图像和RGB图像的降噪,且PSNR和SSIM指标明显好于小波滤波、K-SVD等经典算法。值得学习图像降噪的看看!(The new algorithm of PCA image denoising LPG PCA, full name is two stage image denoising by principal component analysis with local pixel grouping. The algorithm code and data set can be used to reduce the noise of gray image and RGB image, and the PSNR and SSIM are better than the classical algorithms such as wavelet filtering and K-SVD. It's worth learning about image denoising!)
    2020-11-24 22:19:32下载
    积分:1
  • 基于MATLAB的信息隐藏算法研究与实现_陈小娥
    采用 MATLAB 开发环 境,提出了一种图像信息隐藏算法,实现了图像信息隐藏的两大基本功能,即信息的嵌入和信息的提取.同 时,模拟常见的攻击方法,验证了添加隐藏信息后的图像的抗攻击能力(Using MATLAB to develop the environment, an image information hiding algorithm is proposed, which realizes two basic functions of image information hiding, i.e. information embedding and information extraction. At the same time, common attack methods are simulated to verify the anti-attack capability of the image added with hidden informati)
    2021-03-13 14:49:24下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载